summaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
authorLamont Granquist <lamont@scriptkiddie.org>2014-01-12 21:46:49 -0800
committerLamont Granquist <lamont@scriptkiddie.org>2014-01-12 21:46:49 -0800
commitd3326bdc8b3b90e66652a3d3d391a93ca8d1a203 (patch)
tree0868b16cd7a67e6e11bb901fe799fc8cb8a501a6 /Rakefile
parenteb3b3d28890ca7ae0f81ee09610cbb199d16973d (diff)
downloadffi-yajl-d3326bdc8b3b90e66652a3d3d391a93ca8d1a203.tar.gz
fix copypasta from mixlib-shellout0.0.3
Diffstat (limited to 'Rakefile')
-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}")