structured_store 1.0.0 → 1.0.1

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: d346e5035fb3c5370c2507bc6e7ea91f120f1d757e45e8335ece92bbd9c266b7
4
- data.tar.gz: abfeb9b199feb81a5d7629f146b206c475a84498e33780816ceedfb524a9296d
3
+ metadata.gz: 98749f2601c0f1a634bfe3b4765766b30f406466946cbd302a04017ba31eb5ae
4
+ data.tar.gz: f3037e8181f55ab3268f200d28378f2523aca48cc635e13d727e399554db1a62
5
5
  SHA512:
6
- metadata.gz: 227e320720ecf341eb778dd0cdc4a4c63d72fcb179c122b7e83b4c238c032447259f58d06cfd355eeaff9e55b75f9480cd465380d540ff6f2a75cc485c252c7c
7
- data.tar.gz: 2ed007f16a85163a8231a361451f6f495d12fdcf9854e7e4a2121052be3c46cf36267a076f69a67d2d70723cdd267ebdd55c5c33cbf9672b14e17b6019fcee44
6
+ metadata.gz: 380929ef3aca9f2fd7fb4db9500e73c2a127ecc3d1a6f951b20b39097afa60e49164e060866a9fd77abb567f7b1847a32e0c9f00f3a49f3daa0e09d28d2f3bf4
7
+ data.tar.gz: aa71ce6db686a4a3ba156ec9e59b942ebe6abc77195fc527c4021abcd840d88e04228085ceaa8d8cbc7475dadf16ac561d58006f94bb189bd90a6d067d271aa5
@@ -1,3 +1,3 @@
1
1
  module StructuredStore
2
- VERSION = '1.0.0'.freeze
2
+ VERSION = '1.0.1'.freeze
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: structured_store
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tim Gentry
@@ -86,8 +86,8 @@ licenses:
86
86
  metadata:
87
87
  allowed_push_host: https://rubygems.org
88
88
  homepage_uri: https://github.com/HealthDataInsight/structured_store
89
- source_code_uri: https://github.com/HealthDataInsight/structured_store.git
90
- changelog_uri: https://github.com/HealthDataInsight/structured_store.git/blob/main/CHANGELOG.md
89
+ source_code_uri: https://github.com/HealthDataInsight/structured_store
90
+ changelog_uri: https://github.com/HealthDataInsight/structured_store/blob/main/CHANGELOG.md
91
91
  rubygems_mfa_required: 'true'
92
92
  post_install_message:
93
93
  rdoc_options: []