reapack-index 1.2.4 → 1.2.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 +4 -4
- data/lib/reapack/index/gem_version.rb +1 -1
- data/lib/reapack/index/source.rb +1 -1
- data/test/test_provides.rb +2 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: bf73255682cca9aa882eacb480eec085e349d6a877d0aff74da7f2859efdf03f
|
|
4
|
+
data.tar.gz: 42669bcfbf0b11edf021ec660f55493e33d8e9aacf11cfd0dacbaa862dd501d9
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: f99838c3e8b91e9e7267e4202a709dee3df0ad9d78a36bed139ba133e02de8d24e38819850551367dc8cb0c64453a3269cd96f7ef7062677a9cac4ba6ba452ff
|
|
7
|
+
data.tar.gz: d6e89871ffc3aef3f97edeca383affe581fd7fb1a7eeb1a804095bc17d108a1d89e19edce1be082ab853c82e0fdfe4cc41f646e4774a0a0443b12fbb2e088ae2
|
data/lib/reapack/index/source.rb
CHANGED
|
@@ -8,7 +8,7 @@ class ReaPack::Index
|
|
|
8
8
|
|
|
9
9
|
PLATFORMS = {
|
|
10
10
|
all: nil,
|
|
11
|
-
windows: :all, win32: :windows, win64: :windows,
|
|
11
|
+
windows: :all, win32: :windows, win64: :windows, 'windows-arm64ec': :windows,
|
|
12
12
|
darwin: :all, darwin32: :darwin, darwin64: :darwin, 'darwin-arm64': :darwin,
|
|
13
13
|
linux: :all, linux32: :linux, linux64: :linux,
|
|
14
14
|
'linux-armv7l': :linux, 'linux-aarch64': :linux
|
data/test/test_provides.rb
CHANGED
|
@@ -33,13 +33,14 @@ class TestProvides < Minitest::Test
|
|
|
33
33
|
end
|
|
34
34
|
|
|
35
35
|
def test_platforms
|
|
36
|
-
assert_equal [:windows, :win32, :win64,
|
|
36
|
+
assert_equal [:windows, :win32, :win64, :'windows-arm64ec',
|
|
37
37
|
:darwin, :darwin32, :darwin64, :'darwin-arm64',
|
|
38
38
|
:linux, :linux32, :linux64, :'linux-armv7l', :'linux-aarch64'],
|
|
39
39
|
[
|
|
40
40
|
'[windows] file',
|
|
41
41
|
'[win32] file',
|
|
42
42
|
'[win64] file',
|
|
43
|
+
'[windows-arm64ec] file',
|
|
43
44
|
'[Darwin]file',
|
|
44
45
|
' [ darwin32 ] file',
|
|
45
46
|
'[win32 darwin64] file',
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: reapack-index
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.2.
|
|
4
|
+
version: 1.2.5
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- cfillion
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2024-
|
|
11
|
+
date: 2024-11-01 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|