[Gemspec] Fix for Ruby 2.0.0-p0
See https://bugs.ruby-lang.org/issues/6702
Showing
| # -*- encoding: utf-8 -*- | ||
| require File.expand_path('../lib/cocoapods/gem_version', __FILE__) | ||
| require 'date' | ||
| Gem::Specification.new do |s| | ||
| s.name = "cocoapods" | ||
| ... | ... |
Please
register
or
sign in
to comment