1
0
mirror of https://github.com/danbee/rippr synced 2025-03-04 08:39:08 +00:00
Go to file
2014-01-14 10:31:40 +00:00
lib Initial commit. 2014-01-14 10:26:37 +00:00
.gitignore Initial commit. 2014-01-14 10:26:37 +00:00
Gemfile Initial commit. 2014-01-14 10:26:37 +00:00
LICENSE.txt Initial commit. 2014-01-14 10:26:37 +00:00
Rakefile Initial commit. 2014-01-14 10:26:37 +00:00
README.md Initial commit. 2014-01-14 10:26:37 +00:00
ripper.gemspec Add gem dependencies. 2014-01-14 10:31:40 +00:00

Ripper

TODO: Write a gem description

Installation

Add this line to your application's Gemfile:

gem 'ripper'

And then execute:

$ bundle

Or install it yourself as:

$ gem install ripper

Usage

TODO: Write usage instructions here

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