piotrb_cli_utils 0.1.0 → 0.1.1
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/piotrb_cli_utils/shell_helpers.rb +1 -0
- data/lib/piotrb_cli_utils/version.rb +1 -1
- metadata +7 -7
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: c94ec6bc636ca052476c08c5225a90f0c91793541ddf3babccc0ae7ae7640414
|
4
|
+
data.tar.gz: 216aaa38e4da98b8a0086091d4bc97a6620a802b4010ce2f61566eb54fcf3229
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ffe27b81db87390d83a8dc652c7c519b398d353fd5dc58d6924a08d37e7eedae5ed849ec89b6c42ad8fafbbd069aa6275bfe1433308a89ef3795b262b761ad4f
|
7
|
+
data.tar.gz: ccb57a62032ac99663306b6794d8e9b0b6af975869c4a8e9c3c8dc8687b1e1f91b2f31bc5ed07be7e30869a6fbe99a5273aefbb7e39b946fc5a19245928cad6e
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: piotrb_cli_utils
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Piotr Banasik
|
8
|
-
autorequire:
|
8
|
+
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2025-02-26 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tty-reader
|
@@ -52,7 +52,7 @@ dependencies:
|
|
52
52
|
- - ">="
|
53
53
|
- !ruby/object:Gem::Version
|
54
54
|
version: '0'
|
55
|
-
description:
|
55
|
+
description:
|
56
56
|
email:
|
57
57
|
- piotr.banasik@gmail.com
|
58
58
|
executables: []
|
@@ -79,7 +79,7 @@ licenses:
|
|
79
79
|
metadata:
|
80
80
|
homepage_uri: https://github.com/piotr/cli_utils
|
81
81
|
source_code_uri: https://github.com/piotr/cli_utils
|
82
|
-
post_install_message:
|
82
|
+
post_install_message:
|
83
83
|
rdoc_options: []
|
84
84
|
require_paths:
|
85
85
|
- lib
|
@@ -94,8 +94,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
94
94
|
- !ruby/object:Gem::Version
|
95
95
|
version: '0'
|
96
96
|
requirements: []
|
97
|
-
rubygems_version: 3.
|
98
|
-
signing_key:
|
97
|
+
rubygems_version: 3.5.11
|
98
|
+
signing_key:
|
99
99
|
specification_version: 4
|
100
100
|
summary: CLI Utils for my command line scripts
|
101
101
|
test_files: []
|