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.
- checksums.yaml +4 -4
- data/README.md +2 -2
- 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: 56b74b659b680463773ea9f343b0fb9417c3769875937abda8413e9c85c37d16
|
|
4
|
+
data.tar.gz: 865cf1ad6564a3afa7bc33004516895ccf79fa47fe62c0b3c1cf463adf74964f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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
|
|
36
|
-
- macOS: x86_64
|
|
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.
|
|
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:
|
|
59
|
+
rubygems_version: 3.6.9
|
|
60
60
|
specification_version: 4
|
|
61
61
|
summary: Mothership gem wrapper
|
|
62
62
|
test_files: []
|