Commit 362da697 authored by Eloy Durán's avatar Eloy Durán

Get rid of I18n deprecation warning.

parent 4b78767c
require 'rubygems' require 'rubygems'
require 'xcodeproj' require 'xcodeproj'
# It is very likely that we'll need these and as some of those paths will atm
# result in a I18n deprecation warning, we load those here now so that we can
# get rid of that warning.
require 'active_support/core_ext/string/strip'
require 'active_support/core_ext/string/inflections'
require 'active_support/core_ext/array/conversions'
# TODO check what this actually does by the time we're going to add support for
# other locales.
I18n.enforce_available_locales = false
module Pod module Pod
require 'pathname' require 'pathname'
......
require 'active_support/core_ext/string/inflections'
module Pod module Pod
# The Installer is responsible of taking a Podfile and transform it in the # The Installer is responsible of taking a Podfile and transform it in the
......
require 'active_support' require 'active_support/core_ext/string/inflections'
module Pod module Pod
class Installer class Installer
......
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