multiarray 1.0.4 → 1.0.5
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.
- checksums.yaml +5 -5
- data/COPYING +12 -17
- data/config.rb +2 -2
- data/lib/multiarray/inject.rb +1 -1
- data/lib/multiarray.rb +2 -2
- metadata +4 -9
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
|
-
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
2
|
+
SHA256:
|
3
|
+
metadata.gz: 8b0ad9dab8fbba85ccc9d704d99236d996d24a542fcece8dc5b3bab484ce4c7a
|
4
|
+
data.tar.gz: 62162d33df465227e937657f8f36993acf8e58a63846b5a3c0c2e133f9394119
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f81e04609f299a237cfb0c0dec82af1f1e36bbc6c02b9059f264d1d3e2e462f5fa267d74585b15125c37615dc099171692f2b9006a593534cddd68284980c5c7
|
7
|
+
data.tar.gz: e83578f471fcc8c4f21152222b3bfee07dc19a1b34a2cad48e339a75b5b74126629ae39d34703290625b105d331abebbd5aec3f3621afc95e4f79342f9783786
|
data/COPYING
CHANGED
@@ -1,15 +1,11 @@
|
|
1
|
-
|
2
|
-
|
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
|
-
|
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
|
-
|
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
|
-
|
621
|
+
END OF TERMS AND CONDITIONS
|
626
622
|
|
627
|
-
|
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 <
|
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
|
-
<
|
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
|
-
<
|
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 = 'multiarray'
|
4
|
-
PKG_VERSION = '1.0.
|
4
|
+
PKG_VERSION = '1.0.5'
|
5
5
|
RB_FILES = FileList[ 'config.rb', 'lib/**/*.rb' ]
|
6
6
|
TC_FILES = FileList[ 'test/tc_*.rb' ]
|
7
7
|
TS_FILES = FileList[ 'test/ts_*.rb' ]
|
@@ -14,5 +14,5 @@ DESCRIPTION = %q{This Ruby-extension defines Hornetseye::MultiArray and other na
|
|
14
14
|
LICENSE = 'GPL-3+'
|
15
15
|
AUTHOR = %q{Jan Wedekind}
|
16
16
|
EMAIL = %q{jan@wedesoft.de}
|
17
|
-
HOMEPAGE = %q{http://wedesoft.github.
|
17
|
+
HOMEPAGE = %q{http://wedesoft.github.io/multiarray/}
|
18
18
|
|
data/lib/multiarray/inject.rb
CHANGED
data/lib/multiarray.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: multiarray
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.5
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Jan Wedekind
|
8
|
-
autorequire:
|
9
8
|
bindir: bin
|
10
9
|
cert_chain: []
|
11
|
-
date:
|
10
|
+
date: 2025-06-30 00:00:00.000000000 Z
|
12
11
|
dependencies:
|
13
12
|
- !ruby/object:Gem::Dependency
|
14
13
|
name: malloc
|
@@ -91,11 +90,10 @@ files:
|
|
91
90
|
- test/tc_rgb.rb
|
92
91
|
- test/tc_sequence.rb
|
93
92
|
- test/ts_multiarray.rb
|
94
|
-
homepage: http://wedesoft.github.
|
93
|
+
homepage: http://wedesoft.github.io/multiarray/
|
95
94
|
licenses:
|
96
95
|
- GPL-3+
|
97
96
|
metadata: {}
|
98
|
-
post_install_message:
|
99
97
|
rdoc_options:
|
100
98
|
- "--no-private"
|
101
99
|
require_paths:
|
@@ -111,9 +109,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
111
109
|
- !ruby/object:Gem::Version
|
112
110
|
version: '0'
|
113
111
|
requirements: []
|
114
|
-
|
115
|
-
rubygems_version: 2.4.6
|
116
|
-
signing_key:
|
112
|
+
rubygems_version: 3.6.3
|
117
113
|
specification_version: 4
|
118
114
|
summary: Multi-dimensional and uniform Ruby arrays
|
119
115
|
test_files:
|
@@ -126,4 +122,3 @@ test_files:
|
|
126
122
|
- test/tc_object.rb
|
127
123
|
- test/tc_rgb.rb
|
128
124
|
- test/tc_sequence.rb
|
129
|
-
has_rdoc: yard
|