Skip to content

Instantly share code, notes, and snippets.

@gnufied
Created August 5, 2013 20:00
Show Gist options
  • Save gnufied/6159065 to your computer and use it in GitHub Desktop.
Save gnufied/6159065 to your computer and use it in GitHub Desktop.
Gem::Specification.new do |gem|
gem.name = "foo"
gem.summary = ''
gem.authors = ''
gem.version = '1'
gem.add_dependency 'json', '>= 1.7.7'
gem.add_dependency 'bar', '~> 1'
gem.authors = "Michael Steger"
gem.email = ''
gem.files = `git ls-files`.split("\n")
gem.require_paths << "lib/"
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment