Commit 0202158f authored by Victor Ilyukevich's avatar Victor Ilyukevich

[#171] added solution by @alloy for fixing error with encoding in some specs on ruby 1.9

parent 4817c4c0
#!/usr/bin/env ruby
Encoding.default_external = Encoding::UTF_8 if RUBY_VERSION > '1.8.7'
if $0 == __FILE__
$:.unshift File.expand_path('../../external/Xcodeproj/ext', __FILE__)
$:.unshift File.expand_path('../../external/Xcodeproj/lib', __FILE__)
......
Encoding.default_external = Encoding::UTF_8 if RUBY_VERSION > '1.8.7'
module Pod
VERSION = '0.5.1'
......
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