Skip to content

Commit

Permalink
Update xcoder gem to pick up colored output
Browse files Browse the repository at this point in the history
  • Loading branch information
blakewatters committed Feb 22, 2013
1 parent 45c7029 commit c7a53f3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ gem "rake", "~> 0.9.0"
gem "bundler", "~> 1.2.0"
gem "sinatra", :git => "git://github.com/sinatra/sinatra.git"
gem "thin", "~> 1.5.0"
gem 'xcoder', '0.1.15'
gem 'xcoder', :git => "git://github.com/rayh/xcoder.git"
gem 'restkit', :git => 'git://github.com/RestKit/RestKit-Gem.git'
gem 'debugger', '1.3.0'
gem 'faker', '1.1.2'
Expand Down
8 changes: 5 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,11 @@ GIT

GIT
remote: git://github.com/rayh/xcoder.git
revision: 4071b9f87acdb4fe4e25c3fc862d0ca45eac9b67
revision: 72258d5f0db9f395125e12990f94af9a640ebd83
specs:
xcoder (0.1.15)
builder
colorize
json
nokogiri
plist
Expand Down Expand Up @@ -43,6 +44,7 @@ GEM
rake (~> 0.9.4)
xcodeproj (~> 0.4.3)
colored (1.2)
colorize (0.5.8)
columnize (0.3.6)
daemons (1.1.9)
debugger (1.3.0)
Expand All @@ -62,8 +64,8 @@ GEM
faraday (>= 0.7.4, < 0.9)
hashie (1.2.0)
i18n (0.6.1)
json (1.7.6)
mime-types (1.19)
json (1.7.7)
mime-types (1.21)
multi_json (1.5.0)
multipart-post (1.1.5)
netrc (0.7.7)
Expand Down

0 comments on commit c7a53f3

Please sign in to comment.