From 019153b601997fe18d68ab4204e300755c4db494 Mon Sep 17 00:00:00 2001 From: Dimitris Koutsogiorgas Date: Thu, 10 Nov 2016 11:13:16 -0800 Subject: [PATCH] require 'colored' in xcodeproj --- CHANGELOG.md | 4 +++- lib/xcodeproj.rb | 1 + 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bde5fc003..fe52e5326 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,7 +8,9 @@ ##### Bug Fixes -* None. +* Require 'colored' in xcodeproj.rb + [Dimitris Koutsogiorgas](https://github.com/dnkoutso) + [#374](https://github.com/CocoaPods/Xcodeproj/issues/374) ## 1.4.1 (2016-11-02) diff --git a/lib/xcodeproj.rb b/lib/xcodeproj.rb index 331afaa3b..68da479d3 100644 --- a/lib/xcodeproj.rb +++ b/lib/xcodeproj.rb @@ -1,6 +1,7 @@ module Xcodeproj require 'pathname' require 'claide' + require 'colored' class PlainInformative < StandardError include CLAide::InformativeError