Skip to content

Commit

Permalink
[Bundle] Update Core to 0.22.1. Fixes #230.
Browse files Browse the repository at this point in the history
  • Loading branch information
alloy committed Jul 8, 2013
1 parent be81339 commit eed8538
Show file tree
Hide file tree
Showing 3 changed files with 3,867 additions and 2,967 deletions.
58 changes: 30 additions & 28 deletions Gemfile.lock
@@ -1,107 +1,109 @@
GIT
remote: https://github.com/CocoaPods/Core.git
revision: 6350175c3d9340f86f58fe45a7a2c206f899721a
revision: e41d277a60b2ff96ff851750ee99135c2d7ecd13
specs:
cocoapods-core (0.17.0.rc7)
cocoapods-core (0.22.1)
activesupport (~> 3.2.13)
faraday (~> 0.8.1)
octokit (~> 1.7)
rake (~> 10.0.0)
json (~> 1.8.0)
nap (~> 0.5.1)

GEM
remote: https://rubygems.org/
specs:
activesupport (3.2.13)
i18n (= 0.6.1)
multi_json (~> 1.0)
addressable (2.3.3)
addressable (2.3.5)
awesome_print (1.1.0)
backports (3.1.1)
backports (3.3.3)
bacon (1.2.0)
colored (1.2)
colorize (0.5.8)
coveralls (0.6.3)
coveralls (0.6.7)
colorize
multi_json (~> 1.3)
rest-client
simplecov (>= 0.7)
thor
daemons (1.1.9)
dotenv (0.8.0)
eventmachine (1.0.3)
exceptio-ruby (0.1.5)
httparty (~> 0.8.1)
faraday (0.8.7)
multipart-post (~> 1.1)
faraday_middleware (0.9.0)
faraday (>= 0.7.4, < 0.9)
foreman (0.62.0)
foreman (0.63.0)
dotenv (>= 0.7)
thor (>= 0.13.6)
haml (4.0.1)
haml (4.0.3)
tilt
hashie (2.0.3)
hashie (2.0.5)
httparty (0.8.3)
multi_json (~> 1.0)
multi_xml
i18n (0.6.1)
json (1.7.7)
json (1.8.0)
metaclass (0.0.1)
mime-types (1.21)
mocha (0.13.3)
mime-types (1.23)
mocha (0.14.0)
metaclass (~> 0.0.1)
mocha-on-bacon (0.2.2)
mocha (>= 0.13.0)
multi_json (1.7.2)
multi_xml (0.5.3)
multi_json (1.7.7)
multi_xml (0.5.4)
multipart-post (1.2.0)
nap (0.5.1)
netrc (0.7.7)
octokit (1.24.0)
octokit (1.25.0)
addressable (~> 2.2)
faraday (~> 0.8)
faraday_middleware (~> 0.9)
hashie (~> 2.0)
multi_json (~> 1.3)
netrc (~> 0.7.7)
posix-spawn (0.3.6)
pygments.rb (0.5.0)
pygments.rb (0.5.1)
posix-spawn (~> 0.3.6)
yajl-ruby (~> 1.1.0)
rack (1.5.2)
rack-protection (1.5.0)
rack
rack-test (0.6.2)
rack (>= 1.0)
rake (10.0.4)
redcarpet (2.2.2)
rake (10.1.0)
redcarpet (2.3.0)
rest-client (1.6.7)
mime-types (>= 1.16)
simple_oauth (0.2.0)
simplecov (0.7.1)
multi_json (~> 1.0)
simplecov-html (~> 0.7.1)
simplecov-html (0.7.1)
sinatra (1.3.6)
sinatra (1.4.3)
rack (~> 1.4)
rack-protection (~> 1.3)
tilt (~> 1.3, >= 1.3.3)
rack-protection (~> 1.4)
tilt (~> 1.3, >= 1.3.4)
sinatra-cache (0.3.7)
sinatra (>= 1.1.0)
sinatra-outputbuffer (>= 0.1.0)
sinatra-contrib (1.3.2)
sinatra-contrib (1.4.0)
backports (>= 2.0)
eventmachine
rack-protection
rack-test
sinatra (~> 1.3.0)
sinatra (~> 1.4.2)
tilt (~> 1.3)
sinatra-outputbuffer (0.1.0)
sinatra (>= 1.0.a)
thin (1.5.1)
daemons (>= 1.0.9)
eventmachine (>= 0.12.6)
rack (>= 1.0.0)
thor (0.18.0)
tilt (1.3.6)
twitter (4.6.2)
thor (0.18.1)
tilt (1.4.1)
twitter (4.8.1)
faraday (~> 0.8, < 0.10)
multi_json (~> 1.0)
simple_oauth (~> 0.2)
Expand Down

0 comments on commit eed8538

Please sign in to comment.