omq-rs 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,77 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: omq-rs
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: rb_sys
14
+ requirement: !ruby/object:Gem::Requirement
15
+ requirements:
16
+ - - "~>"
17
+ - !ruby/object:Gem::Version
18
+ version: '0.9'
19
+ type: :runtime
20
+ prerelease: false
21
+ version_requirements: !ruby/object:Gem::Requirement
22
+ requirements:
23
+ - - "~>"
24
+ - !ruby/object:Gem::Version
25
+ version: '0.9'
26
+ description: Native Ruby binding for OMQ.rs. Provides brokerless ZeroMQ-compatible
27
+ sockets backed by the memory-safe omq-tokio runtime.
28
+ email:
29
+ - paddor@gmail.com
30
+ executables: []
31
+ extensions:
32
+ - ext/omq_rs_native/extconf.rb
33
+ extra_rdoc_files: []
34
+ files:
35
+ - CHANGELOG.md
36
+ - LICENSE
37
+ - README.md
38
+ - ext/omq_rs_native/Cargo.toml
39
+ - ext/omq_rs_native/build.rs
40
+ - ext/omq_rs_native/extconf.rb
41
+ - ext/omq_rs_native/src/auth.rs
42
+ - ext/omq_rs_native/src/error.rs
43
+ - ext/omq_rs_native/src/lib.rs
44
+ - ext/omq_rs_native/src/notify.rs
45
+ - ext/omq_rs_native/src/options.rs
46
+ - ext/omq_rs_native/src/rb.rs
47
+ - ext/omq_rs_native/src/runtime.rs
48
+ - ext/omq_rs_native/src/socket.rs
49
+ - lib/omq-rs.rb
50
+ - lib/omq/rs.rb
51
+ - lib/omq/rs/socket.rb
52
+ - lib/omq/rs/version.rb
53
+ homepage: https://github.com/paddor/omq.rs/tree/main/bindings/ruby
54
+ licenses:
55
+ - ISC
56
+ metadata:
57
+ source_code_uri: https://github.com/paddor/omq.rs/tree/main/bindings/ruby
58
+ changelog_uri: https://github.com/paddor/omq.rs/tree/main/bindings/ruby/CHANGELOG.md
59
+ rubygems_mfa_required: 'true'
60
+ rdoc_options: []
61
+ require_paths:
62
+ - lib
63
+ required_ruby_version: !ruby/object:Gem::Requirement
64
+ requirements:
65
+ - - ">="
66
+ - !ruby/object:Gem::Version
67
+ version: '3.3'
68
+ required_rubygems_version: !ruby/object:Gem::Requirement
69
+ requirements:
70
+ - - ">="
71
+ - !ruby/object:Gem::Version
72
+ version: 3.3.11
73
+ requirements: []
74
+ rubygems_version: 4.0.16
75
+ specification_version: 4
76
+ summary: Fast Ruby binding for OMQ.rs
77
+ test_files: []