aboutsummaryrefslogtreecommitdiffstats
path: root/Rakefile
diff options
context:
space:
mode:
authorAndre Arko <andre@arko.net>2010-08-24 16:34:38 -0700
committerAndre Arko <andre@arko.net>2010-08-24 16:36:38 -0700
commit8f2a5cded19bc29e2117c0ed9750380aabc316e8 (patch)
tree5e7bcf9873f3eed33103703ed26c00ab557b4063 /Rakefile
parent0918de471c84afcde5db51c0484a36aa4b2f8dcc (diff)
parentbbbf9d9da7223edcaae20416e6bd2d78a11350ac (diff)
downloadbundler-8f2a5cded19bc29e2117c0ed9750380aabc316e8.tar.gz
Merge branch '1-0-stable'
Mostly README and doc updates
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Rakefile b/Rakefile
index 7e08fbb1..4c5e5eed 100644
--- a/Rakefile
+++ b/Rakefile
@@ -163,7 +163,7 @@ desc "Build the gem"
task :gem => [:gemspec, :build] do
mkdir_p "pkg"
sh "gem build bundler.gemspec"
- mv "#{gemspec.full_name}.gem pkg"
+ mv "#{gemspec.full_name}.gem", "pkg"
end
desc "Install bundler"