active_record_compose 0.1.2 → 0.1.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: e22d1fa89d36de73833897c0bead3b9b0405fe357aad4565d873741648a3664e
4
- data.tar.gz: d9c543c3c0048428d22a0f591bd6086c6da991a9768d6836f84b212126ff9cab
3
+ metadata.gz: 5d96a1edcbffbf687a7ba72f269c4c56f82ed09cd822d6e37780ed483a885db1
4
+ data.tar.gz: 8d0b1af5a534cc3f4d12217c01c593c8e7d8d4afef766e858efbf4a5e78cb689
5
5
  SHA512:
6
- metadata.gz: 85dcb6f44d523a9cd85905dca4bfb5557594b123872d61015fab442e4a92957bd05835f43f2113fbb44b5771e3f4c4b8856a4bbb97d3a6ef39f4a35803a5457b
7
- data.tar.gz: 31f30d80ebbf8ab7f752330f25e5cc8777f2e4801a3648c71c5e36e1d6717e46530540b555c7efe96cb0e2f144d93206d7f181b6aedcfab79a140b1e37ce86cd
6
+ metadata.gz: '099e7bc7b1dfe5335c059bb79ccde1834ae528ba55ff3b2dfd33b32f9637c704fd7f55085f3ad8d7d49735ee0dd81a272f46d62f5bc57def995c4e51da279159'
7
+ data.tar.gz: 6618050e453d8f132b842e5132a0e2b232f3a8deff1d4957215ab0433aa82d58f06cd7d727ad29ee22360ee5fe3b74dac375903d4b71b8379d2b8269128b0fef
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  ## [Unreleased]
2
2
 
3
+ ## [0.1.3] - 2024-01-09
4
+
5
+ - fix documentation uri.
6
+
3
7
  ## [0.1.2] - 2024-01-09
4
8
 
5
9
  - fix and add doc.
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module ActiveRecordCompose
4
- VERSION = '0.1.2'
4
+ VERSION = '0.1.3'
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: active_record_compose
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ version: 0.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - hamajyotan
@@ -59,14 +59,14 @@ files:
59
59
  - lib/active_record_compose/inner_model_collection.rb
60
60
  - lib/active_record_compose/model.rb
61
61
  - lib/active_record_compose/version.rb
62
- homepage: https://github.com/active_record_compose
62
+ homepage: https://github.com/hamajyotan/active_record_compose
63
63
  licenses:
64
64
  - MIT
65
65
  metadata:
66
- homepage_uri: https://github.com/active_record_compose
67
- source_code_uri: https://github.com/active_record_compose
68
- changelog_uri: https://github.com/active_record_compose/blob/main/CHANGELOG.md
69
- documentation_uri: https://www.rubydoc.info/gems/active_record_compose/0.1.2
66
+ homepage_uri: https://github.com/hamajyotan/active_record_compose
67
+ source_code_uri: https://github.com/hamajyotan/active_record_compose
68
+ changelog_uri: https://github.com/hamajyotan/active_record_compose/blob/main/CHANGELOG.md
69
+ documentation_uri: https://www.rubydoc.info/gems/active_record_compose/0.1.3
70
70
  rubygems_mfa_required: 'true'
71
71
  post_install_message:
72
72
  rdoc_options: []