Commit 19448eca authored by Eloy Duran's avatar Eloy Duran

Ensure the gemspec can be loaded.

parent 35f52155
......@@ -106,6 +106,8 @@ namespace :gem do
end
end
require 'date'
# First check if the required Xcodeproj gem has ben pushed
gem_spec = eval(File.read(File.expand_path('../cocoapods.gemspec', __FILE__)))
xcodeproj = gem_spec.dependencies.find { |d| d.name == 'xcodeproj' }
......
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