ropencv 0.0.5 → 0.0.6

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/.yardopts +2 -0
  2. data/ropencv.gemspec +2 -2
  3. metadata +49 -39
@@ -0,0 +1,2 @@
1
+ --exclude ext/
2
+ lib/ruby/ropencv/*.rb
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = 'ropencv'
3
- s.version = '0.0.5'
3
+ s.version = '0.0.6'
4
4
  s.date = '2013-07-03'
5
5
  s.platform = Gem::Platform::RUBY
6
6
  s.authors = ['Alexander Duda']
@@ -12,7 +12,7 @@ Gem::Specification.new do |s|
12
12
  'header files. From there rbind generates a C interface and ruby classes. The '\
13
13
  'ruby classes are using the C interface via ffi to give the user the same object '\
14
14
  'oriented experience on the ruby side like he has on the c++ side.'
15
- s.files = `git ls-files`.split("\n")
15
+ s.files = `git ls-files`.split("\n") + ["lib/ruby/ropencv/ropencv_types.rb","lib/ruby/ropencv/ropencv_ruby.rb"]
16
16
  s.require_path = 'lib/ruby'
17
17
  s.required_rubygems_version = ">= 1.3.6"
18
18
  s.add_runtime_dependency "rbind", "~> 0.0.10"
metadata CHANGED
@@ -1,50 +1,62 @@
1
- --- !ruby/object:Gem::Specification
1
+ --- !ruby/object:Gem::Specification
2
2
  name: ropencv
3
- version: !ruby/object:Gem::Version
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.6
4
5
  prerelease:
5
- version: 0.0.5
6
6
  platform: ruby
7
- authors:
7
+ authors:
8
8
  - Alexander Duda
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
-
13
- date: 2013-07-03 00:00:00 Z
14
- dependencies:
15
- - !ruby/object:Gem::Dependency
12
+ date: 2013-07-03 00:00:00.000000000 Z
13
+ dependencies:
14
+ - !ruby/object:Gem::Dependency
16
15
  name: rbind
17
- prerelease: false
18
- requirement: &id001 !ruby/object:Gem::Requirement
16
+ requirement: !ruby/object:Gem::Requirement
19
17
  none: false
20
- requirements:
18
+ requirements:
21
19
  - - ~>
22
- - !ruby/object:Gem::Version
20
+ - !ruby/object:Gem::Version
23
21
  version: 0.0.10
24
22
  type: :runtime
25
- version_requirements: *id001
26
- - !ruby/object:Gem::Dependency
27
- name: ffi
28
23
  prerelease: false
29
- requirement: &id002 !ruby/object:Gem::Requirement
24
+ version_requirements: !ruby/object:Gem::Requirement
25
+ none: false
26
+ requirements:
27
+ - - ~>
28
+ - !ruby/object:Gem::Version
29
+ version: 0.0.10
30
+ - !ruby/object:Gem::Dependency
31
+ name: ffi
32
+ requirement: !ruby/object:Gem::Requirement
30
33
  none: false
31
- requirements:
34
+ requirements:
32
35
  - - ~>
33
- - !ruby/object:Gem::Version
36
+ - !ruby/object:Gem::Version
34
37
  version: 1.9.0
35
38
  type: :runtime
36
- version_requirements: *id002
37
- description: This are automated ffi ruby wrappers for opencv 2.4.4 and higher. For wrapping all marked OpenCV C++ methods the OpenCV hdr parser is used to parse the OpenCV header files. From there rbind generates a C interface and ruby classes. The ruby classes are using the C interface via ffi to give the user the same object oriented experience on the ruby side like he has on the c++ side.
38
- email:
39
+ prerelease: false
40
+ version_requirements: !ruby/object:Gem::Requirement
41
+ none: false
42
+ requirements:
43
+ - - ~>
44
+ - !ruby/object:Gem::Version
45
+ version: 1.9.0
46
+ description: This are automated ffi ruby wrappers for opencv 2.4.4 and higher. For
47
+ wrapping all marked OpenCV C++ methods the OpenCV hdr parser is used to parse the
48
+ OpenCV header files. From there rbind generates a C interface and ruby classes.
49
+ The ruby classes are using the C interface via ffi to give the user the same object
50
+ oriented experience on the ruby side like he has on the c++ side.
51
+ email:
39
52
  - Alexander.Duda@dfki.de
40
53
  executables: []
41
-
42
- extensions:
54
+ extensions:
43
55
  - ext/extconf.rb
44
56
  extra_rdoc_files: []
45
-
46
- files:
57
+ files:
47
58
  - .gitignore
59
+ - .yardopts
48
60
  - CMakeLists.txt
49
61
  - README.md
50
62
  - examples/affine3d.rb
@@ -67,32 +79,30 @@ files:
67
79
  - lib/ruby/ropencv.rb
68
80
  - lib/ruby/ropencv/ropencv_ruby.rb
69
81
  - ropencv.gemspec
82
+ - lib/ruby/ropencv/ropencv_types.rb
70
83
  homepage: http://github.com/D-Alex/ropencv
71
84
  licenses: []
72
-
73
85
  post_install_message:
74
86
  rdoc_options: []
75
-
76
- require_paths:
87
+ require_paths:
77
88
  - lib/ruby
78
- required_ruby_version: !ruby/object:Gem::Requirement
89
+ required_ruby_version: !ruby/object:Gem::Requirement
79
90
  none: false
80
- requirements:
81
- - - ">="
82
- - !ruby/object:Gem::Version
83
- version: "0"
84
- required_rubygems_version: !ruby/object:Gem::Requirement
91
+ requirements:
92
+ - - ! '>='
93
+ - !ruby/object:Gem::Version
94
+ version: '0'
95
+ required_rubygems_version: !ruby/object:Gem::Requirement
85
96
  none: false
86
- requirements:
87
- - - ">="
88
- - !ruby/object:Gem::Version
97
+ requirements:
98
+ - - ! '>='
99
+ - !ruby/object:Gem::Version
89
100
  version: 1.3.6
90
101
  requirements: []
91
-
92
102
  rubyforge_project:
93
103
  rubygems_version: 1.8.23
94
104
  signing_key:
95
105
  specification_version: 3
96
106
  summary: Automated ffi-bindings for opencv 2.4.4 and higher
97
107
  test_files: []
98
-
108
+ has_rdoc: