Skip to content

Commit

Permalink
Add global gem task
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremy committed May 24, 2010
1 parent 9d3bd87 commit e5af56a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Expand Up @@ -12,7 +12,7 @@ end
desc 'Run all tests by default'
task :default => :test

%w(test rdoc pgem package release).each do |task_name|
%w(test rdoc pgem package release gem).each do |task_name|
desc "Run #{task_name} task for all projects"
task task_name do
PROJECTS.each do |project|
Expand Down

0 comments on commit e5af56a

Please sign in to comment.