ctws 0.1.9.alpha → 0.1.10.alpha

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: a89c4618b48422db1f843176ae9cf160f9e56fb3
4
- data.tar.gz: 59e769c9c6bfd32da80f3a5132fe838555ca152b
3
+ metadata.gz: 98cb9e3607fda4511231f9f9180d3f81e02b7f59
4
+ data.tar.gz: a8e035c1836a421281662739e8dc8e48f8352bae
5
5
  SHA512:
6
- metadata.gz: 2303cb40621f4a6268c9dbc0acdd10d829d72a8c43f5a389d2ca0340f9c6ecf1f91172d96575d1d5b7a3a725b056eb8119cf5df6f836f5bf7c5e407620318855
7
- data.tar.gz: 9e71c66b16b415382dcc30eef2ccf2fb05e342034fe0c13c2545bcbf5e8e41a499d75a177cc4884852eeab94fb6dcab1e30eb62ba3532f75e82fd5229127f5f8
6
+ metadata.gz: 40596c38fd421bc5419c029975e492d4990d0754d42ec753b277ada87af368120b4ac191129e50498acab82a2ee1933babcdbb44e30aae1c29ff36c72eebb6c4
7
+ data.tar.gz: d6dc0f03e3991b1a71bb9f045ad9255e9f75bce98b472ad5357ee809b74894b45b7d8fb757eb56c523903869876a5574c63ac1d091895015fa2f92cfc21cb1b9
@@ -41,7 +41,7 @@ module Ctws
41
41
  data: [{
42
42
  type: ActiveModel::Naming.param_key(Ctws.profile_class),
43
43
  id: Ctws.profile_class.where("#{Ctws.user_class.name.underscore}_id": user.id).last.id,
44
- attributes: Ctws.profile_class.where("#{Ctws.user_class.name.underscore}_id": user.id)
44
+ attributes: Ctws.profile_class.where("#{Ctws.user_class.name.underscore}_id": user.id).last
45
45
  }]
46
46
  }
47
47
  }
data/lib/ctws/engine.rb CHANGED
@@ -1,5 +1,6 @@
1
1
  module Ctws
2
2
  class Engine < ::Rails::Engine
3
+ engine_name "ctws"
3
4
  isolate_namespace Ctws
4
5
  config.generators.api_only = true
5
6
 
data/lib/ctws/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Ctws
2
- VERSION = '0.1.9.alpha'
2
+ VERSION = '0.1.10.alpha'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ctws
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.9.alpha
4
+ version: 0.1.10.alpha
5
5
  platform: ruby
6
6
  authors:
7
7
  - Agustí B.R.
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-07-20 00:00:00.000000000 Z
11
+ date: 2017-07-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails