zelda

DESCRIPTION:

If you don’t know what this is, you probably don’t need it :).

Ruby 1.9.2 or higher is required to use this gem.

INSTALLATION

In environment.rb:

config.gem 'zelda'

In Gemfile:

gem 'zelda'

CONFIGURATION

Create config/initializers/zelda.rb:

Zelda::API_KEY = 'deadbeef'

DEVELOPMENT

I am running the specs using RSpec 2. Use bundle install to get everything you need.

  • fork the project in github

  • clone your repo

  • create a branch

  • bundle install

  • hack away, commit early and often

  • run the specs with “rake”

  • push your branch to your fork

  • send a pull request