Skip to content

RubyMoney/money-heuristics

Repository files navigation

⚠️ Maintainer(s) Wanted — RubyMoney Needs New Stewardship

Hi! I’m the current (and only) active maintainer, and I no longer have the capacity to look after this project—or any other gems under the RubyMoney GitHub organization.

What we’re looking for: An individual or team willing to take ownership of the entire organization (all gems, docs, CI, and Rubygems ownership).

Timeline

Date Action
Now → 30 Sep 2025 Open an issue titled “Maintainer application” (or email [email protected]) and tell us who you are, why you care, and your plan for the libraries.
1 Oct 2025 If no successor is confirmed, every repository in RubyMoney will be archived (read-only). No new issues, PRs, or releases will be possible after that point.

Security-critical patches will still be merged during the transition window, but no new features will be accepted.

— Shane Emmons (current steward) • June 23 2025

RubyMoney - Money Heuristics

This is a module for heuristic analysis of the string input for the money gem. It was formerly part of the gem.

Gem Version Build Status License

Installation

Include this line in your Gemfile:

gem 'money-heuristics'

Usage

>> Money::Currency.analyze 'USD 200'
=> ["USD"]
>> Money::Currency.analyze 'zł123,000.50'
=> ["PLN"]

Contributing

See the Contribution Guidelines

About

A heuristics module for `money` gem (formerly part of it)

Resources

License

Contributing

Stars

Watchers

Forks

Packages

No packages published

Languages