terminalwire-client 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 +4 -4
- data/lib/terminalwire/client/handler.rb +2 -1
- metadata +5 -8
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 5f31d070a24242c39904da2d0b6bc2232ea4db33612c03ed352bc7d632d44e9a
|
|
4
|
+
data.tar.gz: 0f4beb60abb454283850cd9afa458fac56ba9e163329d84f7720ad9f3fbc8f5d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 65497410e921dbaeb596e556b047e9590872111facbc70411e474d9183d11d9abbbb8cca00dfc223dfab5d56db7086f23b2c6a01ef4139e0d6c0f446291e16b9
|
|
7
|
+
data.tar.gz: 3f4f997ba07e5941ca6b5a1ed7472d72d6bdd03fe2b3cd0f5bc356d6216ffb1dadd3954b607576e297a6d5f017d4f1ec4c7fea0c3598da3ef73243dde8e5bbfa
|
|
@@ -2,7 +2,8 @@ module Terminalwire::Client
|
|
|
2
2
|
# The handler is the main class that connects to the Terminalwire server and
|
|
3
3
|
# dispatches messages to the appropriate resources.
|
|
4
4
|
class Handler
|
|
5
|
-
|
|
5
|
+
# The version of the Terminalwire client.
|
|
6
|
+
VERSION = Terminalwire::VERSION
|
|
6
7
|
|
|
7
8
|
include Terminalwire::Logging
|
|
8
9
|
|
metadata
CHANGED
|
@@ -1,14 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: terminalwire-client
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.3.0.
|
|
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-
|
|
10
|
+
date: 2025-02-07 00:00:00.000000000 Z
|
|
12
11
|
dependencies:
|
|
13
12
|
- !ruby/object:Gem::Dependency
|
|
14
13
|
name: launchy
|
|
@@ -30,14 +29,14 @@ dependencies:
|
|
|
30
29
|
requirements:
|
|
31
30
|
- - '='
|
|
32
31
|
- !ruby/object:Gem::Version
|
|
33
|
-
version: 0.3.0.
|
|
32
|
+
version: 0.3.0.alpha5
|
|
34
33
|
type: :runtime
|
|
35
34
|
prerelease: false
|
|
36
35
|
version_requirements: !ruby/object:Gem::Requirement
|
|
37
36
|
requirements:
|
|
38
37
|
- - '='
|
|
39
38
|
- !ruby/object:Gem::Version
|
|
40
|
-
version: 0.3.0.
|
|
39
|
+
version: 0.3.0.alpha5
|
|
41
40
|
description: Stream command-line apps from your server without a web API
|
|
42
41
|
email:
|
|
43
42
|
- brad@terminalwire.com
|
|
@@ -65,7 +64,6 @@ metadata:
|
|
|
65
64
|
source_code_uri: https://github.com/terminalwire/ruby/tree/main/terminalwire-client
|
|
66
65
|
changelog_uri: https://github.com/terminalwire/ruby/tags
|
|
67
66
|
funding_uri: https://terminalwire.com/funding
|
|
68
|
-
post_install_message:
|
|
69
67
|
rdoc_options: []
|
|
70
68
|
require_paths:
|
|
71
69
|
- lib
|
|
@@ -80,8 +78,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
80
78
|
- !ruby/object:Gem::Version
|
|
81
79
|
version: '0'
|
|
82
80
|
requirements: []
|
|
83
|
-
rubygems_version: 3.
|
|
84
|
-
signing_key:
|
|
81
|
+
rubygems_version: 3.6.2
|
|
85
82
|
specification_version: 4
|
|
86
83
|
summary: Ship a CLI for your web app. No API required.
|
|
87
84
|
test_files: []
|