Commit 5b32c57d authored by Fabio Pelosin's avatar Fabio Pelosin

[Bin] Fix oops

parent 55c1153a
#!/usr/bin/env ruby
if true || RUBY_VERSION > '1.8.7' && Encoding.default_external != Encoding::UTF_8
if RUBY_VERSION > '1.8.7' && Encoding.default_external != Encoding::UTF_8
puts <<-DOC
\e[33mWARNING: CocoaPods requires your terminal to be using UTF-8 encoding.
See https://github.com/CocoaPods/guides.cocoapods.org/issues/26 for
......
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