Skip to content

Commit

Permalink
Removed duplicate description assignment in example Rakefile block.
Browse files Browse the repository at this point in the history
  • Loading branch information
dougal authored and technicalpickles committed Nov 5, 2009
1 parent b2c74ab commit be5867e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion README.markdown
Expand Up @@ -29,7 +29,6 @@ It's easy to get up and running. Update your Rakefile to instantiate a `Jeweler:
gemspec.description = "Describe your gem"
gemspec.email = "josh@technicalpickles.com"
gemspec.homepage = "http://github.com/technicalpickles/the-perfect-gem"
gemspec.description = "TODO"
gemspec.authors = ["Josh Nichols"]
end
rescue LoadError
Expand Down

0 comments on commit be5867e

Please sign in to comment.