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
|
||||
DEVELOPERS_NOTE.md
|
||||
Gemfile
|
||||
History.txt
|
||||
License.txt
|
||||
Manifest.txt
|
||||
README.rdoc
|
||||
README.md
|
||||
Rakefile
|
||||
examples/alpha_blend.rb
|
||||
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('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']
|
||||
|
|
Loading…
Add table
Reference in a new issue