Skip to content

Instantly share code, notes, and snippets.

@johnmcaliley
Created September 21, 2011 01:51
Show Gist options
  • Save johnmcaliley/1230996 to your computer and use it in GitHub Desktop.
Save johnmcaliley/1230996 to your computer and use it in GitHub Desktop.
Jeweler::Tasks.new do |gem|
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.mcaliley@gmail.com"
gem.authors = ["John McAliley"]
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment