Skip to content

Latest commit

 

History

History
44 lines (27 loc) · 869 Bytes

File metadata and controls

44 lines (27 loc) · 869 Bytes

SpaceCats

Cats. Space. Gem.

Installation

Add this line to your application's Gemfile:

gem 'space_cats'

And then execute:

$ bundle

Or install it yourself as:

$ gem install space_cats

Usage

Including space cat imagery is simple, almost too simple.

In any view, all you need to add is:

<%= space_cat %>

If you want to use the local copy rather than querying a space_cat from tumblr, use:

<%= space_cat(local: true) %>

And, you've got yourself a space cat.
pizza space cat

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