foobara-sh-cli-connector 0.0.4 → 0.0.6

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: cf42373692dbe6435042ec12f9b7012eafcf597ca432d96e9f17029b38c29926
4
- data.tar.gz: c31a1cc16a6beea651e161ebfcd2fb096f2ad32ff7608c78826047097e72fafd
3
+ metadata.gz: 57a0df47928d8b15c6476bb3e27675c5024b309cd6e9ea5674f45705e6808752
4
+ data.tar.gz: e73fe6dc8440af0ba5ad6fff065d6a6a4b64e117c976888980658b1a8bdcd198
5
5
  SHA512:
6
- metadata.gz: 8ad89d0a1eba1455cf58c82664a6046fc6c9145733f84296a4561c5ce8f9a551cc05fadc22b7033c023290852265e3f1a1d1de5c957786ece24e05ca475c29b8
7
- data.tar.gz: e7117b39c7502619545eaa824667ad3adef557606abe1da98a68c6307a97bd8aa805f238e1b9b3c32102ad2a7131e69a8f05eb92f8fd0482a2937922f68a46f9
6
+ metadata.gz: 06dcb088825381e71f5d6ef8d13f7886d840b8de551463cf972ceec66f09e84b1e4013128932136ca52c76107488a03f69b07fb634b6d5bb02b36a2f439512cc
7
+ data.tar.gz: 72af7268de883dc4f15c841ca16eca2b630b5d81f24033e8139f4692e7ddf28c167d846fcf57dd5e629b3779048640a381a8ebe3391dc02a1e3c05b26fb2c2aa
data/CHANGELOG.md CHANGED
@@ -1,3 +1,7 @@
1
+ ## [0.0.6] - 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.6
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