1
0
Fork 0
mirror of https://github.com/ruby-opencv/ruby-opencv synced 2023-03-27 23:22:12 -04:00

modified to be able to install both "rake package && gem install opencv-x.y.z.gem" and "ruby extconf.rb && make && make install" ways

This commit is contained in:
ser1zw 2011-05-03 17:12:47 +09:00
parent f5a11ea191
commit 756db66ba4
8 changed files with 39 additions and 12 deletions

28
Gemfile.lock Normal file
View file

@ -0,0 +1,28 @@
GEM
remote: http://rubygems.org/
specs:
diff-lcs (1.1.2)
hoe (2.9.4)
rake (>= 0.8.7)
hoe-gemspec (1.0.0)
hoe (>= 2.2.0)
rake (0.8.7)
rake-compiler (0.7.8)
rake
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
hoe
hoe-gemspec
rake-compiler
rspec