Sha256: baf241981a0a54adbeaee8290bf486a721bff1a322a27379cff87da8a2deacdb
Contents?: true
Size: 562 Bytes
Versions: 26
Compression:
Stored size: 562 Bytes
Contents
# Houston::<%= camelized %> TODO: Summary of Houston <%= camelized %>. ## Installation In your `Gemfile`, add: gem "houston-<%= name %>" And in `config/main.rb`, add: ```ruby use :<%= name %> do # TODO: specify configuration options for Houston::<%= camelized %> here end ``` And then execute: $ bundle ## Contributing 1. Fork it 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 new Pull Request
Version data entries
26 entries across 26 versions & 1 rubygems