Skip to content

Commit

Permalink
Fixed rake tasks path in gemspec.
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeMonkeySteve committed Dec 4, 2010
1 parent 6bce876 commit 10ce867
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cells.gemspec
Expand Up @@ -36,7 +36,7 @@ Gem::Specification.new do |s|
"lib/generators/cells/templates/cell_test.rb",
"lib/generators/cells/templates/view.erb",
"lib/generators/cells/templates/view.haml",
"lib/tasks.rake"
"lib/cells/cells.rake"
]
s.homepage = %q{http://cells.rubyforge.org}
s.rdoc_options = ["--charset=UTF-8"]
Expand Down

0 comments on commit 10ce867

Please sign in to comment.