Commit a8717ff2 authored by Fabio Pelosin's avatar Fabio Pelosin

[colors] Added colored gem

parent 4f217528
source "http://rubygems.org" source "http://rubygems.org"
gem "open4" gem "open4"
gem "colored"
group :development do group :development do
gem "xcodeproj", :git => "git://github.com/CocoaPods/Xcodeproj.git" gem "xcodeproj", :git => "git://github.com/CocoaPods/Xcodeproj.git"
......
...@@ -9,6 +9,7 @@ GEM ...@@ -9,6 +9,7 @@ GEM
specs: specs:
addressable (2.2.7) addressable (2.2.7)
bacon (1.1.0) bacon (1.1.0)
colored (1.2)
crack (0.3.1) crack (0.3.1)
kicker (2.5.0) kicker (2.5.0)
rb-fsevent rb-fsevent
...@@ -30,6 +31,7 @@ PLATFORMS ...@@ -30,6 +31,7 @@ PLATFORMS
DEPENDENCIES DEPENDENCIES
bacon bacon
colored
kicker kicker
mocha-on-bacon mocha-on-bacon
open4 open4
......
...@@ -30,6 +30,7 @@ Gem::Specification.new do |s| ...@@ -30,6 +30,7 @@ Gem::Specification.new do |s|
s.add_runtime_dependency 'xcodeproj', '~> 0.1.0' s.add_runtime_dependency 'xcodeproj', '~> 0.1.0'
s.add_runtime_dependency 'popen4', '~> 0.1.2' s.add_runtime_dependency 'popen4', '~> 0.1.2'
s.add_runtime_dependency 'colored', '~> 1.2'
s.add_development_dependency 'bacon', '~> 1.1' s.add_development_dependency 'bacon', '~> 1.1'
## Make sure you can build the gem on older versions of RubyGems too: ## Make sure you can build the gem on older versions of RubyGems too:
......
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