Skip to content

Commit

Permalink
[dm-more] Fix rake release task to reference metagem file
Browse files Browse the repository at this point in the history
  • Loading branch information
dkubb committed Dec 12, 2009
1 parent c5bb9d3 commit 15261c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Expand Up @@ -111,7 +111,7 @@ task :release => [ :gem ] do
system 'git status >/dev/null'
end

sh "#{RUBY} -S gem push gem/dm-more-#{gem_spec.version}.gem"
sh "#{RUBY} -S gem push pkg/dm-more-#{gem_spec.version}.gem"
end

desc 'Run specs'
Expand Down

0 comments on commit 15261c8

Please sign in to comment.