From d3326bdc8b3b90e66652a3d3d391a93ca8d1a203 Mon Sep 17 00:00:00 2001 From: Lamont Granquist Date: Sun, 12 Jan 2014 21:46:49 -0800 Subject: fix copypasta from mixlib-shellout --- Rakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}") -- cgit v1.2.1