material_raingular 0.5.8 → 0.5.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: f2b9757f66f226da04042069022eddcaacfa0bd0
4
- data.tar.gz: 97878f7b41057912ca7b2d8dcf4a06ccc3077d7f
3
+ metadata.gz: 70bce66a73cd3621f2d72c1154445a1709ae1f7a
4
+ data.tar.gz: 47e69f869c71213922942d8829a667fc3672e385
5
5
  SHA512:
6
- metadata.gz: ac2a3922290dcd942ab6fa0c20a104c0afa6ddacf59d22e8d6efd359e9b9eb3dcac3cc51dbbe8708a362f2465180d863aca35bfc720e78bc86b47308fe16dcd8
7
- data.tar.gz: 9df84680fac873811d8a6cbcb063287544a08c9b318a47f202594ee8ade52c9e48ea9e6cb9ca65840fe9638156c096a9f300f2093970c76feb4c5e029c80d518
6
+ metadata.gz: db930d612f78f8110444109d50d4a5c91e435b25e68ef326413dc3693c2b234df5eae7dbbfeeb20977aca384def20a9664010b64e17fad881a4e3ffbbbe743af
7
+ data.tar.gz: a25a72c433d76bd820a3b074c4e347c7cf54a1a8884500db4ca7bbd2d778165ef517120e9376be8c2c86cbc11bfbebb6fee86a618f40dd79700b59188817fd2c
@@ -27,7 +27,7 @@ class ActiveRecord.$Resource extends Module
27
27
  @[key] = val if @[key] == @['$' + key + '_was'] || key in @$updatingKeys
28
28
  @['$' + key + '_was'] = val unless key[0] in ['$','_']
29
29
  @$updatingKeys = []
30
- return response.data
30
+ return @
31
31
 
32
32
  _defaultWrap: -> @_options.klass.underscore()
33
33
  _defaultPath: -> '/' + @_options.klass.tableize() + '/:id'
@@ -1,3 +1,3 @@
1
1
  module MaterialRaingular
2
- VERSION = "0.5.8"
2
+ VERSION = "0.5.9"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: material_raingular
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.8
4
+ version: 0.5.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - Chris Moody
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-02-17 00:00:00.000000000 Z
11
+ date: 2017-02-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler