Skip to content

Instantly share code, notes, and snippets.

@bobbus
Created June 16, 2012 00:08
Show Gist options
  • Save bobbus/2939299 to your computer and use it in GitHub Desktop.
Save bobbus/2939299 to your computer and use it in GitHub Desktop.
Minimal gem
Gem::Specification.new do |gem|
gem.name = 'minimal_gem'
gem.version = '0.0.1'
gem.date = Date.today.to_s
gem.summary = "an awesome gem"
gem.description = "extended description"
gem.authors = ['Me']
gem.email = 'me@example.com'
gem.homepage = 'http://github.com/'
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment