summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Rakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Rakefile b/Rakefile
index 4df9279..6036f47 100644
--- a/Rakefile
+++ b/Rakefile
@@ -32,7 +32,7 @@ end
desc "Build it and ship it"
task :ship => [:clean, :gem] do
- sh("git tag #{Mixlib::ShellOut::VERSION}")
+ sh("git tag #{FFI_Yajl::VERSION}")
sh("git push --tags")
Dir[File.expand_path("../pkg/*.gem", __FILE__)].reverse.each do |built_gem|
sh("gem push #{built_gem}")