Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Spec create #208

Merged
merged 5 commits into from Apr 16, 2012
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
3 changes: 3 additions & 0 deletions Gemfile
Expand Up @@ -3,6 +3,8 @@ source "http://rubygems.org"
gem "open4"
gem "colored"
gem "escape"
gem "json"
gem "octokit"

group :development do
gem "xcodeproj", :git => "git://github.com/CocoaPods/Xcodeproj.git"
Expand All @@ -14,4 +16,5 @@ group :development do
gem "rb-fsevent"
gem "vcr"
gem "webmock"
gem "awesome_print"
end
21 changes: 21 additions & 0 deletions Gemfile.lock
Expand Up @@ -8,18 +8,36 @@ GEM
remote: http://rubygems.org/
specs:
addressable (2.2.7)
awesome_print (1.0.2)
bacon (1.1.0)
colored (1.2)
crack (0.3.1)
escape (0.0.4)
faraday (0.7.6)
addressable (~> 2.2)
multipart-post (~> 1.1)
rack (~> 1.1)
faraday_middleware (0.8.6)
faraday (>= 0.7.4, < 0.9)
hashie (1.2.0)
json (1.6.6)
kicker (2.5.0)
rb-fsevent
metaclass (0.0.1)
mocha (0.10.4)
metaclass (~> 0.0.1)
mocha-on-bacon (0.2.0)
mocha (>= 0.9.8)
multi_json (1.1.0)
multipart-post (1.1.5)
octokit (1.0.1)
addressable (~> 2.2)
faraday (~> 0.7)
faraday_middleware (~> 0.8)
hashie (~> 1.2)
multi_json (~> 1.0)
open4 (1.3.0)
rack (1.4.1)
rake (0.9.2.2)
rb-fsevent (0.9.0)
vcr (2.0.0)
Expand All @@ -31,11 +49,14 @@ PLATFORMS
ruby

DEPENDENCIES
awesome_print
bacon
colored
escape
json
kicker
mocha-on-bacon
octokit
open4
rake
rb-fsevent
Expand Down