foobara-sh-cli-connector 0.0.14 → 0.0.15

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: 665dbe7ec95119ae45a08a732dd7435b4a95a77a65f9db4fbe886fc682f34a68
4
- data.tar.gz: a296ff798f597f90d638ae67b1352a41b4f043e29aef811a00e3f4c084ee4ab2
3
+ metadata.gz: c2b95683633e9cd5d040607b37e7bfed49f2f3b0f8e7ff56dfe7d011a3df333a
4
+ data.tar.gz: c33d05e112fedd9af25c52892e03da6926e5f7100c0cd0af73f67fb2625e0f99
5
5
  SHA512:
6
- metadata.gz: af0c874392c53914b85bda8d5513464b725b50cf833207e9ac4b232c921961ce8e62b97d1990319efe3ac6e2dcad6327abe28a618c4b3f63d00928cf82efb9e5
7
- data.tar.gz: 4c9d55a9d040971adbd62cddc94560291667385de959460ad63d0d7d0cb7e2c5d19c5068e3ee6f4f6ebc47b1063373d9b335f6718f14749d50e9aa29c576c566
6
+ metadata.gz: c62ceb5b6ccc5facaaa96649a96ca1d70dc2fe3fe2a8cc2c0b38ca4d811adf0c0db092a2610155dd69d7ca05bfe40bedde44d07aae881239d0fcfdb1b85d91f0
7
+ data.tar.gz: c8ad6648b0e822b4660ad3393ad98ed08cc19c3d793e9b369916890220a83f3f212208b8e079067389ebc6ca27b564235b32e6249523a3d9abd25b35422179d8
data/CHANGELOG.md CHANGED
@@ -1,3 +1,7 @@
1
+ ## [0.0.15] - 2025-04-12
2
+
3
+ - Default run args to ARGV
4
+
1
5
  ## [0.0.14] - 2025-04-11
2
6
 
3
7
  - Handle newer versions of foobara
@@ -25,6 +25,10 @@ module Foobara
25
25
  end
26
26
  end
27
27
 
28
+ def run(argv = ARGV, *, **, &)
29
+ super
30
+ end
31
+
28
32
  def connect(...)
29
33
  super.tap do
30
34
  if single_command_mode
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: foobara-sh-cli-connector
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.14
4
+ version: 0.0.15
5
5
  platform: ruby
6
6
  authors:
7
7
  - Miles Georgi