Skip to content

Instantly share code, notes, and snippets.

@johnmcaliley
Created September 18, 2011 02:15
Show Gist options
  • Save johnmcaliley/1224595 to your computer and use it in GitHub Desktop.
Save johnmcaliley/1224595 to your computer and use it in GitHub Desktop.
Gem::Specification.new do |s|
s.name = %q{my_gem}
s.version = "0.0.0"
s.date = %q{2011-09-17}
s.require_paths = ["lib"]
s.summary = %q{TODO: one-line summary of your gem}
s.files = [
".document",
"Gemfile",
"LICENSE.txt",
"README.rdoc",
"Rakefile",
"VERSION",
"lib/my_gem.rb",
"test/helper.rb",
"test/test_my_gem.rb"
]
s.add_dependency(%q<some_other_gem>, [">= 0"])
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment