Commit 2fe42a1e authored by Eloy Duran's avatar Eloy Duran

Fix Rakefile gem tasks

parent 770aeaeb
...@@ -45,7 +45,7 @@ namespace :gem do ...@@ -45,7 +45,7 @@ namespace :gem do
end end
def gem_filename def gem_filename
"cocoapods-#{Pod::VERSION}.gem" "cocoapods-#{gem_version}.gem"
end end
desc "Build a gem for the current version" desc "Build a gem for the current version"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment