servactory 2.5.0.rc4 → 2.5.0.rc5
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: 81e8630b2ea211b5dc7e84b9fdb0a3617a1f6d6dd4dc257eedd1b654b79af5d5
|
4
|
+
data.tar.gz: 2f91e9ecb08c940be78d22e2b737af42470fd0c9ec593a4bb8eae1f4905d0fa7
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f7b5ebee2a8041b78007a610b13b247df76382d33eae9f47b6d2fb2f443a1f25a67805815a756712b0f179867ee8485b3eaee61e6c03ebd4b51e0125578f77a3
|
7
|
+
data.tar.gz: 1c9df4f3145e43768edfec44bf9e49d8eebd22a5d213f71d7b938be2871dfcc927e544ae5e3856f0183ac12f3ceb382ef7153c20e11a4f8b4d551a37bad0aaba
|
@@ -227,9 +227,6 @@ module Servactory
|
|
227
227
|
define_conflicts: [
|
228
228
|
Servactory::Maintenance::Attributes::DefineConflict.new(
|
229
229
|
content: -> { :prepare_vs_inclusion if @attribute.prepare_present? && @attribute.inclusion_present? }
|
230
|
-
),
|
231
|
-
Servactory::Maintenance::Attributes::DefineConflict.new(
|
232
|
-
content: -> { :prepare_vs_must if @attribute.prepare_present? && @attribute.must_present? }
|
233
230
|
)
|
234
231
|
],
|
235
232
|
need_for_checks: false,
|
data/lib/servactory/version.rb
CHANGED