ninja-model 0.6.1 → 0.6.2

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.
@@ -107,7 +107,7 @@ module NinjaModel
107
107
  @proxy ||= begin
108
108
  self.class.proxy.instance(self)
109
109
  end
110
- @proxy.attributes = self.attributes #.delete_if { |k,v| k.eql?('id') }
110
+ @proxy.attributes = self.attributes.delete_if { |k,v| k.eql?('id') }
111
111
  @proxy.id = self.id
112
112
  @proxy
113
113
  end
@@ -1,3 +1,3 @@
1
1
  module NinjaModel
2
- VERSION = "0.6.1"
2
+ VERSION = "0.6.2"
3
3
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ninja-model
3
3
  version: !ruby/object:Gem::Version
4
- hash: 5
4
+ hash: 3
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 6
9
- - 1
10
- version: 0.6.1
9
+ - 2
10
+ version: 0.6.2
11
11
  platform: ruby
12
12
  authors:
13
13
  - Josh Williams