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-12-08 19:08:15 +09:00
parent fc999ce6de
commit 4bb1b9d876
2 changed files with 4 additions and 4 deletions

View file

@ -1,3 +1,3 @@
module OpenCV module OpenCV
VERSION = '0.0.11.pre' VERSION = '0.0.11'
end end

View file

@ -1,11 +1,11 @@
# -*- encoding: utf-8 -*- # -*- encoding: utf-8 -*-
# stub: ruby-opencv 0.0.11.pre.20131208183301 ruby lib # stub: ruby-opencv 0.0.11.20131208190755 ruby lib
Gem::Specification.new do |s| Gem::Specification.new do |s|
s.name = "ruby-opencv" s.name = "ruby-opencv"
s.version = "0.0.11.pre.20131208183301" s.version = "0.0.11.20131208190755"
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-12-08" s.date = "2013-12-08"
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."