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:
parent
ed77fa6283
commit
3c5e13e0e7
2 changed files with 3 additions and 2 deletions
|
@ -1,9 +1,10 @@
|
||||||
.gitignore
|
.gitignore
|
||||||
|
DEVELOPERS_NOTE.md
|
||||||
Gemfile
|
Gemfile
|
||||||
History.txt
|
History.txt
|
||||||
License.txt
|
License.txt
|
||||||
Manifest.txt
|
Manifest.txt
|
||||||
README.rdoc
|
README.md
|
||||||
Rakefile
|
Rakefile
|
||||||
examples/alpha_blend.rb
|
examples/alpha_blend.rb
|
||||||
examples/box.png
|
examples/box.png
|
||||||
|
|
2
Rakefile
2
Rakefile
|
@ -12,7 +12,7 @@ hoespec = Hoe.spec 'ruby-opencv' do |s|
|
||||||
s.developer('ser1zw', 'azariahsawtikes@gmail.com')
|
s.developer('ser1zw', 'azariahsawtikes@gmail.com')
|
||||||
s.developer('pcting', 'pcting@gmail.com')
|
s.developer('pcting', 'pcting@gmail.com')
|
||||||
|
|
||||||
s.readme_file = 'README.rdoc'
|
s.readme_file = 'README.md'
|
||||||
s.history_file = 'History.txt'
|
s.history_file = 'History.txt'
|
||||||
s.spec_extras = { :extensions => ['extconf.rb'] }
|
s.spec_extras = { :extensions => ['extconf.rb'] }
|
||||||
s.test_globs = ['test/test_*.rb']
|
s.test_globs = ['test/test_*.rb']
|
||||||
|
|
Loading…
Add table
Reference in a new issue