store account balances as hashes instead of arrays
Gnucash
Ruby library for extracting data from GnuCash data files
Installation
Add this line to your application's Gemfile:
gem 'gnucash'
And then execute:
$ bundle
Or install it yourself as:
$ gem install gnucash
Usage
book = Gnucash.open("MyBook.gnucash")
Contributing
- Fork it
- 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 new Pull Request
Description
Languages
Ruby
100%