modalfields 1.1.3 → 1.1.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.
- data/VERSION +1 -1
- data/lib/modalfields/modalfields.rb +1 -1
- data/modalfields.gemspec +1 -1
- metadata +2 -2
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.1.
|
|
1
|
+
1.1.4
|
|
@@ -290,7 +290,7 @@ module ModalFields
|
|
|
290
290
|
existing_undeclared_fields << f
|
|
291
291
|
end
|
|
292
292
|
end
|
|
293
|
-
implicit_fields =
|
|
293
|
+
implicit_fields = association_fields.reject{|name|
|
|
294
294
|
existing_declared_fields.detect{|df| df.name.to_s==name}
|
|
295
295
|
}
|
|
296
296
|
deleted_fields = declared_fields.reject{|f|
|
data/modalfields.gemspec
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: modalfields
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.1.
|
|
4
|
+
version: 1.1.4
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -213,7 +213,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
213
213
|
version: '0'
|
|
214
214
|
segments:
|
|
215
215
|
- 0
|
|
216
|
-
hash: -
|
|
216
|
+
hash: -3720814582265243154
|
|
217
217
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
218
218
|
none: false
|
|
219
219
|
requirements:
|