uuid_attribute 0.9.5 → 0.9.7
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/uuid_attribute/railtie.rb +1 -2
- data/lib/uuid_attribute/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 2736532308bf26cddc0ee5de27887ae6ee98237839c6be46c80cffb7e149f8bf
|
4
|
+
data.tar.gz: 41bc4956385673c2f3ce903756f43cd67a57eed09f96b32f4ff113ad397907f2
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 7f573a3bae26daecabed457303913df3cd6bf60230b80bfcb3f741613d2e84a4578fe34215845b3cbb07dc646a4859fd724a1bc293e278a5cf84b39ee826ceaf
|
7
|
+
data.tar.gz: 935940cc5696eab4f3d36c4cbed3bc348a5f1758bf89094ea78928d66a558309bf8ca760a6fa945c15488a83321b2d1752a593162d132141c97b8ea9d9f05057
|
@@ -58,8 +58,7 @@ module UuidAttribute
|
|
58
58
|
end
|
59
59
|
|
60
60
|
config.after_initialize do
|
61
|
-
|
62
|
-
unless ARGV.include? "assets:precompile"
|
61
|
+
unless ARGV.join(" ").include? "assets:"
|
63
62
|
ActiveRecord::Type.register(:uuid, ::UuidAttribute::UUID)
|
64
63
|
|
65
64
|
configure_binary_ids if UuidAttribute.auto_detect_binary_ids
|