Skip to content

Instantly share code, notes, and snippets.

@technicalpickles
Created October 12, 2008 04:18
Show Gist options
  • Save technicalpickles/16360 to your computer and use it in GitHub Desktop.
Save technicalpickles/16360 to your computer and use it in GitHub Desktop.
begin
require 'jeweler'
Jeweler.gemspec = Gem::Specification.new do |s|
s.name = "jeweler"
s.summary = "Simple and opinionated helper for creating Rubygem projects on GitHub"
s.email = "[email protected]"
s.homepage = "http://github.com/technicalpickles/jeweler"
s.description = "Simple and opinionated helper for creating Rubygem projects on GitHub"
s.authors = ["Josh Nichols", "Dan Croak"]
s.files = FileList["[A-Z]*", "{generators,lib,test}/**/*"]
end
rescue LoadError
puts "Jeweler not available. Try installing technicalpickles-jeweler."
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment