Commit a8717ff2 authored by Fabio Pelosin's avatar Fabio Pelosin

[colors] Added colored gem

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