Created
September 20, 2011 03:12
-
-
Save johnmcaliley/1228229 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 = "[email protected]" | |
gem.authors = ["John McAliley"] | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment