Fix two warnings on Ruby 1.8.7. Closes #475.
Showing
# -*- encoding: utf-8 -*- | ||
require File.expand_path('../lib/cocoapods', __FILE__) | ||
$:.unshift File.expand_path('../lib', __FILE__) | ||
require 'cocoapods' | ||
Gem::Specification.new do |s| | ||
s.name = "cocoapods" | ||
... | ... |
Please
register
or
sign in
to comment