Skip to content
This repository has been archived by the owner on Jun 8, 2019. It is now read-only.

Fixed gem_spec after getting invalid gemspec error #6

Merged
merged 1 commit into from Aug 7, 2011
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion limerick_rake.gemspec
Expand Up @@ -7,7 +7,7 @@ Gem::Specification.new do |s|
s.homepage = "http://github.com/thoughtbot/limerick_rake"
s.description = "A collection of useful rake tasks."
s.authors = ["the Ruby community", "thoughtbot, inc."]
s.files = ["README.textile",
s.files = ["README.md",
"MIT-LICENSE",
"limerick_rake.gemspec",
"lib/tasks/backup.rake",
Expand Down