omq-draft 0.1.0

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.
metadata ADDED
@@ -0,0 +1,80 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: omq-draft
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.1.0
5
+ platform: ruby
6
+ authors:
7
+ - Patrik Wenger
8
+ bindir: bin
9
+ cert_chain: []
10
+ date: 1980-01-02 00:00:00.000000000 Z
11
+ dependencies:
12
+ - !ruby/object:Gem::Dependency
13
+ name: omq
14
+ requirement: !ruby/object:Gem::Requirement
15
+ requirements:
16
+ - - ">="
17
+ - !ruby/object:Gem::Version
18
+ version: '0.12'
19
+ type: :runtime
20
+ prerelease: false
21
+ version_requirements: !ruby/object:Gem::Requirement
22
+ requirements:
23
+ - - ">="
24
+ - !ruby/object:Gem::Version
25
+ version: '0.12'
26
+ description: 'Pluggable draft socket types for the OMQ pure-Ruby ZeroMQ library. Implements
27
+ ZeroMQ draft RFCs: RADIO/DISH with UDP transport, CLIENT/SERVER, SCATTER/GATHER,
28
+ CHANNEL, and PEER.'
29
+ email:
30
+ - paddor@gmail.com
31
+ executables: []
32
+ extensions: []
33
+ extra_rdoc_files: []
34
+ files:
35
+ - LICENSE
36
+ - README.md
37
+ - lib/omq/channel.rb
38
+ - lib/omq/client_server.rb
39
+ - lib/omq/draft/channel.rb
40
+ - lib/omq/draft/clientserver.rb
41
+ - lib/omq/draft/p2p.rb
42
+ - lib/omq/draft/radiodish.rb
43
+ - lib/omq/draft/scattergather.rb
44
+ - lib/omq/draft/version.rb
45
+ - lib/omq/peer.rb
46
+ - lib/omq/radio_dish.rb
47
+ - lib/omq/routing/channel.rb
48
+ - lib/omq/routing/client.rb
49
+ - lib/omq/routing/dish.rb
50
+ - lib/omq/routing/gather.rb
51
+ - lib/omq/routing/peer.rb
52
+ - lib/omq/routing/radio.rb
53
+ - lib/omq/routing/scatter.rb
54
+ - lib/omq/routing/server.rb
55
+ - lib/omq/scatter_gather.rb
56
+ - lib/omq/single_frame.rb
57
+ - lib/omq/transport/udp.rb
58
+ homepage: https://github.com/paddor/omq-draft
59
+ licenses:
60
+ - ISC
61
+ metadata: {}
62
+ rdoc_options: []
63
+ require_paths:
64
+ - lib
65
+ required_ruby_version: !ruby/object:Gem::Requirement
66
+ requirements:
67
+ - - ">="
68
+ - !ruby/object:Gem::Version
69
+ version: '3.3'
70
+ required_rubygems_version: !ruby/object:Gem::Requirement
71
+ requirements:
72
+ - - ">="
73
+ - !ruby/object:Gem::Version
74
+ version: '0'
75
+ requirements: []
76
+ rubygems_version: 4.0.6
77
+ specification_version: 4
78
+ summary: Draft ZMQ socket types for OMQ — RADIO/DISH/UDP, CLIENT/SERVER, SCATTER/GATHER,
79
+ CHANNEL, PEER
80
+ test_files: []