Go to file
Andy Meneely 4748f1a32c Writing up some basic rspecs 2014-07-16 11:48:58 -04:00
bin Getting text to work 2014-07-16 11:26:48 -04:00
lib Writing up some basic rspecs 2014-07-16 11:48:58 -04:00
spec Writing up some basic rspecs 2014-07-16 11:48:58 -04:00
.gitignore Got the example workingrake install && squib-eg 2014-07-12 10:23:25 -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 Still messing around 2014-07-10 21:53:47 -04:00
squib.gemspec Writing up some basic rspecs 2014-07-16 11:48:58 -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