mirror of
https://github.com/ruby-opencv/ruby-opencv
synced 2023-03-27 23:22:12 -04:00
bump up version
This commit is contained in:
parent
77dd718c34
commit
52410fc0f4
2 changed files with 3 additions and 3 deletions
|
@ -1,3 +1,3 @@
|
|||
module OpenCV
|
||||
VERSION = '0.0.9.pre2'
|
||||
VERSION = '0.0.9'
|
||||
end
|
||||
|
|
|
@ -2,9 +2,9 @@
|
|||
|
||||
Gem::Specification.new do |s|
|
||||
s.name = "ruby-opencv"
|
||||
s.version = "0.0.9.pre2.20130505044041"
|
||||
s.version = "0.0.9.20130505072136"
|
||||
|
||||
s.required_rubygems_version = Gem::Requirement.new("> 1.3.1") if s.respond_to? :required_rubygems_version=
|
||||
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
||||
s.authors = ["lsxi", "ser1zw", "pcting"]
|
||||
s.date = "2013-05-04"
|
||||
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."
|
||||
|
|
Loading…
Reference in a new issue