Skip to content
This repository has been archived by the owner on Oct 27, 2021. It is now read-only.

Commit

Permalink
better gemspec transformation
Browse files Browse the repository at this point in the history
  • Loading branch information
dchelimsky committed Jan 12, 2009
1 parent 48a3adb commit 4ab6fb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Expand Up @@ -96,6 +96,6 @@ namespace :update do

desc "update the gemspec"
task :gemspec do
system %q[rake debug_gem | grep -v "(in " | grep -v "s.add_dependency(%q<hoe" > `basename \\`pwd\\``.gemspec]
system %q[rake debug_gem | grep -v "(in " | grep -v "else" | grep -v "s.add_dependency(%q<hoe" | grep -v "s.add_dependency(%q<cuc" > `basename \\`pwd\\``.gemspec]
end
end

0 comments on commit 4ab6fb7

Please sign in to comment.