Simple gem with only 1 function that will return the current national debt.
Gem nokogiri is required for this gem to work.
The National Debt calculation comes from Ed Hall at http://brillig.com/debt_clock/
Add this line to your application's Gemfile:
gem 'natdebt'
And then execute:
$ bundle
Or install it yourself as:
$ gem install natdebt
$ CurrentDebt = Natdebt.current
- 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