gpi-active_model_serializers 0.8.4.alpha5 → 0.8.4
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.
|
@@ -99,8 +99,6 @@ module ActiveModel
|
|
|
99
99
|
def hidden_attributes(*attrs)
|
|
100
100
|
self._hidden_attributes.concat(attrs)
|
|
101
101
|
attributes(*attrs)
|
|
102
|
-
|
|
103
|
-
puts "ADD HIDDEN: #{self._hidden_attributes}"
|
|
104
102
|
end
|
|
105
103
|
|
|
106
104
|
def attribute(attr, options={})
|
|
@@ -441,8 +439,6 @@ module ActiveModel
|
|
|
441
439
|
end
|
|
442
440
|
method << " h\nend"
|
|
443
441
|
|
|
444
|
-
puts "METHOD: #{method}"
|
|
445
|
-
|
|
446
442
|
self.class.class_eval method
|
|
447
443
|
_fast_attributes
|
|
448
444
|
end
|
metadata
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: gpi-active_model_serializers
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.8.4
|
|
5
|
-
prerelease:
|
|
4
|
+
version: 0.8.4
|
|
5
|
+
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
8
8
|
- José Valim
|
|
@@ -152,9 +152,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
152
152
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
153
153
|
none: false
|
|
154
154
|
requirements:
|
|
155
|
-
- - ! '
|
|
155
|
+
- - ! '>='
|
|
156
156
|
- !ruby/object:Gem::Version
|
|
157
|
-
version:
|
|
157
|
+
version: '0'
|
|
158
158
|
requirements: []
|
|
159
159
|
rubyforge_project:
|
|
160
160
|
rubygems_version: 1.8.23
|