Skip to content

Instantly share code, notes, and snippets.

@johnmcaliley
Created September 20, 2011 03:12
Show Gist options
  • Save johnmcaliley/1228229 to your computer and use it in GitHub Desktop.
Save johnmcaliley/1228229 to your computer and use it in GitHub Desktop.
Jeweler::Tasks.new do |gem|
# gem is a Gem::Specification... see http://docs.rubygems.org/read/chapter/20 for more options
gem.name = "acts_as_charlie_sheen"
gem.homepage = "http://github.com/johnmcaliley/acts_as_charlie_sheen"
gem.license = "MIT"
gem.summary = %Q{Make your classes act like Charlie Sheen}
gem.description = %Q{Adds functionality to classes to make them act like Charlie Sheen. WINNING!}
gem.email = "john@couponshack.com"
gem.authors = ["John McAliley"]
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment