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

update Rakefile and Manifest.txt

This commit is contained in:
ser1zw 2013-01-27 12:39:17 +09:00
parent ed77fa6283
commit 3c5e13e0e7
2 changed files with 3 additions and 2 deletions

View file

@ -1,9 +1,10 @@
.gitignore
DEVELOPERS_NOTE.md
Gemfile
History.txt
License.txt
Manifest.txt
README.rdoc
README.md
Rakefile
examples/alpha_blend.rb
examples/box.png

View file

@ -12,7 +12,7 @@ hoespec = Hoe.spec 'ruby-opencv' do |s|
s.developer('ser1zw', 'azariahsawtikes@gmail.com')
s.developer('pcting', 'pcting@gmail.com')
s.readme_file = 'README.rdoc'
s.readme_file = 'README.md'
s.history_file = 'History.txt'
s.spec_extras = { :extensions => ['extconf.rb'] }
s.test_globs = ['test/test_*.rb']