aboutsummaryrefslogtreecommitdiffstats
path: root/tasks/release.rb
diff options
context:
space:
mode:
Diffstat (limited to 'tasks/release.rb')
-rw-r--r--tasks/release.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/tasks/release.rb b/tasks/release.rb
index de9c51a140..d55f2f7365 100644
--- a/tasks/release.rb
+++ b/tasks/release.rb
@@ -56,7 +56,7 @@ directory "pkg"
task :build => [:clean, gem]
task :install => :build do
- sh "gem install #{gem}"
+ sh "gem install --pre #{gem}"
end
task :push => :build do