guardship 0.0.101 → 0.0.102

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 (3) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +2 -2
  3. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 9b62ece2b32bb6cb9b3b63f9aa7e6f31a1df490b720bc2c036d3175c40b36216
4
- data.tar.gz: f9c6919ef68bda638b989197c16154adc665e67b6700f90f0833463f86cf02ff
3
+ metadata.gz: 56b74b659b680463773ea9f343b0fb9417c3769875937abda8413e9c85c37d16
4
+ data.tar.gz: 865cf1ad6564a3afa7bc33004516895ccf79fa47fe62c0b3c1cf463adf74964f
5
5
  SHA512:
6
- metadata.gz: 104a013de71d19245454211fac910ea9bda1ff88a7acba80150ec3990f557d289d0e7681da72a4d3dbb11d633921115e22d746cea2abda48302e72d02f54d7dc
7
- data.tar.gz: a8e47736d0187dfc5d8e5d8e9c5993de6bd88af1fe8af6035db6d762642954bebc546bfef0a13417c5aaa83acb471bb9a77f45edb9557deaee6b49218f1232a9
6
+ metadata.gz: 162217c2653b6250da70b24d21ec79a6d7659f9803c645164c60b2c6cf905c33f4e87dbcbd7133a325dfb67c274beba8a3ad219953980920282bc8212787a933
7
+ data.tar.gz: 9fad98e1f77fd6d927e2981d5c4662b0f99a1c8df8d946328760df11361f1d37b8c2b3f741826e278b755f8b1f79960c2167170dc886a6ed8afa579c3ad35b46
data/README.md CHANGED
@@ -32,8 +32,8 @@ If you install the stub gem directly on a platform without a matching packaged b
32
32
 
33
33
  ## Supported Platforms
34
34
 
35
- - Linux: x86_64, arm64
36
- - macOS: x86_64 (Intel), ARM64 (Apple Silicon)
35
+ - Linux: `x86_64-linux`, `aarch64-linux`
36
+ - macOS: `x86_64-darwin`, `arm64-darwin`
37
37
 
38
38
  All packaged binaries are precompiled. No local Rust toolchain is required to run the gem.
39
39
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: guardship
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.101
4
+ version: 0.0.102
5
5
  platform: ruby
6
6
  authors:
7
7
  - Abdelkader Boudih
@@ -56,7 +56,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
56
56
  - !ruby/object:Gem::Version
57
57
  version: '0'
58
58
  requirements: []
59
- rubygems_version: 4.0.3
59
+ rubygems_version: 3.6.9
60
60
  specification_version: 4
61
61
  summary: Mothership gem wrapper
62
62
  test_files: []