summaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
authorDaniel DeLeo <dan@opscode.com>2011-12-01 16:32:44 -0800
committerDaniel DeLeo <dan@opscode.com>2011-12-01 16:32:54 -0800
commit2741608a53ce29bf2d6df78f9e06e7e77d3459bf (patch)
tree2e5594533a218893c4f1c1b341399281c80c57b1 /Rakefile
parent29701b4cb3969fdc308320fa6e23b6659bd4b0a3 (diff)
downloadmixlib-shellout-2741608a53ce29bf2d6df78f9e06e7e77d3459bf.tar.gz
ShellOut not Shellout1.0.0.rc.0
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Rakefile b/Rakefile
index 17b0501..87a69ac 100644
--- a/Rakefile
+++ b/Rakefile
@@ -15,7 +15,7 @@ end
desc "Build it and ship it"
task :ship => :gem do
- sh("git tag #{Mixlib::ShellOut::Version}")
+ sh("git tag #{Mixlib::ShellOut::VERSION}")
sh("git push opscode --tags")
Dir[File.expand_path("../pkg/*.gem", __FILE__)].each do |built_gem|
sh("gem push #{built_gem}")