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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 96777961184916d3e999bd877f58959ffd45b7cd035a3dd8855d346836b55545
4
- data.tar.gz: 21e62fa72b4cde23fbb4ca5e4e86500b4e5e1bc2d1ea2a79a8929a52ab762f3c
3
+ metadata.gz: b93f3aeb7c291e0f7769a8c22f30ffa03ae43af266b535004c6e2e65dff40981
4
+ data.tar.gz: a301839295c42abd36b29e96b514c40c05ca4a8f39317035fedd4c6dab9285f2
5
5
  SHA512:
6
- metadata.gz: 5f2d0911425daadb52f2cbdf4411c84900508257f4d37ca6bd064f322e11eadc3242294f05a5e5725ed8c113723c449488c67b6a3a38c52a9f8102bda46ea9bd
7
- data.tar.gz: f4d8b3adccf186c4f60cb23eb0b6d53e55badb7c9405a994fa883e3f8f430a837f513b1f70254238d9159971a6b051d9b7400bd2497be853e3d3d07d61696603
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 https://github.com/pnegri/activerecord-uuid-attribute.
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
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module UuidAttribute
4
- VERSION = "0.1.1"
4
+ VERSION = "0.1.2"
5
5
  end
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.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: Another one
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: Write a short summary, because RubyGems requires one.
72
+ summary: UUID attribute for ActiveRecord
73
73
  test_files:
74
74
  - test/test_helper.rb
75
75
  - test/uuid/test_attribute.rb