terminalwire-core 0.3.0.alpha4 → 0.3.0.alpha5

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: 8b12cf1c4b51a6a25992e408aab4b1b48cd9aaca9249e7b6764bfdc57829c1d1
4
- data.tar.gz: 6e19084a9e846efa2cc394b4f902658d239466a032afb40b6f3962f1c1c784d1
3
+ metadata.gz: 5d61009ab0d549eccb717f1e50f358c9eeb4a46fe59228eabcd99df9f046bb17
4
+ data.tar.gz: 9962069681ed21463e882e0586ee3e0bb21284d42df18cc478bd934cf2c56f1d
5
5
  SHA512:
6
- metadata.gz: 4b9b084d349b22a9e18903701fe8b6bb8d8539367e5d5be10a537f5e0d7a5aa09d998ce5fc513a077ee09659680f28af99d901b7887c623720493c8c193a2092
7
- data.tar.gz: 450f602a9473c6604d157243f1a2a0ae105008238e38b4707f884fafb8d9a0118eb8c38504f82a7d09782c46819b759cdb40ca74a96be0ad1c66fceb327fde10
6
+ metadata.gz: 19c0427569937fc06083573dc559d6a53ef1d703339876fd88a7f3dc14cc069adf4e89107fe94d440852bfa5694bec7b671f1c83baee21746efa63d9672e7ed4
7
+ data.tar.gz: 6550d9093fdc9729e502c874b1b6e73d88d18b48a850ce1d4f737f2622db746fd3ec5408e47f4c065d044da4c3e4f6ba79d044634c29d2302c9d146b70dd8069
@@ -80,6 +80,7 @@ module Terminalwire
80
80
  end
81
81
 
82
82
  def find_by_shell_path(path)
83
+ return if path.nil?
83
84
  find_by_shell(File.basename(path))
84
85
  end
85
86
 
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Terminalwire
4
- VERSION = "0.3.0.alpha4"
4
+ VERSION = "0.3.0.alpha5"
5
5
  end
metadata CHANGED
@@ -1,14 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: terminalwire-core
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.0.alpha4
4
+ version: 0.3.0.alpha5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Brad Gessler
8
- autorequire:
9
8
  bindir: bin
10
9
  cert_chain: []
11
- date: 2025-01-23 00:00:00.000000000 Z
10
+ date: 2025-02-07 00:00:00.000000000 Z
12
11
  dependencies:
13
12
  - !ruby/object:Gem::Dependency
14
13
  name: async-websocket
@@ -133,7 +132,6 @@ metadata:
133
132
  source_code_uri: https://github.com/terminalwire/ruby
134
133
  changelog_uri: https://github.com/terminalwire/ruby/tags
135
134
  funding_uri: https://terminalwire.com/funding
136
- post_install_message:
137
135
  rdoc_options: []
138
136
  require_paths:
139
137
  - lib
@@ -148,8 +146,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
148
146
  - !ruby/object:Gem::Version
149
147
  version: '0'
150
148
  requirements: []
151
- rubygems_version: 3.5.9
152
- signing_key:
149
+ rubygems_version: 3.6.2
153
150
  specification_version: 4
154
151
  summary: Ship a CLI for your web app. No API required.
155
152
  test_files: []