Removed the Gemfile.log as it's considered good practice http://bit.ly/ibPw3w .

This commit is contained in:
James McCarthy 2012-03-26 01:00:50 +01:00
parent ed0d286204
commit 9d766b0f7b
2 changed files with 1 additions and 29 deletions

1
.gitignore vendored
View file

@ -23,3 +23,4 @@ pkg
## PROJECT::SPECIFIC
.rvmrc
Gemfile.lock

View file

@ -1,29 +0,0 @@
GEM
remote: http://rubygems.org/
specs:
ZenTest (4.5.0)
autotest (4.4.6)
ZenTest (>= 4.4.1)
diff-lcs (1.1.2)
git (1.2.5)
jeweler (1.5.2)
bundler (~> 1.0.0)
git (>= 1.2.5)
rake
rake (0.8.7)
rspec (2.5.0)
rspec-core (~> 2.5.0)
rspec-expectations (~> 2.5.0)
rspec-mocks (~> 2.5.0)
rspec-core (2.5.1)
rspec-expectations (2.5.0)
diff-lcs (~> 1.1.2)
rspec-mocks (2.5.0)
PLATFORMS
ruby
DEPENDENCIES
autotest
jeweler (>= 1.5.2)
rspec (~> 2)