Go to file
Andy Meneely e37ca450c1 Sketching out a visitor pattern 2014-07-08 22:10:35 -04:00
bin Adding executable squib 2014-07-08 01:21:41 -04:00
lib Sketching out a visitor pattern 2014-07-08 22:10:35 -04:00
.gitignore Re-generating gem with bundler 2014-07-08 01:21:21 -04:00
Gemfile Re-generating gem with bundler 2014-07-08 01:21:21 -04:00
LICENSE.txt Re-generating gem with bundler 2014-07-08 01:21:21 -04:00
README.md Re-generating gem with bundler 2014-07-08 01:21:21 -04:00
Rakefile Re-generating gem with bundler 2014-07-08 01:21:21 -04:00
squib.gemspec Re-generating gem with bundler 2014-07-08 01:21:21 -04:00

README.md

Squib

TODO: Write a gem description

Installation

Add this line to your application's Gemfile:

gem 'squib'

And then execute:

$ bundle

Or install it yourself as:

$ gem install squib

Usage

TODO: Write usage instructions here

Contributing

  1. Fork it ( https://github.com/[my-github-username]/squib/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