Created
January 6, 2012 15:20
-
-
Save clowder/1571024 to your computer and use it in GitHub Desktop.
Gemspec
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
Gem::Specification.new do |gem| | |
gem.name = '' | |
gem.version = '' | |
gem.date = Date.today.to_s | |
# gem.add_dependency 'hpricot', '~> 0.8.2' | |
# gem.add_development_dependency 'rspec', '~> 1.2.9' | |
gem.summary = "" | |
gem.description = "" | |
gem.authors = [''] | |
gem.email = '' | |
gem.homepage = 'http://github.com/clowder/$1' | |
gem.has_rdoc = false | |
gem.extra_rdoc_files = ['README.md'] | |
gem.files = Dir['Rakefile', '{bin,lib,man,test,spec}/**/*', 'README.md'] | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment