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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: d3cb0debcbe966ad1de8f288ddefc096d7dfcd68fb89f84b7ace3a4b3f3b63a1
4
- data.tar.gz: b2edfdfaa4a185947a8d6ec85217c4a6d298e1b82064d32ce05a36d41a19c4af
3
+ metadata.gz: c94ec6bc636ca052476c08c5225a90f0c91793541ddf3babccc0ae7ae7640414
4
+ data.tar.gz: 216aaa38e4da98b8a0086091d4bc97a6620a802b4010ce2f61566eb54fcf3229
5
5
  SHA512:
6
- metadata.gz: 9d26d350387060a6306ba609ab15f2c9f2509e1e847b5663e8d9700382161f1ec0aa8a3b7f565f19bab1a97d9564155044fd5df56d8a38ab24c840baeaffa5c0
7
- data.tar.gz: 6d576945365c77c9bc91ab252917f3571aea7f03bd35175e0b3f25bd4755b5d03d5b47ca8c2b9383968fc03dcc6e2099be0a8f6a6bead836d38b45725eda6331
6
+ metadata.gz: ffe27b81db87390d83a8dc652c7c519b398d353fd5dc58d6924a08d37e7eedae5ed849ec89b6c42ad8fafbbd069aa6275bfe1433308a89ef3795b262b761ad4f
7
+ data.tar.gz: ccb57a62032ac99663306b6794d8e9b0b6af975869c4a8e9c3c8dc8687b1e1f91b2f31bc5ed07be7e30869a6fbe99a5273aefbb7e39b946fc5a19245928cad6e
@@ -1,4 +1,5 @@
1
1
  # frozen_string_literal: true
2
+ require "ostruct"
2
3
 
3
4
  module PiotrbCliUtils
4
5
  module ShellHelpers
@@ -1,3 +1,3 @@
1
1
  module PiotrbCliUtils
2
- VERSION = "0.1.0"
2
+ VERSION = "0.1.1"
3
3
  end
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.0
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: 2020-05-25 00:00:00.000000000 Z
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.0.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: []