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

add description and license of the gem to Rakefile

This commit is contained in:
ser1zw 2013-03-03 02:59:54 +09:00
parent b935cec7fe
commit 9f675d273b

View file

@ -8,6 +8,8 @@ Hoe.plugin :gemspec
hoespec = Hoe.spec 'ruby-opencv' do |s| hoespec = Hoe.spec 'ruby-opencv' do |s|
s.summary = 'OpenCV wrapper for Ruby' s.summary = 'OpenCV wrapper for Ruby'
s.description = 'ruby-opencv is a wrapper of OpenCV for Ruby. It helps you to write computer vision programs (e.g. detecting faces from pictures) with Ruby.'
s.licenses = ['The BSD License']
s.developer('lsxi', 'masakazu.yonekura@gmail.com') s.developer('lsxi', 'masakazu.yonekura@gmail.com')
s.developer('ser1zw', 'azariahsawtikes@gmail.com') s.developer('ser1zw', 'azariahsawtikes@gmail.com')
s.developer('pcting', 'pcting@gmail.com') s.developer('pcting', 'pcting@gmail.com')