Skip to content

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Sep 18, 2025

Bumps stone_checksums from 1.0.0 to 1.0.2.

Release notes

Sourced from stone_checksums's releases.

v1.0.1

What's Changed

Full Changelog: galtzo-floss/stone_checksums@v1.0.0...v1.0.1

Changelog

Sourced from stone_checksums's changelog.

[1.0.2] - 2025-08-26

  • TAG: [v1.0.2][1.0.2t]
  • COVERAGE: 100.00% -- 97/97 lines in 6 files
  • BRANCH COVERAGE: 92.86% -- 26/28 branches in 6 files
  • 68.42% documented

Fixed

  • gemspec details that got mangled in the switch from gem_checksums.gemspec to stone_checksums.gemspec
    • spec.required_ruby_version (accidentally bumped from 2.2 to 2.3)
    • spec.summary
    • spec.description
    • spec.homepage

[1.0.1] - 2025-08-26

  • TAG: [v1.0.1][1.0.1t]
  • COVERAGE: 100.00% -- 97/97 lines in 6 files
  • BRANCH COVERAGE: 92.86% -- 26/28 branches in 6 files
  • 68.42% documented

Added

  • Added proper namespace: StoneChecksums
    • Namespace now matches gem name according to RubyGems convention
    • Old Namespace, GemChecksums, will be dropped in next major version

Changed

  • Improve error help text on old bundler, recommend upgrading

Fixed

  • Support for bundler >= v2.7, which no longer relies on SOURCE_DATE_EPOCH
    • NOTE: Bundler v2.7+ defaults to a constant build date in 1980 to make all builds reproducible.

Documentation

  • Updated README with checksum usage, Bundler version guidance, and env vars.
  • Added YARD docstrings for public APIs.
  • Expanded RBS signatures for public constants and methods.
Commits
  • 1dff0a2 🔒️ Checksums for v1.0.2
  • 9e1823b 🔖 Prepare release v1.0.2
  • 139462a 📝 Update docs site
  • 6231ab8 👷 Update coverage minimums
  • 496b86f 🐛 Fix regression where Ruby 2.2 support was dropped
  • 51e36b1 📝 Update docs site
  • 68d3305 🔒️ Checksums for v1.0.1
  • 9975686 🔖 Prepare release v1.0.1
  • 5cf5f93 💚 Document output matcher bug
  • 29b0c16 🎨 Minor improvements
  • Additional commits viewable in compare view

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)

Bumps [stone_checksums](https://github.com/galtzo-floss/stone_checksums) from 1.0.0 to 1.0.2.
- [Release notes](https://github.com/galtzo-floss/stone_checksums/releases)
- [Changelog](https://github.com/galtzo-floss/stone_checksums/blob/main/CHANGELOG.md)
- [Commits](galtzo-floss/stone_checksums@v1.0.0...v1.0.2)

---
updated-dependencies:
- dependency-name: stone_checksums
  dependency-version: 1.0.2
  dependency-type: direct:development
  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 Sep 18, 2025
Copy link

codecov bot commented Sep 18, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 100.00%. Comparing base (6568e77) to head (469a8b7).

Additional details and impacted files
@@            Coverage Diff            @@
##              main       #31   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            3         3           
  Lines           15        15           
=========================================
  Hits            15        15           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@coveralls
Copy link

Pull Request Test Coverage Report for Build 17817976696

Details

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 100.0%

Totals Coverage Status
Change from base Build 16770693069: 0.0%
Covered Lines: 15
Relevant Lines: 15

💛 - Coveralls

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.

1 participant