tiny_dot 2.3.0 → 2.3.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. checksums.yaml +4 -4
  2. metadata +3 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: ba73be178f734a7939274f42708d180db603d6690c63e28f90454b36be654fa5
4
- data.tar.gz: 5cb3b033fa4a085e484bcbef682717236a60163e146dd1f8d7c891ee54fab909
3
+ metadata.gz: 536f1db542370881726e484c10b93a9c4c32a0164d36eb625f5ada46f6151616
4
+ data.tar.gz: f6792cf3f83b52f3ee0a8fb0e0dbeb62455f2a5d39240918859558ceb506f6be
5
5
  SHA512:
6
- metadata.gz: ad3bef62a3babfa6813f7510edec152094772c69e8571d0f5912160fd3e0414db8eb6858a3e9ac50bc093e45df51c5a7bb00472327315b4bc987a540fdca97b1
7
- data.tar.gz: 1e9c704ce3eb4fdfdbb962bf15530d6914aa81d556c32160ff933f36d69c90d442a6b9fb5a353aac073a0f54befdc3deb0f12481919396ede02b4a98006dcd32
6
+ metadata.gz: 86d7c330113daa2942c0573e050b4a4e2f960652546a5c4568c7c7d6951bcc79c62038e0b2d7460b8f2ec27df62f9f32a340ec497411851120e31efed6aa5674
7
+ data.tar.gz: 249043cc6970ab50ab39e60886a2b629a49f0f0b5669cec4c4ef4fdba687f9edef18f09fa84cddb4a0e64020231a89b9d92746750ff25ee59410d68c8a81f9e9
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tiny_dot
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.3.0
4
+ version: 2.3.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jeff Lunt
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-12-22 00:00:00.000000000 Z
11
+ date: 2023-01-22 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: a tiny read/write dot notation wrapper for Hash, JSON, YAML, and ENV
14
14
  email: jefflunt@gmail.com
@@ -36,7 +36,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
36
36
  - !ruby/object:Gem::Version
37
37
  version: '0'
38
38
  requirements: []
39
- rubygems_version: 3.3.7
39
+ rubygems_version: 3.4.1
40
40
  signing_key:
41
41
  specification_version: 4
42
42
  summary: want to have easy dot notation access to data that comes from Hashes, JSON,