foobara-sh-cli-connector 0.0.4 → 0.0.5

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: cf42373692dbe6435042ec12f9b7012eafcf597ca432d96e9f17029b38c29926
4
- data.tar.gz: c31a1cc16a6beea651e161ebfcd2fb096f2ad32ff7608c78826047097e72fafd
3
+ metadata.gz: 86cd6383f66f2539bddf2ad271f59633c09ca825c2ed4cd03cd1e482d249e174
4
+ data.tar.gz: 74f74066b9a56c656dc668f6457e50b356eba0018ac78aeef1afcdf696ff8e55
5
5
  SHA512:
6
- metadata.gz: 8ad89d0a1eba1455cf58c82664a6046fc6c9145733f84296a4561c5ce8f9a551cc05fadc22b7033c023290852265e3f1a1d1de5c957786ece24e05ca475c29b8
7
- data.tar.gz: e7117b39c7502619545eaa824667ad3adef557606abe1da98a68c6307a97bd8aa805f238e1b9b3c32102ad2a7131e69a8f05eb92f8fd0482a2937922f68a46f9
6
+ metadata.gz: 374965269d948c921e52b1b57d8d079003d0d9974b61ae814392cdb8a2ae44dc3f30c52d0a07d7843cfb69fa550aadffb98ba4961190fb3b28acbb58f74c170f
7
+ data.tar.gz: db9a92aeb951f286130df2a3c264a3829a9de138153040b41a4099dace1fba8072db01f144da4ffe53e92ad8582c864be9b025cbf2590ceede2a98c1aaa3da87
data/CHANGELOG.md CHANGED
@@ -1,3 +1,7 @@
1
+ ## [0.0.4] - 2024-10-28
2
+
3
+ * Handle CommandConnector namespace change
4
+
1
5
  ## [0.0.4] - 2024-10-07
2
6
 
3
7
  * Introduce --no- options to negate boolean flags
@@ -2,7 +2,7 @@ module Foobara
2
2
  module CommandConnectors
3
3
  class ShCliConnector < CommandConnector
4
4
  module Commands
5
- class ListCommands < CommandConnectors::Commands::ListCommands
5
+ class ListCommands < CommandConnector::Commands::ListCommands
6
6
  def verbose?
7
7
  request.globalish_options[:verbose]
8
8
  end
@@ -3,7 +3,7 @@ module Foobara
3
3
  class ShCliConnector < CommandConnector
4
4
  class ParseError < StandardError; end
5
5
 
6
- class Request < CommandConnectors::Request
6
+ class Request < CommandConnector::Request
7
7
  attr_accessor :argv,
8
8
  :single_command_mode,
9
9
  :command,
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: foobara-sh-cli-connector
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.4
4
+ version: 0.0.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Miles Georgi
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-10-07 00:00:00.000000000 Z
11
+ date: 2024-10-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: foobara
@@ -79,7 +79,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
79
79
  - !ruby/object:Gem::Version
80
80
  version: '0'
81
81
  requirements: []
82
- rubygems_version: 3.5.21
82
+ rubygems_version: 3.5.22
83
83
  signing_key:
84
84
  specification_version: 4
85
85
  summary: Command-line connector for Foobara