Commit 9203dafd authored by Fabio Pelosin's avatar Fabio Pelosin

[Rakefile] Cosmetics.

parent 1ffb8279
...@@ -143,8 +143,8 @@ namespace :gem do ...@@ -143,8 +143,8 @@ namespace :gem do
sh "gem push #{gem_filename}" sh "gem push #{gem_filename}"
# Update the last version in CocoaPods-version.yml # Update the last version in CocoaPods-version.yml
puts "* Updating last known version in Specs repo"
specs_branch = '0.6' specs_branch = '0.6'
Dir.chdir('../Specs') do Dir.chdir('../Specs') do
puts Dir.pwd puts Dir.pwd
sh "git checkout #{specs_branch}" sh "git checkout #{specs_branch}"
......
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