Go to file
Andy Meneely 889414260f Changing default output folder to _output 2014-07-16 16:44:57 -04:00
bin Adding Excel xlsx support and prefixed images 2014-07-16 15:32:48 -04:00
lib Changing default output folder to _output 2014-07-16 16:44:57 -04:00
samples Adding Excel xlsx support and prefixed images 2014-07-16 15:32:48 -04:00
spec Writing up some basic rspecs 2014-07-16 11:48:58 -04:00
.gitignore Changing default output folder to _output 2014-07-16 16:44:57 -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 Adding Excel xlsx support and prefixed images 2014-07-16 15:32:48 -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