|
61 | 61 |
|
62 | 62 | <div id="content"><div id='filecontents'><p><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></p> |
63 | 63 |
|
64 | | -<h1 id="-snakyhash">🐍 SnakyHash</h1> |
| 64 | +<h1 id="-snakyhash">🔮 SnakyHash</h1> |
65 | 65 |
|
66 | 66 | <p><a href="https://bestgems.org/gems/snaky_hash"><img src="https://img.shields.io/gem/v/snaky_hash.svg" alt="Version"></a> <a href="https://github.com/ruby-oauth/snaky_hash/releases"><img src="https://img.shields.io/github/tag/ruby-oauth/snaky_hash.svg" alt="GitHub tag (latest SemVer)"></a> <a href="LICENSE.md"><img src="https://img.shields.io/badge/License-MIT-259D6C.svg" alt="License: MIT"></a> <a href="https://bestgems.org/gems/snaky_hash"><img src="https://img.shields.io/gem/rd/snaky_hash.svg" alt="Downloads Rank"></a> <a href="https://codecov.io/gh/ruby-oauth/snaky_hash"><img src="https://codecov.io/gh/ruby-oauth/snaky_hash/graph/badge.svg" alt="CodeCov Test Coverage"></a> <a href="https://coveralls.io/github/ruby-oauth/snaky_hash?branch=main"><img src="https://coveralls.io/repos/github/ruby-oauth/snaky_hash/badge.svg?branch=main" alt="Coveralls Test Coverage"></a> <a href="https://qlty.sh/gh/ruby-oauth/projects/snaky_hash/metrics/code?sort=coverageRating"><img src="https://qlty.sh/gh/ruby-oauth/projects/snaky_hash/coverage.svg" alt="QLTY Test Coverage"></a> <a href="https://qlty.sh/gh/ruby-oauth/projects/snaky_hash"><img src="https://qlty.sh/gh/ruby-oauth/projects/snaky_hash/maintainability.svg" alt="QLTY Maintainability"></a> <a href="https://github.com/ruby-oauth/snaky_hash/actions/workflows/heads.yml"><img src="https://github.com/ruby-oauth/snaky_hash/actions/workflows/heads.yml/badge.svg" alt="CI Heads"></a> <a href="https://github.com/ruby-oauth/snaky_hash/actions/workflows/dep-heads.yml"><img src="https://github.com/ruby-oauth/snaky_hash/actions/workflows/dep-heads.yml/badge.svg" alt="CI Runtime Dependencies @ HEAD"></a> <a href="https://github.com/ruby-oauth/snaky_hash/actions/workflows/current.yml"><img src="https://github.com/ruby-oauth/snaky_hash/actions/workflows/current.yml/badge.svg" alt="CI Current"></a> <a href="https://github.com/ruby-oauth/snaky_hash/actions/workflows/truffle.yml"><img src="https://github.com/ruby-oauth/snaky_hash/actions/workflows/truffle.yml/badge.svg" alt="CI Truffle Ruby"></a> <a href="https://github.com/ruby-oauth/snaky_hash/actions/workflows/jruby.yml"><img src="https://github.com/ruby-oauth/snaky_hash/actions/workflows/jruby.yml/badge.svg" alt="CI JRuby"></a> <a href="https://github.com/ruby-oauth/snaky_hash/actions/workflows/locked_deps.yml"><img src="https://github.com/ruby-oauth/snaky_hash/actions/workflows/locked_deps.yml/badge.svg" alt="Deps Locked"></a> <a href="https://github.com/ruby-oauth/snaky_hash/actions/workflows/unlocked_deps.yml"><img src="https://github.com/ruby-oauth/snaky_hash/actions/workflows/unlocked_deps.yml/badge.svg" alt="Deps Unlocked"></a> <a href="https://github.com/ruby-oauth/snaky_hash/actions/workflows/coverage.yml"><img src="https://github.com/ruby-oauth/snaky_hash/actions/workflows/coverage.yml/badge.svg" alt="CI Test Coverage"></a> <a href="https://github.com/ruby-oauth/snaky_hash/actions/workflows/style.yml"><img src="https://github.com/ruby-oauth/snaky_hash/actions/workflows/style.yml/badge.svg" alt="CI Style"></a> <a href="https://github.com/ruby-oauth/snaky_hash/actions/workflows/license-eye.yml"><img src="https://github.com/ruby-oauth/snaky_hash/actions/workflows/license-eye.yml/badge.svg" alt="Apache SkyWalking Eyes License Compatibility Check"></a></p> |
67 | 67 |
|
@@ -326,7 +326,7 @@ <h3 id="serialization">Serialization</h3> |
326 | 326 | <pre class="code language-ruby"><code class="language-ruby">class MySerializedSnakedHash < Hashie::Mash |
327 | 327 | include SnakyHash::Snake.new( |
328 | 328 | key_type: :symbol, # default :string |
329 | | - serializer: true, # default: false |
| 329 | + serializer: true # default: false |
330 | 330 | ) |
331 | 331 | end |
332 | 332 |
|
@@ -392,7 +392,7 @@ <h4 id="example">Example</h4> |
392 | 392 | <pre class="code language-ruby"><code class="language-ruby">class MyExtSnakedHash < Hashie::Mash |
393 | 393 | include SnakyHash::Snake.new( |
394 | 394 | key_type: :symbol, # default :string |
395 | | - serializer: true, # default: false |
| 395 | + serializer: true # default: false |
396 | 396 | ) |
397 | 397 | end |
398 | 398 |
|
@@ -667,16 +667,16 @@ <h3 id="please-give-the-project-a-star--">Please give the project a star ⭐ ♥ |
667 | 667 | <p>| Field | Value |<br> |
668 | 668 | |—|—|<br> |
669 | 669 | | Package | snaky_hash |<br> |
670 | | -| Description | 🐍 A Hashie::Mash joint to make #snakelife better |<br> |
| 670 | +| Description | 🔮 A Hashie::Mash joint to make #snakelife better |<br> |
671 | 671 | | Homepage | https://github.com/ruby-oauth/snaky_hash |<br> |
672 | | -| Source | https://github.com/ruby-oauth/snaky_hash/tree/v2.0.4 |<br> |
| 672 | +| Source | https://github.com/ruby-oauth/snaky_hash/tree/v2.0.5 |<br> |
673 | 673 | | License | <code>MIT</code> |<br> |
674 | 674 | | 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 |<br> |
675 | 675 | <!-- kettle-jem:metadata:end --></p> |
676 | 676 | </div></div> |
677 | 677 |
|
678 | 678 | <div id="footer"> |
679 | | - Generated on Sun Jun 7 00:08:23 2026 by |
| 679 | + Generated on Thu Jun 11 03:37:12 2026 by |
680 | 680 | <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a> |
681 | 681 | 0.9.44 (ruby-4.0.5). |
682 | 682 | </div> |
|
0 commit comments