From 8dc9f460da49eb06528d3301d2d05bb211bd1fd9 Mon Sep 17 00:00:00 2001 From: orta Date: Mon, 30 Jan 2017 10:17:38 -0500 Subject: [PATCH] Migrate to colored2 instead of unmaintained colored --- CHANGELOG.md | 4 +++- Gemfile.lock | 6 +++--- cork.gemspec | 2 +- lib/cork/board.rb | 2 +- 4 files changed, 8 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8935b1d..1865439 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,9 @@ ##### Enhancements -* None. +* Use the colored2 gem instead of colored. + [Orta Therox](https://github.com/orta) + [xcodeproj#463](https://github.com/CocoaPods/Xcodeproj/pull/463) ##### Bug Fixes diff --git a/Gemfile.lock b/Gemfile.lock index 6c76747..a82401c 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -2,7 +2,7 @@ PATH remote: . specs: cork (0.2.0) - colored (~> 1.2) + colored2 (~> 3.1) GEM remote: https://rubygems.org/ @@ -15,7 +15,7 @@ GEM json simplecov url - colored (1.2) + colored2 (3.1.1) docile (1.1.5) json (1.8.3) metaclass (0.0.4) @@ -59,4 +59,4 @@ DEPENDENCIES rubocop BUNDLED WITH - 1.12.5 + 1.13.6 diff --git a/cork.gemspec b/cork.gemspec index b029104..48cf226 100644 --- a/cork.gemspec +++ b/cork.gemspec @@ -14,7 +14,7 @@ Gem::Specification.new do |s| s.require_paths = %w{ lib } - s.add_runtime_dependency 'colored', '~> 1.2' + s.add_runtime_dependency 'colored2', '~> 3.1' s.add_development_dependency 'bundler', '~> 1.3' s.add_development_dependency 'rake', '>= 10.0' diff --git a/lib/cork/board.rb b/lib/cork/board.rb index 3e616f2..8680df1 100644 --- a/lib/cork/board.rb +++ b/lib/cork/board.rb @@ -1,4 +1,4 @@ -require 'colored' +require 'colored2' module Cork # provides support for UI output. Cork provides support for nested