Sha256: 81878dbc7140f898660a7aca6b6bdcbb140ae05634827399434bb7ad58f7b598
Contents?: true
Size: 878 Bytes
Versions: 2
Compression:
Stored size: 878 Bytes
Contents
# FuzzyMoney [![Build Status](https://travis-ci.org/bensheldon/fuzzy_money.svg?branch=master)](https://travis-ci.org/bensheldon/fuzzy_money) Make accurate-enough conversions and comparisons between price strings. For when you're collecting inconsistently structured pricing information (for example, via scraping) and you don't need the rigidness of [RubyMoney](https://github.com/RubyMoney/money). ## Installation Add this line to your application's Gemfile: gem 'fuzzy_money' And then execute: $ bundle Or install it yourself as: $ gem install fuzzy_money ## Contributing 1. Fork it ( http://github.com/<my-github-username>/fuzzy_money/fork ) 2. Create your feature branch (`git checkout -b my-new-feature`) 3. Commit your changes (`git commit -am 'Add some feature'`) 4. Push to the branch (`git push origin my-new-feature`) 5. Create new Pull Request
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
fuzzy_money-0.0.2 | README.md |
fuzzy_money-0.0.1 | README.md |