BoostInfo  
  
 
Simple parser for Boost INFO format.
Installation
Add this line to your application's Gemfile:
gem 'boost_info'
And then execute:
$ bundle
Or install it yourself as:
$ gem install boost_info
Usage
Parsing INFO
BoostInfo.parse(file, ={})
Available options:
- symbolize_keys: convert all keys to symbols (default: false)
Generating INFO
{ x: 'y' }.to_info(={})
Available options:
- indent: indentation level (default: 4)
Contributing
- Fork it ( https://github.com/zenbro/boost_info/fork )
- Create your feature branch (git checkout -b my-new-feature)
- Commit your changes (git commit -am 'Add some feature')
- Push to the branch (git push origin my-new-feature)
- Create a new Pull Request
Credits
Originally created by Igor Vetrov.
License
Code released under the MIT License.