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
fc999ce6de
commit
4bb1b9d876
2 changed files with 4 additions and 4 deletions
|
@ -1,3 +1,3 @@
|
|||
module OpenCV
|
||||
VERSION = '0.0.11.pre'
|
||||
VERSION = '0.0.11'
|
||||
end
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
# -*- 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|
|
||||
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.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."
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue