Skip to content

Commit

Permalink
for unknown reasons, I put Gemfile.lock in the .gitignore file.
Browse files Browse the repository at this point in the history
  • Loading branch information
mustmodify committed Jan 22, 2015
1 parent 7501734 commit 01feab2
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 1 deletion.
1 change: 0 additions & 1 deletion .gitignore
Expand Up @@ -7,5 +7,4 @@
.svn
pkg
vendor
Gemfile.lock
*.gem
32 changes: 32 additions & 0 deletions Gemfile.lock
@@ -0,0 +1,32 @@
PATH
remote: .
specs:
valuable (0.9.9)

GEM
remote: http://rubygems.org/
specs:
diff-lcs (1.2.5)
metaclass (0.0.1)
mocha (0.13.2)
metaclass (~> 0.0.1)
rake (10.0.3)
rspec (2.14.1)
rspec-core (~> 2.14.0)
rspec-expectations (~> 2.14.0)
rspec-mocks (~> 2.14.0)
rspec-core (2.14.8)
rspec-expectations (2.14.5)
diff-lcs (>= 1.1.3, < 2.0)
rspec-mocks (2.14.6)
test-unit (2.5.4)

PLATFORMS
ruby

DEPENDENCIES
mocha
rake
rspec (= 2.14.1)
test-unit
valuable!

0 comments on commit 01feab2

Please sign in to comment.