tcp_messenger 0.0.0 → 0.0.1
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 +5 -5
- metadata +6 -6
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
|
-
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
2
|
+
SHA256:
|
|
3
|
+
metadata.gz: bf7b89365f98f5bc454fd4cc39297c2e5a9065fa5611b186f75a804fcdaddb83
|
|
4
|
+
data.tar.gz: 3f34e009684ceb51a6eb4ae395469ca8ee2efb467fb0b5f50b33416ba85f3a83
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ce599857dc49fe225ab8d8cf3297fd0df274885ab707e7f6c7d0eb7b2e37d9310ada7f682c38de60b437199ae2fa4b792127d1e4ee76dbf8b25d2a8fbacf5cd4
|
|
7
|
+
data.tar.gz: 126d6e83e65da8a569fc3b1f990d5ad09b1b581632e2dfca7492c0e50ad90d40a9aedc8f971e15d24160b160048cf8a34aff83b40f07018815e0e455986e847a
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: tcp_messenger
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Rob Fors
|
|
@@ -14,16 +14,16 @@ dependencies:
|
|
|
14
14
|
name: quack_concurrency
|
|
15
15
|
requirement: !ruby/object:Gem::Requirement
|
|
16
16
|
requirements:
|
|
17
|
-
- -
|
|
17
|
+
- - "~>"
|
|
18
18
|
- !ruby/object:Gem::Version
|
|
19
|
-
version: 0.
|
|
19
|
+
version: '0.5'
|
|
20
20
|
type: :runtime
|
|
21
21
|
prerelease: false
|
|
22
22
|
version_requirements: !ruby/object:Gem::Requirement
|
|
23
23
|
requirements:
|
|
24
|
-
- -
|
|
24
|
+
- - "~>"
|
|
25
25
|
- !ruby/object:Gem::Version
|
|
26
|
-
version: 0.
|
|
26
|
+
version: '0.5'
|
|
27
27
|
description: Simple library to open/accept TCP connections and send/receive messages
|
|
28
28
|
of strings over the connection.
|
|
29
29
|
email: mail@robfors.com
|
|
@@ -59,7 +59,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
59
59
|
version: '0'
|
|
60
60
|
requirements: []
|
|
61
61
|
rubyforge_project:
|
|
62
|
-
rubygems_version: 2.
|
|
62
|
+
rubygems_version: 2.7.7
|
|
63
63
|
signing_key:
|
|
64
64
|
specification_version: 4
|
|
65
65
|
summary: Send messages over TCP connection.
|