cru_lib 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 +4 -4
- data/lib/cru_lib/global_registry_methods.rb +1 -1
- data/lib/cru_lib/version.rb +1 -1
- metadata +6 -6
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: d9a31701c501b51651dc4495686e3016d9a4e46c951fb52120f4ccdcd0afee21
|
4
|
+
data.tar.gz: a5758db72ffc332e420c1cc3a852ea4d61a27b2996fec000751475df653fece0
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 899b6b298da3c2a3f23be8e9a4b492faa76bb85b12e74218a58ea9b93cc72c1612e3969b37c589435702ba186cdf965ab6fbb45cb7baab84a369591327f71fb5
|
7
|
+
data.tar.gz: 5d20dc66961c8f24fd728666b75f1f6f46b6a622b509915cad1f672ef3ffc96cc4e0a83d25ace494a679ad26ae51ac005b7c85a358e48dec1f4cbd84f8cd03ff
|
data/lib/cru_lib/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: cru_lib
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Josh Starcher
|
8
|
-
autorequire:
|
8
|
+
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2025-08-08 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: global_registry
|
@@ -136,7 +136,7 @@ homepage: https://github.com/CruGlobal/cru_lib
|
|
136
136
|
licenses:
|
137
137
|
- MIT
|
138
138
|
metadata: {}
|
139
|
-
post_install_message:
|
139
|
+
post_install_message:
|
140
140
|
rdoc_options: []
|
141
141
|
require_paths:
|
142
142
|
- lib
|
@@ -151,8 +151,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
151
151
|
- !ruby/object:Gem::Version
|
152
152
|
version: '0'
|
153
153
|
requirements: []
|
154
|
-
rubygems_version: 3.3.
|
155
|
-
signing_key:
|
154
|
+
rubygems_version: 3.0.3.1
|
155
|
+
signing_key:
|
156
156
|
specification_version: 4
|
157
157
|
summary: Map ActiveRecord to Global Registry
|
158
158
|
test_files:
|