Skip to content

Instantly share code, notes, and snippets.

@clowder
Created January 6, 2012 15:20
Show Gist options
  • Save clowder/1571024 to your computer and use it in GitHub Desktop.
Save clowder/1571024 to your computer and use it in GitHub Desktop.
Gemspec
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