uuid_attribute 0.1.1 → 0.1.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +4 -1
- data/lib/uuid_attribute/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: b93f3aeb7c291e0f7769a8c22f30ffa03ae43af266b535004c6e2e65dff40981
|
4
|
+
data.tar.gz: a301839295c42abd36b29e96b514c40c05ca4a8f39317035fedd4c6dab9285f2
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 5f87cd2276f59c7ef15bfd0758b9870cf6ff73fbc8788191ff6afb953af49d673f3765dcfd52911d58535ff8b6b02ba90b69244ea33516f1c9a7db2008b03ad7
|
7
|
+
data.tar.gz: 8f6129b56a17c07986a7ae0f49a5b9c8303f494fd8f3b82974fa40a77d0d90d05996fdf634cc1eee877891505282c3ba8149ce80774aa4e31c46e5af45800a76
|
data/README.md
CHANGED
@@ -44,4 +44,7 @@ https://github.com/heartcombo/simple_form/tree/main/gemfiles
|
|
44
44
|
|
45
45
|
## Contributing
|
46
46
|
|
47
|
-
Bug reports and pull requests are welcome on GitHub at
|
47
|
+
Bug reports and pull requests are welcome on GitHub at
|
48
|
+
https://github.com/pnegri/activerecord-uuid-attribute.
|
49
|
+
|
50
|
+
You can connect to discuss at our Discord server: https://discord.gg/nWthPyD7rh
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: uuid_attribute
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Patrick Negri
|
@@ -24,7 +24,7 @@ dependencies:
|
|
24
24
|
- - ">="
|
25
25
|
- !ruby/object:Gem::Version
|
26
26
|
version: '5.2'
|
27
|
-
description:
|
27
|
+
description: UUID attribute for ActiveRecord
|
28
28
|
email:
|
29
29
|
- patrick@iugu.com
|
30
30
|
executables: []
|
@@ -69,7 +69,7 @@ requirements: []
|
|
69
69
|
rubygems_version: 3.2.32
|
70
70
|
signing_key:
|
71
71
|
specification_version: 4
|
72
|
-
summary:
|
72
|
+
summary: UUID attribute for ActiveRecord
|
73
73
|
test_files:
|
74
74
|
- test/test_helper.rb
|
75
75
|
- test/uuid/test_attribute.rb
|