Bump to 1.0.0!#16
Merged
Merged
Conversation
This commit modernizes money-heuristics to require Money 7.0 and brings it up to date with current RubyMoney project standards. Breaking Changes: - Update Money gem dependency to ~> 7.0 - Drop support for Ruby < 3.1 - Update sixarm_ruby_unaccent to allow version 2.x Gemspec: - Add frozen_string_literal and use __dir__ - Add required_ruby_version >= 3.1 - Explicitly list files to include - Remove executables and test_files definitions - Add metadata (changelog_uri, source_code_uri, bug_tracker_uri, rubygems_mfa_required) Gemfile: - Move dev dependencies from gemspec (rspec, rake, yard) - Organize with comments (Debugger, Specs, Tasks, Documentation) CI/Testing: - Update GitHub Actions to test Ruby 3.1-3.4, jruby-9.4, jruby-10.0 - Add Java setup for JRuby 10.0 - Update to actions/checkout@v6 - Add permissions: contents: read - Fix spec to use subject instead of let(:it) - Update tests for Money 7.0 currency symbol changes (AMD, BHD, GEL) Documentation: - Update CHANGELOG with version 1.0.0 - Update CI badge from Travis to GitHub Actions
yukideluxe
commented
Dec 11, 2025
sunny
previously approved these changes
Dec 11, 2025
Co-authored-by: Sunny Ripert <sunny@sunfox.org>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Hello @RubyMoney/core
I am on a roll! With a "little" bit of Claude help I also bumped this gem to 1.0.0 and did a similar housekeeping that has been done in RubyMoney/money-collection#13
😊