hornetseye-hypercomplex 1.0.1 → 1.0.3

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 (5) hide show
  1. checksums.yaml +7 -0
  2. data/COPYING +12 -17
  3. data/Rakefile +1 -89
  4. data/config.rb +17 -0
  5. metadata +18 -44
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: c52413546eeb5580e06231eac737a577faa6fa063205674b4e47037f294ec579
4
+ data.tar.gz: 6806c0425a8f5b27d2ad5e371b173e4fe0e2f9cfb0f901c44ef5fbd3cab2f037
5
+ SHA512:
6
+ metadata.gz: ec593356f2e876718f05b5970ed3e05ebcb6ca2ba98d7d3f360ac4f651072676d54a3181ceeeaf74174b0c67a61f36b43bcdffb4c1b128b4313eb6a39d2f083d
7
+ data.tar.gz: efe5a24e180e1d23592cd174c45640bab68d10e33ccfa87c33e947f61e326a5aedd19da42279c126d971ebf3acd5c462c39027abaefeee43c681198896be019f
data/COPYING CHANGED
@@ -1,15 +1,11 @@
1
- This is the license for the computer vision library Hornetseye.
2
- Copyright (C) 2006 - 2011 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/Rakefile CHANGED
@@ -4,22 +4,7 @@ require 'rake/clean'
4
4
  require 'rake/testtask'
5
5
  require 'rake/packagetask'
6
6
  require 'rbconfig'
7
-
8
- PKG_NAME = 'hornetseye-hypercomplex'
9
- PKG_VERSION = '1.0.1'
10
- RB_FILES = FileList[ 'lib/**/*.rb' ]
11
- TC_FILES = FileList[ 'test/tc_*.rb' ]
12
- TS_FILES = FileList[ 'test/ts_*.rb' ]
13
- PKG_FILES = [ 'Rakefile', 'README.md', 'COPYING', '.document' ] +
14
- RB_FILES + TS_FILES + TC_FILES
15
- BIN_FILES = [ 'README.md', 'COPYING', '.document' ] +
16
- RB_FILES + TS_FILES + TC_FILES
17
- SUMMARY = %q{Hypercomplex number extension for Hornetseye}
18
- DESCRIPTION = %q{This Ruby extension implements hypercomplex elements for arrays of type Hornetseye::MultiArray.}
19
- LICENSE = 'GPL-3+'
20
- AUTHOR = %q{Jan Wedekind}
21
- EMAIL = %q{jan@wedesoft.de}
22
- HOMEPAGE = %q{http://wedesoft.github.com/hornetseye-hypercomplex/}
7
+ require_relative 'config'
23
8
 
24
9
  $SITELIBDIR = RbConfig::CONFIG[ 'sitelibdir' ]
25
10
 
@@ -67,77 +52,4 @@ Rake::PackageTask.new PKG_NAME, PKG_VERSION do |p|
67
52
  p.package_files = PKG_FILES
68
53
  end
69
54
 
70
- begin
71
- require 'rubygems'
72
- require 'rubygems/builder'
73
- $SPEC = Gem::Specification.new do |s|
74
- s.name = PKG_NAME
75
- s.version = PKG_VERSION
76
- s.platform = Gem::Platform::RUBY
77
- s.date = Date.today.to_s
78
- s.summary = SUMMARY
79
- s.description = DESCRIPTION
80
- s.license = LICENSE
81
- s.author = AUTHOR
82
- s.email = EMAIL
83
- s.homepage = HOMEPAGE
84
- s.files = PKG_FILES
85
- s.test_files = TC_FILES
86
- s.require_paths = [ 'lib' ]
87
- s.rubyforge_project = %q{hornetseye}
88
- s.extensions = %w{Rakefile}
89
- s.has_rdoc = 'yard'
90
- s.extra_rdoc_files = []
91
- s.rdoc_options = %w{--no-private}
92
- s.add_dependency %<malloc>, [ '~> 1.4' ]
93
- s.add_dependency %<multiarray>, [ '~> 1.0' ]
94
- s.add_development_dependency %q{rake}
95
- end
96
- GEM_SOURCE = "#{PKG_NAME}-#{PKG_VERSION}.gem"
97
- $BINSPEC = Gem::Specification.new do |s|
98
- s.name = PKG_NAME
99
- s.version = PKG_VERSION
100
- s.platform = Gem::Platform::CURRENT
101
- s.date = Date.today.to_s
102
- s.summary = SUMMARY
103
- s.description = DESCRIPTION
104
- s.license = LICENSE
105
- s.author = AUTHOR
106
- s.email = EMAIL
107
- s.homepage = HOMEPAGE
108
- s.files = BIN_FILES
109
- s.test_files = TC_FILES
110
- s.require_paths = [ 'lib' ]
111
- s.rubyforge_project = %q{hornetseye}
112
- s.has_rdoc = 'yard'
113
- s.extra_rdoc_files = []
114
- s.rdoc_options = %w{--no-private}
115
- s.add_dependency %<malloc>, [ '~> 1.4' ]
116
- s.add_dependency %<multiarray>, [ '~> 1.0' ]
117
- end
118
- GEM_BINARY = "#{PKG_NAME}-#{PKG_VERSION}-#{$BINSPEC.platform}.gem"
119
- desc "Build the gem file #{GEM_SOURCE}"
120
- task :gem => [ "pkg/#{GEM_SOURCE}" ]
121
- file "pkg/#{GEM_SOURCE}" => [ 'pkg' ] + $SPEC.files do
122
- when_writing 'Creating GEM' do
123
- Gem::Builder.new( $SPEC ).build
124
- verbose true do
125
- FileUtils.mv GEM_SOURCE, "pkg/#{GEM_SOURCE}"
126
- end
127
- end
128
- end
129
- desc "Build the gem file #{GEM_BINARY}"
130
- task :gem_binary => [ "pkg/#{GEM_BINARY}" ]
131
- file "pkg/#{GEM_BINARY}" => [ 'pkg' ] + $BINSPEC.files do
132
- when_writing 'Creating binary GEM' do
133
- Gem::Builder.new( $BINSPEC ).build
134
- verbose true do
135
- FileUtils.mv GEM_BINARY, "pkg/#{GEM_BINARY}"
136
- end
137
- end
138
- end
139
- rescue LoadError
140
- STDERR.puts 'Please install \'rubygems\' if you want to create Gem packages'
141
- end
142
-
143
55
  CLOBBER.include 'doc', '.yardoc'
data/config.rb ADDED
@@ -0,0 +1,17 @@
1
+ require 'rake'
2
+
3
+ PKG_NAME = 'hornetseye-hypercomplex'
4
+ PKG_VERSION = '1.0.3'
5
+ RB_FILES = ['config.rb'] + FileList[ 'lib/**/*.rb' ]
6
+ TC_FILES = FileList[ 'test/tc_*.rb' ]
7
+ TS_FILES = FileList[ 'test/ts_*.rb' ]
8
+ PKG_FILES = [ 'Rakefile', 'README.md', 'COPYING', '.document' ] +
9
+ RB_FILES + TS_FILES + TC_FILES
10
+ BIN_FILES = [ 'README.md', 'COPYING', '.document' ] +
11
+ RB_FILES + TS_FILES + TC_FILES
12
+ SUMMARY = %q{Hypercomplex number extension for Hornetseye}
13
+ DESCRIPTION = %q{This Ruby extension implements hypercomplex elements for arrays of type Hornetseye::MultiArray.}
14
+ LICENSE = 'GPL-3+'
15
+ AUTHOR = %q{Jan Wedekind}
16
+ EMAIL = %q{jan@wedesoft.de}
17
+ HOMEPAGE = %q{http://wedesoft.github.io/hornetseye-hypercomplex/}
metadata CHANGED
@@ -1,64 +1,42 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: hornetseye-hypercomplex
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.1
5
- prerelease:
4
+ version: 1.0.3
6
5
  platform: ruby
7
6
  authors:
8
7
  - Jan Wedekind
9
- autorequire:
10
8
  bindir: bin
11
9
  cert_chain: []
12
- date: 2013-09-30 00:00:00.000000000 Z
10
+ date: 2025-06-30 00:00:00.000000000 Z
13
11
  dependencies:
14
12
  - !ruby/object:Gem::Dependency
15
13
  name: malloc
16
14
  requirement: !ruby/object:Gem::Requirement
17
- none: false
18
15
  requirements:
19
- - - ~>
16
+ - - "~>"
20
17
  - !ruby/object:Gem::Version
21
18
  version: '1.4'
22
19
  type: :runtime
23
20
  prerelease: false
24
21
  version_requirements: !ruby/object:Gem::Requirement
25
- none: false
26
22
  requirements:
27
- - - ~>
23
+ - - "~>"
28
24
  - !ruby/object:Gem::Version
29
25
  version: '1.4'
30
26
  - !ruby/object:Gem::Dependency
31
27
  name: multiarray
32
28
  requirement: !ruby/object:Gem::Requirement
33
- none: false
34
29
  requirements:
35
- - - ~>
30
+ - - "~>"
36
31
  - !ruby/object:Gem::Version
37
32
  version: '1.0'
38
33
  type: :runtime
39
34
  prerelease: false
40
35
  version_requirements: !ruby/object:Gem::Requirement
41
- none: false
42
36
  requirements:
43
- - - ~>
37
+ - - "~>"
44
38
  - !ruby/object:Gem::Version
45
39
  version: '1.0'
46
- - !ruby/object:Gem::Dependency
47
- name: rake
48
- requirement: !ruby/object:Gem::Requirement
49
- none: false
50
- requirements:
51
- - - ! '>='
52
- - !ruby/object:Gem::Version
53
- version: '0'
54
- type: :development
55
- prerelease: false
56
- version_requirements: !ruby/object:Gem::Requirement
57
- none: false
58
- requirements:
59
- - - ! '>='
60
- - !ruby/object:Gem::Version
61
- version: '0'
62
40
  description: This Ruby extension implements hypercomplex elements for arrays of type
63
41
  Hornetseye::MultiArray.
64
42
  email: jan@wedesoft.de
@@ -67,36 +45,32 @@ extensions:
67
45
  - Rakefile
68
46
  extra_rdoc_files: []
69
47
  files:
70
- - Rakefile
71
- - README.md
48
+ - ".document"
72
49
  - COPYING
73
- - .document
74
- - lib/hornetseye_hypercomplex.rb
50
+ - README.md
51
+ - Rakefile
52
+ - config.rb
75
53
  - lib/hornetseye-hypercomplex/hypercomplex.rb
76
- homepage: http://wedesoft.github.com/hornetseye-hypercomplex/
54
+ - lib/hornetseye_hypercomplex.rb
55
+ homepage: http://wedesoft.github.io/hornetseye-hypercomplex/
77
56
  licenses:
78
57
  - GPL-3+
79
- post_install_message:
80
- rdoc_options:
81
- - --no-private
58
+ metadata: {}
59
+ rdoc_options: []
82
60
  require_paths:
83
61
  - lib
84
62
  required_ruby_version: !ruby/object:Gem::Requirement
85
- none: false
86
63
  requirements:
87
- - - ! '>='
64
+ - - ">="
88
65
  - !ruby/object:Gem::Version
89
66
  version: '0'
90
67
  required_rubygems_version: !ruby/object:Gem::Requirement
91
- none: false
92
68
  requirements:
93
- - - ! '>='
69
+ - - ">="
94
70
  - !ruby/object:Gem::Version
95
71
  version: '0'
96
72
  requirements: []
97
- rubyforge_project: hornetseye
98
- rubygems_version: 1.8.23
99
- signing_key:
100
- specification_version: 3
73
+ rubygems_version: 3.6.3
74
+ specification_version: 4
101
75
  summary: Hypercomplex number extension for Hornetseye
102
76
  test_files: []