Ignore Gemfile.lock

Rationale at http://yehudakatz.com/2010/12/16/clarifying-the-roles-of-the-gemspec-and-gemfile/
This commit is contained in:
Erik Michaels-Ober 2010-12-16 18:49:42 -08:00
parent 6ad87c114a
commit ceba00bd5d
2 changed files with 1 additions and 43 deletions

1
.gitignore vendored
View File

@ -23,5 +23,6 @@ pkg/*
.bundle
doc
log
Gemfile.lock
## PROJECT::SPECIFIC

View File

@ -1,43 +0,0 @@
PATH
remote: .
specs:
faraday (0.5.3)
addressable (~> 2.2.2)
multipart-post (~> 1.0.1)
rack (>= 1.1.0, < 2)
GEM
remote: http://rubygems.org/
specs:
addressable (2.2.2)
em-http-request (0.2.15)
addressable (>= 2.0.0)
eventmachine (>= 0.12.9)
em-synchrony (0.2.0)
eventmachine (>= 0.12.9)
eventmachine (0.12.10)
multipart-post (1.0.1)
patron (0.4.10)
rack (1.2.1)
rake (0.8.7)
sinatra (1.1.0)
rack (~> 1.1)
tilt (~> 1.1)
tilt (1.1)
typhoeus (0.2.0)
PLATFORMS
ruby
DEPENDENCIES
addressable (~> 2.2.2)
em-http-request (~> 0.2)
em-synchrony (~> 0.2)
eventmachine (~> 0.12)
faraday!
multipart-post (~> 1.0.1)
patron (~> 0.4)
rack (>= 1.1.0, < 2)
rake (~> 0.8)
sinatra (~> 1.1)
typhoeus (~> 0.2)