hornetseye-opencv 0.3.5 → 0.3.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (4) hide show
  1. checksums.yaml +5 -5
  2. data/COPYING +12 -17
  3. data/config.rb +2 -2
  4. metadata +4 -8
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
- SHA1:
3
- metadata.gz: b2703d721a7420f2645b93d59d8567e7ddf22529
4
- data.tar.gz: ff9050fede2ac82d45b79208288f8f6954fef689
2
+ SHA256:
3
+ metadata.gz: df7f538f89a72c6354f7d1cf442219f0ceedb01debd5ca7989ca0c92a71b7d5d
4
+ data.tar.gz: b89c985231f29e55966f107ae02e24e2e14f79234cf08b8aa01e38cf362541b0
5
5
  SHA512:
6
- metadata.gz: a5d284475061950851cfbad8f278aa57c092693d79b146401b73124d7073140054f2b10ca2e095753647b482ae23fecbaa52a9482eb49286aae240ab3474829d
7
- data.tar.gz: 7d127fc8a2190747dcee7f55a0429954702ee2ac1b5baf10a9f6a8cc781af854bc1350471eeeb674189cf02a8741580afdd736b69de897b0d590e4ebcd8b4800
6
+ metadata.gz: f51a322f266f4e52231a9b9a190b1ec9807cc6c42a2b250f38cfde1e66c62d79907e8792a425ad579e051cd647ff68b6ea46ec167113d956030d80495154fa61
7
+ data.tar.gz: 48e2aa6ed44e1b2eaf8ba03d8b2670f7cd643480ff6e670991be17f2752bfbb59c60b22741fe876a4a8f054c175cf6179ff4572968b75de12cb6d703b67e6ef1
data/COPYING CHANGED
@@ -1,15 +1,11 @@
1
- This is the license for the computer vision library Hornetseye.
2
- Copyright (C) 2006 - 2010 Jan Wedekind, Sheffield, United Kingdom.
1
+ GNU GENERAL PUBLIC LICENSE
2
+ Version 3, 29 June 2007
3
3
 
4
-
5
- GNU GENERAL PUBLIC LICENSE
6
- Version 3, 29 June 2007
7
-
8
- Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/>
4
+ Copyright (C) 2007 Free Software Foundation, Inc. <https://fsf.org/>
9
5
  Everyone is permitted to copy and distribute verbatim copies
10
6
  of this license document, but changing it is not allowed.
11
7
 
12
- Preamble
8
+ Preamble
13
9
 
14
10
  The GNU General Public License is a free, copyleft license for
15
11
  software and other kinds of works.
@@ -72,7 +68,7 @@ patents cannot be used to render the program non-free.
72
68
  The precise terms and conditions for copying, distribution and
73
69
  modification follow.
74
70
 
75
- TERMS AND CONDITIONS
71
+ TERMS AND CONDITIONS
76
72
 
77
73
  0. Definitions.
78
74
 
@@ -80,7 +76,7 @@ modification follow.
80
76
 
81
77
  "Copyright" also means copyright-like laws that apply to other kinds of
82
78
  works, such as semiconductor masks.
83
-
79
+
84
80
  "The Program" refers to any copyrightable work licensed under this
85
81
  License. Each licensee is addressed as "you". "Licensees" and
86
82
  "recipients" may be individuals or organizations.
@@ -513,7 +509,7 @@ actual knowledge that, but for the patent license, your conveying the
513
509
  covered work in a country, or your recipient's use of the covered work
514
510
  in a country, would infringe one or more identifiable patents in that
515
511
  country that you have reason to believe are valid.
516
-
512
+
517
513
  If, pursuant to or in connection with a single transaction or
518
514
  arrangement, you convey, or propagate by procuring conveyance of, a
519
515
  covered work, and grant a patent license to some of the parties
@@ -622,9 +618,9 @@ an absolute waiver of all civil liability in connection with the
622
618
  Program, unless a warranty or assumption of liability accompanies a
623
619
  copy of the Program in return for a fee.
624
620
 
625
- END OF TERMS AND CONDITIONS
621
+ END OF TERMS AND CONDITIONS
626
622
 
627
- How to Apply These Terms to Your New Programs
623
+ How to Apply These Terms to Your New Programs
628
624
 
629
625
  If you develop a new program, and you want it to be of the greatest
630
626
  possible use to the public, the best way to achieve this is to make it
@@ -649,7 +645,7 @@ the "copyright" line and a pointer to where the full notice is found.
649
645
  GNU General Public License for more details.
650
646
 
651
647
  You should have received a copy of the GNU General Public License
652
- along with this program. If not, see <http://www.gnu.org/licenses/>.
648
+ along with this program. If not, see <https://www.gnu.org/licenses/>.
653
649
 
654
650
  Also add information on how to contact you by electronic and paper mail.
655
651
 
@@ -668,12 +664,11 @@ might be different; for a GUI interface, you would use an "about box".
668
664
  You should also get your employer (if you work as a programmer) or school,
669
665
  if any, to sign a "copyright disclaimer" for the program, if necessary.
670
666
  For more information on this, and how to apply and follow the GNU GPL, see
671
- <http://www.gnu.org/licenses/>.
667
+ <https://www.gnu.org/licenses/>.
672
668
 
673
669
  The GNU General Public License does not permit incorporating your program
674
670
  into proprietary programs. If your program is a subroutine library, you
675
671
  may consider it more useful to permit linking proprietary applications with
676
672
  the library. If this is what you want to do, use the GNU Lesser General
677
673
  Public License instead of this License. But first, please read
678
- <http://www.gnu.org/philosophy/why-not-lgpl.html>.
679
-
674
+ <https://www.gnu.org/licenses/why-not-lgpl.html>.
data/config.rb CHANGED
@@ -1,7 +1,7 @@
1
1
  require 'rake'
2
2
 
3
3
  PKG_NAME = 'hornetseye-opencv'
4
- PKG_VERSION = '0.3.5'
4
+ PKG_VERSION = '0.3.6'
5
5
  CFG = RbConfig::CONFIG
6
6
  CXX = ENV[ 'CXX' ] || 'g++'
7
7
  RB_FILES = ['config.rb'] + FileList[ 'lib/**/*.rb' ]
@@ -19,4 +19,4 @@ DESCRIPTION = %q{This Ruby extension provides conversions from Hornetseye::Multi
19
19
  LICENSE = 'GPL-3+'
20
20
  AUTHOR = %q{Jan Wedekind}
21
21
  EMAIL = %q{jan@wedesoft.de}
22
- HOMEPAGE = %q{http://wedesoft.github.com/hornetseye-opencv/}
22
+ HOMEPAGE = %q{http://wedesoft.github.io/hornetseye-opencv/}
metadata CHANGED
@@ -1,14 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: hornetseye-opencv
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.5
4
+ version: 0.3.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jan Wedekind
8
- autorequire:
9
8
  bindir: bin
10
9
  cert_chain: []
11
- date: 2016-01-13 00:00:00.000000000 Z
10
+ date: 2025-06-30 00:00:00.000000000 Z
12
11
  dependencies:
13
12
  - !ruby/object:Gem::Dependency
14
13
  name: malloc
@@ -80,11 +79,10 @@ files:
80
79
  - lib/hornetseye_opencv_ext.rb
81
80
  - test/tc_hornetseye_opencv.rb
82
81
  - test/ts_hornetseye_opencv.rb
83
- homepage: http://wedesoft.github.com/hornetseye-opencv/
82
+ homepage: http://wedesoft.github.io/hornetseye-opencv/
84
83
  licenses:
85
84
  - GPL-3+
86
85
  metadata: {}
87
- post_install_message:
88
86
  rdoc_options: []
89
87
  require_paths:
90
88
  - lib
@@ -100,9 +98,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
100
98
  - !ruby/object:Gem::Version
101
99
  version: '0'
102
100
  requirements: []
103
- rubyforge_project: hornetseye
104
- rubygems_version: 2.5.1
105
- signing_key:
101
+ rubygems_version: 3.6.3
106
102
  specification_version: 4
107
103
  summary: OpenCV integration for Hornetseye
108
104
  test_files: