sysll 0.0.0 → 0.1.0

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 (2) hide show
  1. checksums.yaml +4 -4
  2. metadata +5 -4
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: cb13f07f0bdd82ebf043e64b5e4c5f97d99518f3b9be1f3d3bf6c152359d06f6
4
- data.tar.gz: 8842a8ef954d0e7046d941542e6a44bd43ad779ab165d8790661ea144c7dc8f2
3
+ metadata.gz: 75429db7d3abaf94c1caa59afc9954b5dc57fadc88879d6f801e51e68b1a72ab
4
+ data.tar.gz: 84bb8af420ad012adb4d8b0ec96ff454b0b8eb011ca44fd56b909baf59f72b23
5
5
  SHA512:
6
- metadata.gz: 752320bf5b81ea1f57969cb8327191f5b11bff8a514714e0d463859cef0813727d965e540997d0b857fd2201d4451da2af05e71517164f819cbc658f84fed9bc
7
- data.tar.gz: c87b50b721c1658c140fb3baf8e88bf5156585f0d24474c430e2742abe202f53baaa4e6b3bcdc4ccec94f8c4bebc5856c8766c5d717635e186f098b2470ed6da
6
+ metadata.gz: 8f5ca5e6f1771fd9cfdc76496de8ba3ffef407f0d463b28961d2bc5521ff331dec5a2c0cd4469e0bb38ebb59f5d6b5b032da5b9249afe567de9a80acd3c88758
7
+ data.tar.gz: c416b18071be6db773d0a835ecf50f4180d4314f102108f02a2f51104f67af5595d860c0aede051522199ce89ec9be2c6dda0df006633b9816a345e6ccadd9e2
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sysll
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.0
4
+ version: 0.1.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - fasmagoric
@@ -9,7 +9,8 @@ bindir: bin
9
9
  cert_chain: []
10
10
  date: 2025-04-03 00:00:00.000000000 Z
11
11
  dependencies: []
12
- description: Build your code for multiple platforms easily with the sysll gem
12
+ description: SYSll provides a unified interface for system commands on Windows, macOS,
13
+ and Linux.
13
14
  email: fasmagoric.dev@gmail.com
14
15
  executables: []
15
16
  extensions: []
@@ -17,7 +18,7 @@ extra_rdoc_files: []
17
18
  files:
18
19
  - lib/sysll.rb
19
20
  - lib/sysverify.rb
20
- homepage: https://rubygems.org/gems/sysll
21
+ homepage: https://github.com/fasmagoric/SYSll
21
22
  licenses:
22
23
  - MIT
23
24
  metadata: {}
@@ -37,5 +38,5 @@ required_rubygems_version: !ruby/object:Gem::Requirement
37
38
  requirements: []
38
39
  rubygems_version: 3.6.6
39
40
  specification_version: 4
40
- summary: Build your code for multiple platforms easily with the sysll gem
41
+ summary: Cross-platform system command gem
41
42
  test_files: []