snaky_hash 2.0.0 → 2.0.2

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.
metadata CHANGED
@@ -1,14 +1,41 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: snaky_hash
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.0
4
+ version: 2.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Peter Boling
8
- autorequire:
9
8
  bindir: exe
10
- cert_chain: []
11
- date: 2022-08-29 00:00:00.000000000 Z
9
+ cert_chain:
10
+ - |
11
+ -----BEGIN CERTIFICATE-----
12
+ MIIEgDCCAuigAwIBAgIBATANBgkqhkiG9w0BAQsFADBDMRUwEwYDVQQDDAxwZXRl
13
+ ci5ib2xpbmcxFTATBgoJkiaJk/IsZAEZFgVnbWFpbDETMBEGCgmSJomT8ixkARkW
14
+ A2NvbTAeFw0yNTA1MDQxNTMzMDlaFw00NTA0MjkxNTMzMDlaMEMxFTATBgNVBAMM
15
+ DHBldGVyLmJvbGluZzEVMBMGCgmSJomT8ixkARkWBWdtYWlsMRMwEQYKCZImiZPy
16
+ LGQBGRYDY29tMIIBojANBgkqhkiG9w0BAQEFAAOCAY8AMIIBigKCAYEAruUoo0WA
17
+ uoNuq6puKWYeRYiZekz/nsDeK5x/0IEirzcCEvaHr3Bmz7rjo1I6On3gGKmiZs61
18
+ LRmQ3oxy77ydmkGTXBjruJB+pQEn7UfLSgQ0xa1/X3kdBZt6RmabFlBxnHkoaGY5
19
+ mZuZ5+Z7walmv6sFD9ajhzj+oIgwWfnEHkXYTR8I6VLN7MRRKGMPoZ/yvOmxb2DN
20
+ coEEHWKO9CvgYpW7asIihl/9GMpKiRkcYPm9dGQzZc6uTwom1COfW0+ZOFrDVBuV
21
+ FMQRPswZcY4Wlq0uEBLPU7hxnCL9nKK6Y9IhdDcz1mY6HZ91WImNslOSI0S8hRpj
22
+ yGOWxQIhBT3fqCBlRIqFQBudrnD9jSNpSGsFvbEijd5ns7Z9ZMehXkXDycpGAUj1
23
+ to/5cuTWWw1JqUWrKJYoifnVhtE1o1DZ+LkPtWxHtz5kjDG/zR3MG0Ula0UOavlD
24
+ qbnbcXPBnwXtTFeZ3C+yrWpE4pGnl3yGkZj9SMTlo9qnTMiPmuWKQDatAgMBAAGj
25
+ fzB9MAkGA1UdEwQCMAAwCwYDVR0PBAQDAgSwMB0GA1UdDgQWBBQE8uWvNbPVNRXZ
26
+ HlgPbc2PCzC4bjAhBgNVHREEGjAYgRZwZXRlci5ib2xpbmdAZ21haWwuY29tMCEG
27
+ A1UdEgQaMBiBFnBldGVyLmJvbGluZ0BnbWFpbC5jb20wDQYJKoZIhvcNAQELBQAD
28
+ ggGBAJbnUwfJQFPkBgH9cL7hoBfRtmWiCvdqdjeTmi04u8zVNCUox0A4gT982DE9
29
+ wmuN12LpdajxZONqbXuzZvc+nb0StFwmFYZG6iDwaf4BPywm2e/Vmq0YG45vZXGR
30
+ L8yMDSK1cQXjmA+ZBKOHKWavxP6Vp7lWvjAhz8RFwqF9GuNIdhv9NpnCAWcMZtpm
31
+ GUPyIWw/Cw/2wZp74QzZj6Npx+LdXoLTF1HMSJXZ7/pkxLCsB8m4EFVdb/IrW/0k
32
+ kNSfjtAfBHO8nLGuqQZVH9IBD1i9K6aSs7pT6TW8itXUIlkIUI2tg5YzW6OFfPzq
33
+ QekSkX3lZfY+HTSp/o+YvKkqWLUV7PQ7xh1ZYDtocpaHwgxe/j3bBqHE+CUPH2vA
34
+ 0V/FwdTRWcwsjVoOJTrYcff8pBZ8r2MvtAc54xfnnhGFzeRHfcltobgFxkAXdE6p
35
+ DVjBtqT23eugOqQ73umLcYDZkc36vnqGxUBSsXrzY9pzV5gGr2I8YUxMqf6ATrZt
36
+ L9nRqA==
37
+ -----END CERTIFICATE-----
38
+ date: 2025-05-21 00:00:00.000000000 Z
12
39
  dependencies:
13
40
  - !ruby/object:Gem::Dependency
14
41
  name: hashie
@@ -16,90 +43,155 @@ dependencies:
16
43
  requirements:
17
44
  - - ">="
18
45
  - !ruby/object:Gem::Version
19
- version: '0'
46
+ version: 0.1.0
47
+ - - "<"
48
+ - !ruby/object:Gem::Version
49
+ version: '6'
20
50
  type: :runtime
21
51
  prerelease: false
22
52
  version_requirements: !ruby/object:Gem::Requirement
23
53
  requirements:
24
54
  - - ">="
25
55
  - !ruby/object:Gem::Version
26
- version: '0'
56
+ version: 0.1.0
57
+ - - "<"
58
+ - !ruby/object:Gem::Version
59
+ version: '6'
27
60
  - !ruby/object:Gem::Dependency
28
61
  name: version_gem
29
62
  requirement: !ruby/object:Gem::Requirement
30
63
  requirements:
31
- - - "~>"
64
+ - - ">="
65
+ - !ruby/object:Gem::Version
66
+ version: 1.1.8
67
+ - - "<"
32
68
  - !ruby/object:Gem::Version
33
- version: '1.1'
69
+ version: '3'
34
70
  type: :runtime
35
71
  prerelease: false
36
72
  version_requirements: !ruby/object:Gem::Requirement
37
73
  requirements:
38
- - - "~>"
74
+ - - ">="
75
+ - !ruby/object:Gem::Version
76
+ version: 1.1.8
77
+ - - "<"
39
78
  - !ruby/object:Gem::Version
40
- version: '1.1'
79
+ version: '3'
41
80
  - !ruby/object:Gem::Dependency
42
- name: rake
81
+ name: backports
43
82
  requirement: !ruby/object:Gem::Requirement
44
83
  requirements:
84
+ - - "~>"
85
+ - !ruby/object:Gem::Version
86
+ version: '3.25'
45
87
  - - ">="
46
88
  - !ruby/object:Gem::Version
47
- version: '12'
89
+ version: 3.25.1
48
90
  type: :development
49
91
  prerelease: false
50
92
  version_requirements: !ruby/object:Gem::Requirement
51
93
  requirements:
94
+ - - "~>"
95
+ - !ruby/object:Gem::Version
96
+ version: '3.25'
52
97
  - - ">="
53
98
  - !ruby/object:Gem::Version
54
- version: '12'
99
+ version: 3.25.1
55
100
  - !ruby/object:Gem::Dependency
56
- name: rspec
101
+ name: rake
57
102
  requirement: !ruby/object:Gem::Requirement
58
103
  requirements:
59
- - - ">="
104
+ - - "~>"
60
105
  - !ruby/object:Gem::Version
61
- version: '3'
106
+ version: '13.0'
62
107
  type: :development
63
108
  prerelease: false
64
109
  version_requirements: !ruby/object:Gem::Requirement
65
110
  requirements:
66
- - - ">="
111
+ - - "~>"
67
112
  - !ruby/object:Gem::Version
68
- version: '3'
113
+ version: '13.0'
69
114
  - !ruby/object:Gem::Dependency
70
- name: rubocop-lts
115
+ name: rspec
71
116
  requirement: !ruby/object:Gem::Requirement
72
117
  requirements:
73
118
  - - "~>"
74
119
  - !ruby/object:Gem::Version
75
- version: '8.0'
120
+ version: '3.13'
76
121
  type: :development
77
122
  prerelease: false
78
123
  version_requirements: !ruby/object:Gem::Requirement
79
124
  requirements:
80
125
  - - "~>"
81
126
  - !ruby/object:Gem::Version
82
- version: '8.0'
127
+ version: '3.13'
83
128
  - !ruby/object:Gem::Dependency
84
129
  name: rspec-block_is_expected
85
130
  requirement: !ruby/object:Gem::Requirement
86
131
  requirements:
132
+ - - "~>"
133
+ - !ruby/object:Gem::Version
134
+ version: '1.0'
135
+ - - ">="
136
+ - !ruby/object:Gem::Version
137
+ version: 1.0.6
138
+ type: :development
139
+ prerelease: false
140
+ version_requirements: !ruby/object:Gem::Requirement
141
+ requirements:
142
+ - - "~>"
143
+ - !ruby/object:Gem::Version
144
+ version: '1.0'
145
+ - - ">="
146
+ - !ruby/object:Gem::Version
147
+ version: 1.0.6
148
+ - !ruby/object:Gem::Dependency
149
+ name: rspec-pending_for
150
+ requirement: !ruby/object:Gem::Requirement
151
+ requirements:
152
+ - - "~>"
153
+ - !ruby/object:Gem::Version
154
+ version: '0.1'
87
155
  - - ">="
88
156
  - !ruby/object:Gem::Version
89
- version: '0'
157
+ version: 0.1.17
90
158
  type: :development
91
159
  prerelease: false
92
160
  version_requirements: !ruby/object:Gem::Requirement
93
161
  requirements:
162
+ - - "~>"
163
+ - !ruby/object:Gem::Version
164
+ version: '0.1'
94
165
  - - ">="
95
166
  - !ruby/object:Gem::Version
96
- version: '0'
167
+ version: 0.1.17
168
+ - !ruby/object:Gem::Dependency
169
+ name: stone_checksums
170
+ requirement: !ruby/object:Gem::Requirement
171
+ requirements:
172
+ - - "~>"
173
+ - !ruby/object:Gem::Version
174
+ version: '1.0'
175
+ type: :development
176
+ prerelease: false
177
+ version_requirements: !ruby/object:Gem::Requirement
178
+ requirements:
179
+ - - "~>"
180
+ - !ruby/object:Gem::Version
181
+ version: '1.0'
97
182
  description: 'A Hashie::Mash joint to make #snakelife better'
98
183
  email:
99
184
  - peter.boling@gmail.com
185
+ - oauth-ruby@googlegroups.com
100
186
  executables: []
101
187
  extensions: []
102
- extra_rdoc_files: []
188
+ extra_rdoc_files:
189
+ - CHANGELOG.md
190
+ - CODE_OF_CONDUCT.md
191
+ - CONTRIBUTING.md
192
+ - LICENSE.txt
193
+ - README.md
194
+ - SECURITY.md
103
195
  files:
104
196
  - CHANGELOG.md
105
197
  - CODE_OF_CONDUCT.md
@@ -108,38 +200,53 @@ files:
108
200
  - README.md
109
201
  - SECURITY.md
110
202
  - lib/snaky_hash.rb
203
+ - lib/snaky_hash/extensions.rb
204
+ - lib/snaky_hash/serializer.rb
111
205
  - lib/snaky_hash/snake.rb
112
206
  - lib/snaky_hash/string_keyed.rb
113
207
  - lib/snaky_hash/symbol_keyed.rb
114
208
  - lib/snaky_hash/version.rb
115
- homepage: https://gitlab.com/oauth-xx/snaky_hash
209
+ homepage: https://github.com/oauth-xx/snaky_hash
116
210
  licenses:
117
211
  - MIT
118
212
  metadata:
119
- homepage_uri: https://gitlab.com/oauth-xx/snaky_hash
120
- source_code_uri: https://gitlab.com/oauth-xx/snaky_hash/-/tree/v2.0.0
121
- changelog_uri: https://gitlab.com/oauth-xx/snaky_hash/-/blob/v2.0.0/CHANGELOG.md
213
+ homepage_uri: https://snaky-hash.galtzo.com/
214
+ source_code_uri: https://github.com/oauth-xx/snaky_hash/releases/tag//v2.0.2
215
+ changelog_uri: https://gitlab.com/oauth-xx/snaky_hash/-/blob/v2.0.2/CHANGELOG.md
122
216
  bug_tracker_uri: https://gitlab.com/oauth-xx/snaky_hash/-/issues
123
- documentation_uri: https://www.rubydoc.info/gems/snaky_hash/2.0.0
124
- wiki_uri: https://gitlab.com/oauth-xx/snaky_hash/-/wikis/home
217
+ documentation_uri: https://www.rubydoc.info/gems/snaky_hash/2.0.2
218
+ wiki_uri: https://gitlab.com/oauth-xx/snaky_hash/-/wiki
219
+ mailing_list_uri: https://groups.google.com/g/oauth-ruby
220
+ funding_uri: https://liberapay.com/pboling
221
+ news_uri: https://www.railsbling.com/tags/snaky_hash
125
222
  rubygems_mfa_required: 'true'
126
- post_install_message:
127
- rdoc_options: []
223
+ rdoc_options:
224
+ - "--title"
225
+ - snaky_hash - A very snaky hash
226
+ - "--main"
227
+ - CHANGELOG.md
228
+ - CODE_OF_CONDUCT.md
229
+ - CONTRIBUTING.md
230
+ - LICENSE.txt
231
+ - README.md
232
+ - SECURITY.md
233
+ - "--line-numbers"
234
+ - "--inline-source"
235
+ - "--quiet"
128
236
  require_paths:
129
237
  - lib
130
238
  required_ruby_version: !ruby/object:Gem::Requirement
131
239
  requirements:
132
240
  - - ">="
133
241
  - !ruby/object:Gem::Version
134
- version: '2.2'
242
+ version: 2.2.0
135
243
  required_rubygems_version: !ruby/object:Gem::Requirement
136
244
  requirements:
137
245
  - - ">="
138
246
  - !ruby/object:Gem::Version
139
247
  version: '0'
140
248
  requirements: []
141
- rubygems_version: 3.3.21
142
- signing_key:
249
+ rubygems_version: 3.6.9
143
250
  specification_version: 4
144
251
  summary: A very snaky hash
145
252
  test_files: []
metadata.gz.sig ADDED
Binary file