In accordance with the Government’s initiative to document how Australian a product is (Ref: 1 we created Bruce.
Bruce looks through all the Gems you use in your Rails product or Gem and lets you know how Australia your product is.
Add this line to your application’s Gemfile:
gem 'bruce'
And then execute:
$ bundle
Run the rake task to create the percentage (remember this has to be ran manually if you update your bundle Gemfile).
$ rake bruce:install
Add to your project’s about screen the placement of the Australian Kangaroo with percentage shown.
<%= bruce %>
After checking out the repo, run `bin/setup` to install dependencies. Then, run `bin/console` for an interactive prompt that will allow you to experiment.
To install this gem onto your local machine, run `bundle exec rake install`. To release a new version, update the version number in `version.rb`, and then run `bundle exec rake release` to create a git tag for the version, push git commits and tags, and push the `.gem` file to [rubygems.org](https://rubygems.org).
- Fork it ( https://github.com/[my-github-username]/bruce/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