mirror of
https://github.com/ruby-opencv/ruby-opencv
synced 2023-03-27 23:22:12 -04:00
ignore Gemfile.lock
This commit is contained in:
parent
dd575c3b81
commit
3de5dc1a4f
2 changed files with 1 additions and 28 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -20,3 +20,4 @@ doc/
|
||||||
log.txt
|
log.txt
|
||||||
videowriter_result.avi
|
videowriter_result.avi
|
||||||
examples/contours/rotated-boxes-with-detected-bounding-rectangles.jpg
|
examples/contours/rotated-boxes-with-detected-bounding-rectangles.jpg
|
||||||
|
Gemfile.lock
|
||||||
|
|
28
Gemfile.lock
28
Gemfile.lock
|
@ -1,28 +0,0 @@
|
||||||
GEM
|
|
||||||
remote: http://rubygems.org/
|
|
||||||
specs:
|
|
||||||
diff-lcs (1.1.3)
|
|
||||||
hoe (2.12.5)
|
|
||||||
rake (~> 0.8)
|
|
||||||
hoe-gemspec (1.0.0)
|
|
||||||
hoe (>= 2.2.0)
|
|
||||||
rake (0.9.2.2)
|
|
||||||
rake-compiler (0.7.9)
|
|
||||||
rake
|
|
||||||
rspec (2.7.0)
|
|
||||||
rspec-core (~> 2.7.0)
|
|
||||||
rspec-expectations (~> 2.7.0)
|
|
||||||
rspec-mocks (~> 2.7.0)
|
|
||||||
rspec-core (2.7.1)
|
|
||||||
rspec-expectations (2.7.0)
|
|
||||||
diff-lcs (~> 1.1.2)
|
|
||||||
rspec-mocks (2.7.0)
|
|
||||||
|
|
||||||
PLATFORMS
|
|
||||||
ruby
|
|
||||||
|
|
||||||
DEPENDENCIES
|
|
||||||
hoe
|
|
||||||
hoe-gemspec
|
|
||||||
rake-compiler
|
|
||||||
rspec
|
|
Loading…
Reference in a new issue