Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 26, 2025

Bumps snaky_hash from 2.0.1 to 2.0.3.

Release notes

Sourced from snaky_hash's releases.

v2.0.3

2.0.3 - 2025-05-23

  • TAG: v2.0.3
  • COVERAGE: 100.00% -- 132/132 lines in 7 files
  • BRANCH COVERAGE: 100.00% -- 38/38 branches in 7 files
  • 100.00% documented

Added

  • #dump instance method injected by extend SnakyHash::Serializer (@​pboling)
  • dump_hash_extensions - new feature, analogous to load_hash_extensions (@​pboling)
  • dump_value_extensions - alternate name for dump_extensions (@​pboling)
  • load_value_extensions - alternate name for load_extensions (@​pboling)
  • Clarifying documentation (@​pboling)

Fixed

  • gh4 - Serializer extensions dump and load empty values properly (@​pboling)
    • Fixed dump_extensions, load_extensions, load_hash_extensions
    • Intended usage is primarily JSON, and oauth2 gem
    • OAuth2 spec can have legitimately empty values (e.g. scopes could be empty)
    • Previous logic was inherited from design decisions made by serialized_hashie gem; doesn't apply here

What's Changed

Full Changelog: ruby-oauth/snaky_hash@v2.0.2...v2.0.3

v2.0.2

What's Changed

New Contributors

Full Changelog: ruby-oauth/snaky_hash@v2.0.1...v2.0.2

Changelog

Sourced from snaky_hash's changelog.

[2.0.3] - 2025-05-23

  • TAG: [v2.0.3][2.0.3t]
  • COVERAGE: 100.00% -- 132/132 lines in 7 files
  • BRANCH COVERAGE: 100.00% -- 38/38 branches in 7 files
  • 100.00% documented

Added

  • #dump instance method injected by extend SnakyHash::Serializer (@​pboling)
  • dump_hash_extensions - new feature, analogous to load_hash_extensions (@​pboling)
  • dump_value_extensions - alternate name for dump_extensions (@​pboling)
  • load_value_extensions - alternate name for load_extensions (@​pboling)
  • Clarifying documentation (@​pboling)

Fixed

  • gh4 - Serializer extensions dump and load empty values properly (@​pboling)
    • Fixed dump_extensions, load_extensions, load_hash_extensions
    • Intended usage is primarily JSON, and oauth2 gem
    • OAuth2 spec can have legitimately empty values (e.g. scopes could be empty)
    • Previous logic was inherited from design decisions made by serialized_hashie gem; doesn't apply here

[2.0.2] - 2025-05-21

  • TAG: [v2.0.2][2.0.2t]
  • COVERAGE: 100.00% -- 119/119 lines in 7 files
  • BRANCH COVERAGE: 100.00% -- 35/35 branches in 7 files
  • 100.00% documented

Added

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file ruby Pull requests that update ruby code labels May 26, 2025
Bumps [snaky_hash](https://github.com/oauth-xx/snaky_hash) from 2.0.1 to 2.0.3.
- [Release notes](https://github.com/oauth-xx/snaky_hash/releases)
- [Changelog](https://github.com/oauth-xx/snaky_hash/blob/main/CHANGELOG.md)
- [Commits](ruby-oauth/snaky_hash@v2.0.1...v2.0.3)

---
updated-dependencies:
- dependency-name: snaky_hash
  dependency-version: 2.0.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file ruby Pull requests that update ruby code labels May 26, 2025
@pboling pboling merged commit 40d58f4 into main May 26, 2025
9 of 16 checks passed
@pboling pboling deleted the dependabot/bundler/snaky_hash-2.0.3 branch May 26, 2025 14:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file ruby Pull requests that update ruby code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants