1
0
Fork 0
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:
ser1zw 2013-05-05 07:22:22 +09:00
parent 77dd718c34
commit 52410fc0f4
2 changed files with 3 additions and 3 deletions

View file

@ -1,3 +1,3 @@
module OpenCV module OpenCV
VERSION = '0.0.9.pre2' VERSION = '0.0.9'
end end

View file

@ -2,9 +2,9 @@
Gem::Specification.new do |s| Gem::Specification.new do |s|
s.name = "ruby-opencv" 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.authors = ["lsxi", "ser1zw", "pcting"]
s.date = "2013-05-04" 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." 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."