servactory 2.5.0.rc1 → 2.5.0.rc2
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
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: ce8eb77c5347f231539b115081d7706f6546830ccda8269e414ba05d097d3d85
|
4
|
+
data.tar.gz: 3393084486439b10177a5a13eb4826f4b2ab19c21aefbe92a23aaa7c5ce0096c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4ae8873bb459d8bedac4d64cee6ca8f4049e57fd87f62e3842b47e5f20415196cc6470704e3d9fd1d2c380e75ae2ffdcd5f93ad5dfc87e677b259ef215d8974b
|
7
|
+
data.tar.gz: c0a37302c68b09fa238656f88bcdd536bb81d1a5f47db60ac8de52d7455d534b3622cbcd5568474e7d303b86bb7a6f5219f1f7e5fa0c7a5a0833d955194406d9
|
@@ -225,9 +225,6 @@ module Servactory
|
|
225
225
|
)
|
226
226
|
],
|
227
227
|
define_conflicts: [
|
228
|
-
Servactory::Maintenance::Attributes::DefineConflict.new(
|
229
|
-
content: -> { :prepare_vs_collection if @attribute.prepare_present? && @attribute.collection_mode? }
|
230
|
-
),
|
231
228
|
Servactory::Maintenance::Attributes::DefineConflict.new(
|
232
229
|
content: -> { :prepare_vs_inclusion if @attribute.prepare_present? && @attribute.inclusion_present? }
|
233
230
|
),
|
data/lib/servactory/version.rb
CHANGED