snaky_hash 2.0.5 → 2.0.6

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: 470baea057cb725329d366a78e0f63b827ef9a8b696ada7c898c3eca3567dcb7
4
- data.tar.gz: 808d135faa416bff9f01c12dc8f73301d46789ac111e1205b2a5c6f3a10f3c1f
3
+ metadata.gz: 62cfadb58311a343c089f9ad6db74917c16da5ed2b061ea614eabc1fb9e58000
4
+ data.tar.gz: 0c25223a8a761b26257be06c454fd1cb129b24920ba155dfa0883404f6b6df7a
5
5
  SHA512:
6
- metadata.gz: 657833d9641e7aff20780306515f3d936ac204726599ad5e03391936f93238bda469ed222b105fb0552936ef9a0ca711505275a7af507dee34d3609a92c58960
7
- data.tar.gz: 1dde13aa200f9c726eb7b30bbf22cb80686faaab76df52c4034eabfd3422343de5ae7891bea3136465e9cc9c8e573a676a9e9ed801f665fe1066cffb8d8e7cf7
6
+ metadata.gz: 4c4b2e01be080e9dbda82c6d5fa0fcd7837fab59bc07a042f8ca6b4925c67e589a6ebf68dc747bfaa8292bcb42b826350580c5a9f953c3222ed8652991eaa52a
7
+ data.tar.gz: 144d11ba0a8eac2abb9f4cd465a42ff21cdecd09f69865bcf111d0ec6642d236ad9206aaa030cb4a045e5373023f1af37647aece8ca5bb1a7b9598c7e24696ac
checksums.yaml.gz.sig CHANGED
Binary file
data/CHANGELOG.md CHANGED
@@ -28,11 +28,21 @@ Please file a bug if you notice a violation of semantic versioning.
28
28
 
29
29
  ### Fixed
30
30
 
31
+ ### Security
32
+
33
+ ## [2.0.6] - 2026-06-11
34
+
35
+ - TAG: [v2.0.6][2.0.6t]
36
+ - COVERAGE: 100.00% -- 133/133 lines in 7 files
37
+ - BRANCH COVERAGE: 100.00% -- 38/38 branches in 7 files
38
+ - 92.86% documented
39
+
40
+ ### Fixed
41
+
42
+ - Restored `docs/CNAME` so the generated documentation site keeps its custom domain.
31
43
  - Removed stale legacy CI workflows and duplicate extracted-stdlib gem
32
44
  declarations from generated Appraisal gemfiles.
33
45
 
34
- ### Security
35
-
36
46
  ## [2.0.5] - 2026-06-07
37
47
 
38
48
  - TAG: [v2.0.5][2.0.5t]
@@ -163,7 +173,9 @@ end
163
173
 
164
174
  - Initial release
165
175
 
166
- [Unreleased]: https://github.com/ruby-oauth/snaky_hash/compare/v2.0.5...HEAD
176
+ [Unreleased]: https://github.com/ruby-oauth/snaky_hash/compare/v2.0.6...HEAD
177
+ [2.0.6]: https://github.com/ruby-oauth/snaky_hash/compare/v2.0.5...v2.0.6
178
+ [2.0.6t]: https://github.com/ruby-oauth/snaky_hash/releases/tag/v2.0.6
167
179
  [2.0.5]: https://github.com/ruby-oauth/snaky_hash/compare/v2.0.4...v2.0.5
168
180
  [2.0.5t]: https://github.com/ruby-oauth/snaky_hash/releases/tag/v2.0.5
169
181
  [2.0.4]: https://github.com/ruby-oauth/snaky_hash/compare/v2.0.3...v2.0.4
data/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  <a href="https://github.com/ruby-oauth"><img alt="ruby-oauth Logo by Aboling0, CC BY-SA 4.0" src="https://logos.galtzo.com/assets/images/ruby-oauth/avatar-128px.svg" width="14%" align="right"/></a>
2
2
 
3
- # 🐍 SnakyHash
3
+ # 🔮 SnakyHash
4
4
 
5
5
  [![Version][👽versioni]][👽version] [![GitHub tag (latest SemVer)][⛳️tag-img]][⛳️tag] [![License: MIT][📄license-img]][📄license] [![Downloads Rank][👽dl-ranki]][👽dl-rank] [![CodeCov Test Coverage][🏀codecovi]][🏀codecov] [![Coveralls Test Coverage][🏀coveralls-img]][🏀coveralls] [![QLTY Test Coverage][🏀qlty-covi]][🏀qlty-cov] [![QLTY Maintainability][🏀qlty-mnti]][🏀qlty-mnt] [![CI Heads][🚎3-hd-wfi]][🚎3-hd-wf] [![CI Runtime Dependencies @ HEAD][🚎12-crh-wfi]][🚎12-crh-wf] [![CI Current][🚎11-c-wfi]][🚎11-c-wf] [![CI Truffle Ruby][🚎9-t-wfi]][🚎9-t-wf] [![CI JRuby][🚎10-j-wfi]][🚎10-j-wf] [![Deps Locked][🚎13-🔒️-wfi]][🚎13-🔒️-wf] [![Deps Unlocked][🚎14-🔓️-wfi]][🚎14-🔓️-wf] [![CI Test Coverage][🚎2-cov-wfi]][🚎2-cov-wf] [![CI Style][🚎5-st-wfi]][🚎5-st-wf] [![Apache SkyWalking Eyes License Compatibility Check][🚎15-🪪-wfi]][🚎15-🪪-wf]
6
6
 
@@ -133,7 +133,7 @@ are left as-is.
133
133
  class MySerializedSnakedHash < Hashie::Mash
134
134
  include SnakyHash::Snake.new(
135
135
  key_type: :symbol, # default :string
136
- serializer: true, # default: false
136
+ serializer: true # default: false
137
137
  )
138
138
  end
139
139
 
@@ -182,7 +182,7 @@ Let's say I want to really smash up my hash and make it more food-like.
182
182
  class MyExtSnakedHash < Hashie::Mash
183
183
  include SnakyHash::Snake.new(
184
184
  key_type: :symbol, # default :string
185
- serializer: true, # default: false
185
+ serializer: true # default: false
186
186
  )
187
187
  end
188
188
 
@@ -639,7 +639,7 @@ Thanks for RTFM. ☺️
639
639
  [📄license-ref]: MIT.md
640
640
  [📄license-img]: https://img.shields.io/badge/License-MIT-259D6C.svg
641
641
  [📄license-compat]: https://www.apache.org/legal/resolved.html#category-a
642
- [📄license-compat-img]: https://img.shields.io/badge/Apache_Compatible:_Category_A-✓-259D6C.svg?style=flat&logo=Apache
642
+ [📄license-compat-img]: https://img.shields.io/badge/Apache_Compatible:_Category_A-%E2%9C%93-259D6C.svg?style=flat&logo=Apache
643
643
 
644
644
  [📄ilo-declaration]: https://www.ilo.org/declaration/lang--en/index.htm
645
645
  [📄ilo-declaration-img]: https://img.shields.io/badge/ILO_Fundamental_Principles-✓-259D6C.svg?style=flat
@@ -657,9 +657,9 @@ Thanks for RTFM. ☺️
657
657
  | Field | Value |
658
658
  |---|---|
659
659
  | Package | snaky_hash |
660
- | Description | 🐍 A Hashie::Mash joint to make #snakelife better |
660
+ | Description | 🔮 A Hashie::Mash joint to make #snakelife better |
661
661
  | Homepage | https://github.com/ruby-oauth/snaky_hash |
662
- | Source | https://github.com/ruby-oauth/snaky_hash/tree/v2.0.4 |
662
+ | Source | https://github.com/ruby-oauth/snaky_hash/tree/v2.0.5 |
663
663
  | License | `MIT` |
664
664
  | Funding | https://github.com/sponsors/pboling, https://issuehunt.io/u/pboling, https://ko-fi.com/pboling, https://liberapay.com/pboling/donate, https://opencollective.com/ruby-oauth, https://patreon.com/galtzo, https://polar.sh/pboling, https://thanks.dev/u/gh/pboling, https://tidelift.com/funding/github/rubygems/snaky_hash, https://www.buymeacoffee.com/pboling |
665
665
  <!-- kettle-jem:metadata:end -->
@@ -2,7 +2,7 @@
2
2
 
3
3
  module SnakyHash
4
4
  module Version
5
- VERSION = "2.0.5"
5
+ VERSION = "2.0.6"
6
6
  end
7
7
  VERSION = Version::VERSION # Traditional Constant Location
8
8
  end
data/sig/snaky_hash.rbs CHANGED
@@ -1,4 +1,3 @@
1
1
  module SnakyHash
2
- VERSION: String
3
2
  # See the writing guide of rbs: https://github.com/ruby/rbs#guides
4
3
  end
data.tar.gz.sig CHANGED
Binary file
metadata CHANGED
@@ -1,10 +1,10 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: snaky_hash
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.5
4
+ version: 2.0.6
5
5
  platform: ruby
6
6
  authors:
7
- - Peter Boling
7
+ - Peter H. Boling
8
8
  bindir: exe
9
9
  cert_chain:
10
10
  - |
@@ -83,20 +83,20 @@ dependencies:
83
83
  requirements:
84
84
  - - "~>"
85
85
  - !ruby/object:Gem::Version
86
- version: '2.1'
86
+ version: '2.2'
87
87
  - - ">="
88
88
  - !ruby/object:Gem::Version
89
- version: 2.1.1
89
+ version: 2.2.3
90
90
  type: :development
91
91
  prerelease: false
92
92
  version_requirements: !ruby/object:Gem::Requirement
93
93
  requirements:
94
94
  - - "~>"
95
95
  - !ruby/object:Gem::Version
96
- version: '2.1'
96
+ version: '2.2'
97
97
  - - ">="
98
98
  - !ruby/object:Gem::Version
99
- version: 2.1.1
99
+ version: 2.2.3
100
100
  - !ruby/object:Gem::Dependency
101
101
  name: bundler-audit
102
102
  requirement: !ruby/object:Gem::Requirement
@@ -174,7 +174,7 @@ dependencies:
174
174
  version: '2.0'
175
175
  - - ">="
176
176
  - !ruby/object:Gem::Version
177
- version: 2.0.3
177
+ version: 2.0.5
178
178
  type: :development
179
179
  prerelease: false
180
180
  version_requirements: !ruby/object:Gem::Requirement
@@ -184,7 +184,7 @@ dependencies:
184
184
  version: '2.0'
185
185
  - - ">="
186
186
  - !ruby/object:Gem::Version
187
- version: 2.0.3
187
+ version: 2.0.5
188
188
  - !ruby/object:Gem::Dependency
189
189
  name: turbo_tests2
190
190
  requirement: !ruby/object:Gem::Requirement
@@ -194,7 +194,7 @@ dependencies:
194
194
  version: '3.1'
195
195
  - - ">="
196
196
  - !ruby/object:Gem::Version
197
- version: 3.1.1
197
+ version: 3.1.2
198
198
  type: :development
199
199
  prerelease: false
200
200
  version_requirements: !ruby/object:Gem::Requirement
@@ -204,7 +204,7 @@ dependencies:
204
204
  version: '3.1'
205
205
  - - ">="
206
206
  - !ruby/object:Gem::Version
207
- version: 3.1.1
207
+ version: 3.1.2
208
208
  - !ruby/object:Gem::Dependency
209
209
  name: ruby-progressbar
210
210
  requirement: !ruby/object:Gem::Requirement
@@ -279,10 +279,9 @@ dependencies:
279
279
  - - ">="
280
280
  - !ruby/object:Gem::Version
281
281
  version: 3.25.1
282
- description: "\U0001F40D A Hashie::Mash joint to make #snakelife better"
282
+ description: "\U0001F52E A Hashie::Mash joint to make #snakelife better"
283
283
  email:
284
284
  - floss@galtzo.com
285
- - oauth-ruby@googlegroups.com
286
285
  executables: []
287
286
  extensions: []
288
287
  extra_rdoc_files:
@@ -319,11 +318,11 @@ homepage: https://github.com/ruby-oauth/snaky_hash
319
318
  licenses:
320
319
  - MIT
321
320
  metadata:
322
- homepage_uri: https://snaky-hash.galtzo.com
323
- source_code_uri: https://github.com/ruby-oauth/snaky_hash/tree/v2.0.5
324
- changelog_uri: https://github.com/ruby-oauth/snaky_hash/blob/v2.0.5/CHANGELOG.md
321
+ homepage_uri: https://structuredmerge.org
322
+ source_code_uri: https://github.com/ruby-oauth/snaky_hash/tree/v2.0.6
323
+ changelog_uri: https://github.com/ruby-oauth/snaky_hash/blob/v2.0.6/CHANGELOG.md
325
324
  bug_tracker_uri: https://github.com/ruby-oauth/snaky_hash/issues
326
- documentation_uri: https://www.rubydoc.info/gems/snaky_hash/2.0.5
325
+ documentation_uri: https://www.rubydoc.info/gems/snaky_hash/2.0.6
327
326
  funding_uri: https://github.com/sponsors/pboling
328
327
  wiki_uri: https://github.com/ruby-oauth/snaky_hash/wiki
329
328
  news_uri: https://www.railsbling.com/tags/snaky_hash
@@ -331,7 +330,7 @@ metadata:
331
330
  rubygems_mfa_required: 'true'
332
331
  rdoc_options:
333
332
  - "--title"
334
- - "snaky_hash - \U0001F40D A very snaky hash"
333
+ - "snaky_hash - \U0001F52E A very snaky hash"
335
334
  - "--main"
336
335
  - README.md
337
336
  - "--exclude"
@@ -354,5 +353,5 @@ required_rubygems_version: !ruby/object:Gem::Requirement
354
353
  requirements: []
355
354
  rubygems_version: 4.0.10
356
355
  specification_version: 4
357
- summary: "\U0001F40D A very snaky hash"
356
+ summary: "\U0001F52E A very snaky hash"
358
357
  test_files: []
metadata.gz.sig CHANGED
Binary file