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

remove dependency on gem-compile

This commit is contained in:
ser1zw 2013-05-02 02:54:31 +09:00
parent b263dceb3a
commit bdca94a0fb
2 changed files with 0 additions and 2 deletions

View file

@ -14,7 +14,6 @@
* [hoe](https://github.com/seattlerb/hoe)
* [hoe-gemspec](https://github.com/flavorjones/hoe-gemspec)
* [rake-compiler](https://github.com/luislavena/rake-compiler)
* [gem-compile](https://github.com/frsyuki/gem-compile)
## Create ruby-opencv gem

View file

@ -4,6 +4,5 @@ group :development do
gem "hoe"
gem "hoe-gemspec"
gem "rake-compiler"
gem "gem-compile"
end