Skip to content
/ bruce Public
forked from map7/bruce

Bruce detects how Australian your Rails project is.

License

Notifications You must be signed in to change notification settings

papz/bruce

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bruce

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.

Installation

Add this line to your application’s Gemfile:

gem 'bruce'

And then execute:

$ bundle

Usage

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 %>

Development

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).

Contributing

  1. Fork it ( https://github.com/[my-github-username]/bruce/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 a new Pull Request

About

Bruce detects how Australian your Rails project is.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 99.9%
  • Other 0.1%