snaky_hash 2.0.1 → 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.
- checksums.yaml +4 -4
- checksums.yaml.gz.sig +0 -0
- data/CHANGELOG.md +19 -1
- data/CODE_OF_CONDUCT.md +74 -25
- data/CONTRIBUTING.md +131 -12
- data/LICENSE.txt +1 -1
- data/README.md +523 -17
- data/SECURITY.md +2 -1
- data/lib/snaky_hash/extensions.rb +57 -0
- data/lib/snaky_hash/serializer.rb +177 -0
- data/lib/snaky_hash/snake.rb +92 -47
- data/lib/snaky_hash/string_keyed.rb +9 -1
- data/lib/snaky_hash/symbol_keyed.rb +9 -1
- data/lib/snaky_hash/version.rb +7 -1
- data/lib/snaky_hash.rb +25 -1
- data.tar.gz.sig +0 -0
- metadata +124 -54
- metadata.gz.sig +0 -0
metadata
CHANGED
@@ -1,42 +1,41 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: snaky_hash
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.0.
|
4
|
+
version: 2.0.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Peter Boling
|
8
|
-
autorequire:
|
9
8
|
bindir: exe
|
10
9
|
cert_chain:
|
11
10
|
- |
|
12
11
|
-----BEGIN CERTIFICATE-----
|
13
12
|
MIIEgDCCAuigAwIBAgIBATANBgkqhkiG9w0BAQsFADBDMRUwEwYDVQQDDAxwZXRl
|
14
13
|
ci5ib2xpbmcxFTATBgoJkiaJk/IsZAEZFgVnbWFpbDETMBEGCgmSJomT8ixkARkW
|
15
|
-
|
14
|
+
A2NvbTAeFw0yNTA1MDQxNTMzMDlaFw00NTA0MjkxNTMzMDlaMEMxFTATBgNVBAMM
|
16
15
|
DHBldGVyLmJvbGluZzEVMBMGCgmSJomT8ixkARkWBWdtYWlsMRMwEQYKCZImiZPy
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
|
21
|
-
|
22
|
-
|
23
|
-
|
24
|
-
|
25
|
-
|
26
|
-
|
27
|
-
|
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
|
28
27
|
A1UdEgQaMBiBFnBldGVyLmJvbGluZ0BnbWFpbC5jb20wDQYJKoZIhvcNAQELBQAD
|
29
|
-
|
30
|
-
|
31
|
-
|
32
|
-
|
33
|
-
|
34
|
-
|
35
|
-
|
36
|
-
|
37
|
-
|
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==
|
38
37
|
-----END CERTIFICATE-----
|
39
|
-
date:
|
38
|
+
date: 2025-05-21 00:00:00.000000000 Z
|
40
39
|
dependencies:
|
41
40
|
- !ruby/object:Gem::Dependency
|
42
41
|
name: hashie
|
@@ -44,97 +43,155 @@ dependencies:
|
|
44
43
|
requirements:
|
45
44
|
- - ">="
|
46
45
|
- !ruby/object:Gem::Version
|
47
|
-
version:
|
46
|
+
version: 0.1.0
|
47
|
+
- - "<"
|
48
|
+
- !ruby/object:Gem::Version
|
49
|
+
version: '6'
|
48
50
|
type: :runtime
|
49
51
|
prerelease: false
|
50
52
|
version_requirements: !ruby/object:Gem::Requirement
|
51
53
|
requirements:
|
52
54
|
- - ">="
|
53
55
|
- !ruby/object:Gem::Version
|
54
|
-
version:
|
56
|
+
version: 0.1.0
|
57
|
+
- - "<"
|
58
|
+
- !ruby/object:Gem::Version
|
59
|
+
version: '6'
|
55
60
|
- !ruby/object:Gem::Dependency
|
56
61
|
name: version_gem
|
62
|
+
requirement: !ruby/object:Gem::Requirement
|
63
|
+
requirements:
|
64
|
+
- - ">="
|
65
|
+
- !ruby/object:Gem::Version
|
66
|
+
version: 1.1.8
|
67
|
+
- - "<"
|
68
|
+
- !ruby/object:Gem::Version
|
69
|
+
version: '3'
|
70
|
+
type: :runtime
|
71
|
+
prerelease: false
|
72
|
+
version_requirements: !ruby/object:Gem::Requirement
|
73
|
+
requirements:
|
74
|
+
- - ">="
|
75
|
+
- !ruby/object:Gem::Version
|
76
|
+
version: 1.1.8
|
77
|
+
- - "<"
|
78
|
+
- !ruby/object:Gem::Version
|
79
|
+
version: '3'
|
80
|
+
- !ruby/object:Gem::Dependency
|
81
|
+
name: backports
|
57
82
|
requirement: !ruby/object:Gem::Requirement
|
58
83
|
requirements:
|
59
84
|
- - "~>"
|
60
85
|
- !ruby/object:Gem::Version
|
61
|
-
version: '
|
86
|
+
version: '3.25'
|
62
87
|
- - ">="
|
63
88
|
- !ruby/object:Gem::Version
|
64
|
-
version:
|
65
|
-
type: :
|
89
|
+
version: 3.25.1
|
90
|
+
type: :development
|
66
91
|
prerelease: false
|
67
92
|
version_requirements: !ruby/object:Gem::Requirement
|
68
93
|
requirements:
|
69
94
|
- - "~>"
|
70
95
|
- !ruby/object:Gem::Version
|
71
|
-
version: '
|
96
|
+
version: '3.25'
|
72
97
|
- - ">="
|
73
98
|
- !ruby/object:Gem::Version
|
74
|
-
version:
|
99
|
+
version: 3.25.1
|
75
100
|
- !ruby/object:Gem::Dependency
|
76
101
|
name: rake
|
77
102
|
requirement: !ruby/object:Gem::Requirement
|
78
103
|
requirements:
|
79
|
-
- - "
|
104
|
+
- - "~>"
|
80
105
|
- !ruby/object:Gem::Version
|
81
|
-
version: '
|
106
|
+
version: '13.0'
|
82
107
|
type: :development
|
83
108
|
prerelease: false
|
84
109
|
version_requirements: !ruby/object:Gem::Requirement
|
85
110
|
requirements:
|
86
|
-
- - "
|
111
|
+
- - "~>"
|
87
112
|
- !ruby/object:Gem::Version
|
88
|
-
version: '
|
113
|
+
version: '13.0'
|
89
114
|
- !ruby/object:Gem::Dependency
|
90
115
|
name: rspec
|
91
116
|
requirement: !ruby/object:Gem::Requirement
|
92
117
|
requirements:
|
118
|
+
- - "~>"
|
119
|
+
- !ruby/object:Gem::Version
|
120
|
+
version: '3.13'
|
121
|
+
type: :development
|
122
|
+
prerelease: false
|
123
|
+
version_requirements: !ruby/object:Gem::Requirement
|
124
|
+
requirements:
|
125
|
+
- - "~>"
|
126
|
+
- !ruby/object:Gem::Version
|
127
|
+
version: '3.13'
|
128
|
+
- !ruby/object:Gem::Dependency
|
129
|
+
name: rspec-block_is_expected
|
130
|
+
requirement: !ruby/object:Gem::Requirement
|
131
|
+
requirements:
|
132
|
+
- - "~>"
|
133
|
+
- !ruby/object:Gem::Version
|
134
|
+
version: '1.0'
|
93
135
|
- - ">="
|
94
136
|
- !ruby/object:Gem::Version
|
95
|
-
version:
|
137
|
+
version: 1.0.6
|
96
138
|
type: :development
|
97
139
|
prerelease: false
|
98
140
|
version_requirements: !ruby/object:Gem::Requirement
|
99
141
|
requirements:
|
142
|
+
- - "~>"
|
143
|
+
- !ruby/object:Gem::Version
|
144
|
+
version: '1.0'
|
100
145
|
- - ">="
|
101
146
|
- !ruby/object:Gem::Version
|
102
|
-
version:
|
147
|
+
version: 1.0.6
|
103
148
|
- !ruby/object:Gem::Dependency
|
104
|
-
name: rspec-
|
149
|
+
name: rspec-pending_for
|
105
150
|
requirement: !ruby/object:Gem::Requirement
|
106
151
|
requirements:
|
152
|
+
- - "~>"
|
153
|
+
- !ruby/object:Gem::Version
|
154
|
+
version: '0.1'
|
107
155
|
- - ">="
|
108
156
|
- !ruby/object:Gem::Version
|
109
|
-
version:
|
157
|
+
version: 0.1.17
|
110
158
|
type: :development
|
111
159
|
prerelease: false
|
112
160
|
version_requirements: !ruby/object:Gem::Requirement
|
113
161
|
requirements:
|
162
|
+
- - "~>"
|
163
|
+
- !ruby/object:Gem::Version
|
164
|
+
version: '0.1'
|
114
165
|
- - ">="
|
115
166
|
- !ruby/object:Gem::Version
|
116
|
-
version:
|
167
|
+
version: 0.1.17
|
117
168
|
- !ruby/object:Gem::Dependency
|
118
|
-
name:
|
169
|
+
name: stone_checksums
|
119
170
|
requirement: !ruby/object:Gem::Requirement
|
120
171
|
requirements:
|
121
172
|
- - "~>"
|
122
173
|
- !ruby/object:Gem::Version
|
123
|
-
version: '
|
174
|
+
version: '1.0'
|
124
175
|
type: :development
|
125
176
|
prerelease: false
|
126
177
|
version_requirements: !ruby/object:Gem::Requirement
|
127
178
|
requirements:
|
128
179
|
- - "~>"
|
129
180
|
- !ruby/object:Gem::Version
|
130
|
-
version: '
|
181
|
+
version: '1.0'
|
131
182
|
description: 'A Hashie::Mash joint to make #snakelife better'
|
132
183
|
email:
|
133
184
|
- peter.boling@gmail.com
|
134
185
|
- oauth-ruby@googlegroups.com
|
135
186
|
executables: []
|
136
187
|
extensions: []
|
137
|
-
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
|
138
195
|
files:
|
139
196
|
- CHANGELOG.md
|
140
197
|
- CODE_OF_CONDUCT.md
|
@@ -143,40 +200,53 @@ files:
|
|
143
200
|
- README.md
|
144
201
|
- SECURITY.md
|
145
202
|
- lib/snaky_hash.rb
|
203
|
+
- lib/snaky_hash/extensions.rb
|
204
|
+
- lib/snaky_hash/serializer.rb
|
146
205
|
- lib/snaky_hash/snake.rb
|
147
206
|
- lib/snaky_hash/string_keyed.rb
|
148
207
|
- lib/snaky_hash/symbol_keyed.rb
|
149
208
|
- lib/snaky_hash/version.rb
|
150
|
-
homepage: https://
|
209
|
+
homepage: https://github.com/oauth-xx/snaky_hash
|
151
210
|
licenses:
|
152
211
|
- MIT
|
153
212
|
metadata:
|
154
|
-
homepage_uri: https://
|
155
|
-
source_code_uri: https://
|
156
|
-
changelog_uri: https://gitlab.com/oauth-xx/snaky_hash/-/blob/v2.0.
|
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
|
157
216
|
bug_tracker_uri: https://gitlab.com/oauth-xx/snaky_hash/-/issues
|
158
|
-
documentation_uri: https://www.rubydoc.info/gems/snaky_hash/2.0.
|
217
|
+
documentation_uri: https://www.rubydoc.info/gems/snaky_hash/2.0.2
|
159
218
|
wiki_uri: https://gitlab.com/oauth-xx/snaky_hash/-/wiki
|
160
219
|
mailing_list_uri: https://groups.google.com/g/oauth-ruby
|
161
220
|
funding_uri: https://liberapay.com/pboling
|
221
|
+
news_uri: https://www.railsbling.com/tags/snaky_hash
|
162
222
|
rubygems_mfa_required: 'true'
|
163
|
-
|
164
|
-
|
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"
|
165
236
|
require_paths:
|
166
237
|
- lib
|
167
238
|
required_ruby_version: !ruby/object:Gem::Requirement
|
168
239
|
requirements:
|
169
240
|
- - ">="
|
170
241
|
- !ruby/object:Gem::Version
|
171
|
-
version:
|
242
|
+
version: 2.2.0
|
172
243
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
173
244
|
requirements:
|
174
245
|
- - ">="
|
175
246
|
- !ruby/object:Gem::Version
|
176
247
|
version: '0'
|
177
248
|
requirements: []
|
178
|
-
rubygems_version: 3.
|
179
|
-
signing_key:
|
249
|
+
rubygems_version: 3.6.9
|
180
250
|
specification_version: 4
|
181
251
|
summary: A very snaky hash
|
182
252
|
test_files: []
|
metadata.gz.sig
CHANGED
Binary file
|