# 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//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