Skip to content

Instantly share code, notes, and snippets.

@neweryankee
Created February 23, 2010 22:29
Show Gist options
  • Save neweryankee/312806 to your computer and use it in GitHub Desktop.
Save neweryankee/312806 to your computer and use it in GitHub Desktop.
begin
require 'jeweler'
Jeweler::Tasks.new do |gem|
gem.name = "nextbus"
gem.summary = %Q{NextBus API client}
gem.description = %Q{NextBus API client}
gem.email = "gsterndale@gmail.com"
gem.homepage = "http://github.com/neweryankee/nextbus"
gem.authors = ["Greg"]
# gem is a Gem::Specification... see http://www.rubygems.org/read/chapter/20 for additional settings
end
Jeweler::GemcutterTasks.new
rescue LoadError
puts "Jeweler (or a dependency) not available. Install it with: gem install jeweler"
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment