Go to file
Andy Meneely e036d36737 More exploration spikes
* Playing with PDF support
* Added background
* Added rectangle
* Split save to save_pdf and save_images since PDFs are way different
* Working on text rendering (non-pango for now, but that'll change)
2014-07-13 01:10:24 -04:00
bin More exploration spikes 2014-07-13 01:10:24 -04:00
lib More exploration spikes 2014-07-13 01:10:24 -04:00
spec Still messing around 2014-07-10 21:53:47 -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 Still messing around 2014-07-10 21:53:47 -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