Merge pull request #10 from tomafro/remove-gemfile-dot-lock
When developing a gem, Gemfile.lock should not be checked into version co
This commit is contained in:
commit
2d67bd95ed
1
.gitignore
vendored
1
.gitignore
vendored
@ -3,3 +3,4 @@ pkg/*
|
|||||||
*.rbc
|
*.rbc
|
||||||
*.swp
|
*.swp
|
||||||
.bundle
|
.bundle
|
||||||
|
Gemfile.lock
|
||||||
|
31
Gemfile.lock
31
Gemfile.lock
@ -1,31 +0,0 @@
|
|||||||
PATH
|
|
||||||
remote: .
|
|
||||||
specs:
|
|
||||||
guard-rails-assets (0.0.5)
|
|
||||||
guard
|
|
||||||
rake
|
|
||||||
|
|
||||||
GEM
|
|
||||||
remote: http://rubygems.org/
|
|
||||||
specs:
|
|
||||||
diff-lcs (1.1.2)
|
|
||||||
guard (0.5.1)
|
|
||||||
thor (~> 0.14.6)
|
|
||||||
rake (0.9.2)
|
|
||||||
rspec (2.6.0)
|
|
||||||
rspec-core (~> 2.6.0)
|
|
||||||
rspec-expectations (~> 2.6.0)
|
|
||||||
rspec-mocks (~> 2.6.0)
|
|
||||||
rspec-core (2.6.4)
|
|
||||||
rspec-expectations (2.6.0)
|
|
||||||
diff-lcs (~> 1.1.2)
|
|
||||||
rspec-mocks (2.6.0)
|
|
||||||
thor (0.14.6)
|
|
||||||
|
|
||||||
PLATFORMS
|
|
||||||
ruby
|
|
||||||
|
|
||||||
DEPENDENCIES
|
|
||||||
guard-rails-assets!
|
|
||||||
rake
|
|
||||||
rspec
|
|
Loading…
Reference in New Issue
Block a user