reapack-index 1.2.4 → 1.2.5

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 8870ea144c45a078d42c2820e0006ed8442e6f68781cf4ca33e5d43f3db2990e
4
- data.tar.gz: 691b6185227d02a13cf7de88cdf78f0a47a856fbc594705b6e7495bf21cbe4af
3
+ metadata.gz: bf73255682cca9aa882eacb480eec085e349d6a877d0aff74da7f2859efdf03f
4
+ data.tar.gz: 42669bcfbf0b11edf021ec660f55493e33d8e9aacf11cfd0dacbaa862dd501d9
5
5
  SHA512:
6
- metadata.gz: 318e737d716535a7068120ab8b4e14f5cdb15ed65855b3e9b4daecdf4eb0eb11db4fdc8af6936bd80fe98e9472b51ef450154662338f1c6d57215c394c35e5be
7
- data.tar.gz: 4c043e3db109d871fcc52c55ec60fdaac80c7ec1e0352032d7400868ae86f287c76632ea41569ec3fd3707b232c7bd36919d50b23a2a65aea9c72a98f21e2a66
6
+ metadata.gz: f99838c3e8b91e9e7267e4202a709dee3df0ad9d78a36bed139ba133e02de8d24e38819850551367dc8cb0c64453a3269cd96f7ef7062677a9cac4ba6ba452ff
7
+ data.tar.gz: d6e89871ffc3aef3f97edeca383affe581fd7fb1a7eeb1a804095bc17d108a1d89e19edce1be082ab853c82e0fdfe4cc41f646e4774a0a0443b12fbb2e088ae2
@@ -1,5 +1,5 @@
1
1
  module ReaPack
2
2
  class Index
3
- VERSION = '1.2.4'
3
+ VERSION = '1.2.5'
4
4
  end
5
5
  end
@@ -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
@@ -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
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-08-16 00:00:00.000000000 Z
11
+ date: 2024-11-01 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler