Sha256: 923c18f3265ff8087b45606f795e5d6a6276b20dd66f67cd71686554f3de1d14
Contents?: true
Size: 905 Bytes
Versions: 1
Compression:
Stored size: 905 Bytes
Contents
# Paint::Rails TODO: Write a gem description ## Installation Add this line to your application's Gemfile: ```ruby gem 'paint-rails' ``` And then execute: $ bundle Or install it yourself as: $ gem install paint-rails ## Usage TODO: Write usage instructions here ### Update Paint Version 1. Clone paint-rails 2. git submodule init 3. git submodule update 4. In paint directory, checkout master branch and 'git pull' changes. 5. Update lib/paint-rails/version.rb with updated version number. 6. In root directory, run 'bundle exec rake paint:update' 7. Commit changes and push, make PR. ## Contributing 1. Fork it ( https://github.com/[my-github-username]/paint-rails/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
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
paint-rails-0.6.7 | README.md |