Skip to content

Commit

Permalink
Rename packages from rubygems-update to rubygems
Browse files Browse the repository at this point in the history
git-svn-id: svn+ssh://rubyforge.org/var/svn/rubygems/trunk@2253 3d4018f9-ac1a-0410-99e9-8a154d859a19
  • Loading branch information
drbrain committed Jun 23, 2009
1 parent 0e5f744 commit d8fae3b
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion Rakefile
Expand Up @@ -50,7 +50,12 @@ end
task :release => [:clobber, :sanity_check, :test_functional,
:test, :package, :tag]

task :package => :sanity_check
task :package => :sanity_check do
%w[tgz zip].each do |ext|
mv "pkg/rubygems-update-#{hoe.version}.#{ext}",
"pkg/rubygems-#{hoe.version}.#{ext}"
end
end

task :sanity_check do
abort "svn status dirty. commit or revert them" unless `svn st`.empty?
Expand Down

0 comments on commit d8fae3b

Please sign in to comment.