Commit 94155a8c authored by Eloy Duran's avatar Eloy Duran

Another gem:release fix.

parent 9a5b3de5
......@@ -159,6 +159,7 @@ namespace :gem do
$stderr.puts "[!] Unable to find #{yaml_file}!"
exit 1
end
require 'yaml'
cocoapods_version = YAML.load_file(yaml_file)
cocoapods_version['last'] = gem_version
File.open(yaml_file, "w") do |f|
......
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