Created
October 12, 2008 04:18
-
-
Save technicalpickles/16360 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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