Skip to content

Commit

Permalink
Restoring the Gemfile.lock.
Browse files Browse the repository at this point in the history
  • Loading branch information
gga committed Feb 3, 2013
1 parent 0ad7eff commit b27a7c8
Show file tree
Hide file tree
Showing 2 changed files with 100 additions and 1 deletion.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
*.gem
.bundle
Gemfile.lock
pkg/*
.DS_Store
/lib/calatrava/templates/ios/App/App.xcodeproj/project.xcworkspace/xcuserdata/*
Expand Down
100 changes: 100 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,100 @@
PATH
remote: .
specs:
calatrava (0.6.3)
cocoapods (~> 0.16.0)
cucumber (~> 1.2.1)
haml (~> 3.1.7)
mustache (~> 0.99.4)
rake (~> 0.9.5)
sass (~> 3.2.3)
thor (~> 0.16.0)
watir-webdriver (~> 0.6.1)
xcodeproj (~> 0.4.0)

GEM
remote: http://rubygems.org/
specs:
activesupport (3.2.9)
i18n (~> 0.6)
multi_json (~> 1.0)
addressable (2.3.2)
aruba (0.5.1)
childprocess (~> 0.3.6)
cucumber (>= 1.1.1)
rspec-expectations (>= 2.7.0)
builder (3.1.4)
childprocess (0.3.6)
ffi (~> 1.0, >= 1.0.6)
cocoapods (0.16.0)
activesupport (~> 3.2.6)
colored (~> 1.2)
escape (~> 0.0.4)
faraday (~> 0.8.1)
json (~> 1.7.3)
octokit (~> 1.7)
open4 (~> 1.3.0)
rake (~> 0.9.4)
xcodeproj (~> 0.4.0)
colored (1.2)
cucumber (1.2.1)
builder (>= 2.1.2)
diff-lcs (>= 1.1.3)
gherkin (~> 2.11.0)
json (>= 1.4.6)
diff-lcs (1.1.3)
escape (0.0.4)
faraday (0.8.4)
multipart-post (~> 1.1)
faraday_middleware (0.9.0)
faraday (>= 0.7.4, < 0.9)
ffi (1.2.0)
gherkin (2.11.5)
json (>= 1.4.6)
haml (3.1.7)
hashie (1.2.0)
i18n (0.6.1)
json (1.7.5)
libwebsocket (0.1.6.1)
websocket
multi_json (1.3.7)
multipart-post (1.1.5)
mustache (0.99.4)
octokit (1.18.0)
addressable (~> 2.2)
faraday (~> 0.8)
faraday_middleware (~> 0.8)
hashie (~> 1.2)
multi_json (~> 1.3)
open4 (1.3.0)
rake (0.9.5)
rspec (2.12.0)
rspec-core (~> 2.12.0)
rspec-expectations (~> 2.12.0)
rspec-mocks (~> 2.12.0)
rspec-core (2.12.0)
rspec-expectations (2.12.0)
diff-lcs (~> 1.1.3)
rspec-mocks (2.12.0)
rubyzip (0.9.9)
sass (3.2.3)
selenium-webdriver (2.26.0)
childprocess (>= 0.2.5)
libwebsocket (~> 0.1.3)
multi_json (~> 1.0)
rubyzip
thor (0.16.0)
watir-webdriver (0.6.1)
selenium-webdriver (>= 2.18.0)
websocket (1.0.4)
xcodeproj (0.4.0)
activesupport (~> 3.2.6)
colored (~> 1.2)

PLATFORMS
ruby

DEPENDENCIES
aruba
calatrava!
rspec

0 comments on commit b27a7c8

Please sign in to comment.