czmq-ffi-gen 0.16.1 → 1.1.0.pre1

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.
@@ -135,6 +135,7 @@ module CZMQ
135
135
  attach_function :zcertstore_empty, [:pointer], :void, **opts
136
136
  attach_function :zcertstore_print, [:pointer], :void, **opts
137
137
  attach_function :zcertstore_certs, [:pointer], :pointer, **opts
138
+ attach_function :zcertstore_state, [:pointer], :pointer, **opts
138
139
  attach_function :zcertstore_test, [:bool], :void, **opts
139
140
 
140
141
  require_relative 'ffi/zcertstore'
@@ -307,6 +308,7 @@ module CZMQ
307
308
  attach_function :zframe_eq, [:pointer, :pointer], :bool, **opts
308
309
  attach_function :zframe_reset, [:pointer, :pointer, :size_t], :void, **opts
309
310
  attach_function :zframe_print, [:pointer, :string], :void, **opts
311
+ attach_function :zframe_print_n, [:pointer, :string, :size_t], :void, **opts
310
312
  attach_function :zframe_is, [:pointer], :bool, **opts
311
313
  attach_function :zframe_test, [:bool], :void, **opts
312
314
 
@@ -501,6 +503,7 @@ module CZMQ
501
503
  attach_function :zmsg_encode, [:pointer], :pointer, **opts
502
504
  attach_function :zmsg_dup, [:pointer], :pointer, **opts
503
505
  attach_function :zmsg_print, [:pointer], :void, **opts
506
+ attach_function :zmsg_print_n, [:pointer, :size_t], :void, **opts
504
507
  attach_function :zmsg_eq, [:pointer, :pointer], :bool, **opts
505
508
  attach_function :zmsg_signal, [:pointer], :int, **opts
506
509
  attach_function :zmsg_is, [:pointer], :bool, **opts
@@ -564,6 +567,7 @@ module CZMQ
564
567
  attach_function :zsock_new_dish, [:string], :pointer, **opts
565
568
  attach_function :zsock_new_gather, [:string], :pointer, **opts
566
569
  attach_function :zsock_new_scatter, [:string], :pointer, **opts
570
+ attach_function :zsock_new_dgram, [:string], :pointer, **opts
567
571
  attach_function :zsock_destroy, [:pointer], :void, **opts
568
572
  attach_function :zsock_bind, [:pointer, :string, :varargs], :int, **opts
569
573
  attach_function :zsock_endpoint, [:pointer], :string, **opts
@@ -589,6 +593,27 @@ module CZMQ
589
593
  attach_function :zsock_is, [:pointer], :bool, **opts
590
594
  attach_function :zsock_resolve, [:pointer], :pointer, **opts
591
595
  attach_function :zsock_has_in, [:pointer], :bool, **opts
596
+ attach_function :zsock_priority, [:pointer], :int, **opts
597
+ attach_function :zsock_set_priority, [:pointer, :int], :void, **opts
598
+ attach_function :zsock_reconnect_stop, [:pointer], :int, **opts
599
+ attach_function :zsock_set_reconnect_stop, [:pointer, :int], :void, **opts
600
+ attach_function :zsock_set_only_first_subscribe, [:pointer, :int], :void, **opts
601
+ attach_function :zsock_set_hello_msg, [:pointer, :pointer], :void, **opts
602
+ attach_function :zsock_set_disconnect_msg, [:pointer, :pointer], :void, **opts
603
+ attach_function :zsock_set_wss_trust_system, [:pointer, :int], :void, **opts
604
+ attach_function :zsock_set_wss_hostname, [:pointer, :string], :void, **opts
605
+ attach_function :zsock_set_wss_trust_pem, [:pointer, :string], :void, **opts
606
+ attach_function :zsock_set_wss_cert_pem, [:pointer, :string], :void, **opts
607
+ attach_function :zsock_set_wss_key_pem, [:pointer, :string], :void, **opts
608
+ attach_function :zsock_out_batch_size, [:pointer], :int, **opts
609
+ attach_function :zsock_set_out_batch_size, [:pointer, :int], :void, **opts
610
+ attach_function :zsock_in_batch_size, [:pointer], :int, **opts
611
+ attach_function :zsock_set_in_batch_size, [:pointer, :int], :void, **opts
612
+ attach_function :zsock_socks_password, [:pointer], :pointer, **opts
613
+ attach_function :zsock_set_socks_password, [:pointer, :string], :void, **opts
614
+ attach_function :zsock_socks_username, [:pointer], :pointer, **opts
615
+ attach_function :zsock_set_socks_username, [:pointer, :string], :void, **opts
616
+ attach_function :zsock_set_xpub_manual_last_value, [:pointer, :int], :void, **opts
592
617
  attach_function :zsock_router_notify, [:pointer], :int, **opts
593
618
  attach_function :zsock_set_router_notify, [:pointer, :int], :void, **opts
594
619
  attach_function :zsock_multicast_loop, [:pointer], :int, **opts
@@ -802,6 +827,8 @@ module CZMQ
802
827
  attach_function :zsys_set_thread_priority, [:int], :void, **opts
803
828
  attach_function :zsys_set_thread_name_prefix, [:int], :void, **opts
804
829
  attach_function :zsys_thread_name_prefix, [], :int, **opts
830
+ attach_function :zsys_set_thread_name_prefix_str, [:string], :void, **opts
831
+ attach_function :zsys_thread_name_prefix_str, [], :string, **opts
805
832
  attach_function :zsys_thread_affinity_cpu_add, [:int], :void, **opts
806
833
  attach_function :zsys_thread_affinity_cpu_remove, [:int], :void, **opts
807
834
  attach_function :zsys_set_max_sockets, [:size_t], :void, **opts
@@ -819,12 +846,17 @@ module CZMQ
819
846
  attach_function :zsys_pipehwm, [], :size_t, **opts
820
847
  attach_function :zsys_set_ipv6, [:int], :void, **opts
821
848
  attach_function :zsys_ipv6, [], :int, **opts
849
+ attach_function :zsys_ipv6_available, [], :bool, **opts
822
850
  attach_function :zsys_set_interface, [:string], :void, **opts
823
851
  attach_function :zsys_interface, [], :string, **opts
824
852
  attach_function :zsys_set_ipv6_address, [:string], :void, **opts
825
853
  attach_function :zsys_ipv6_address, [], :string, **opts
826
854
  attach_function :zsys_set_ipv6_mcast_address, [:string], :void, **opts
827
855
  attach_function :zsys_ipv6_mcast_address, [], :string, **opts
856
+ attach_function :zsys_set_ipv4_mcast_address, [:string], :void, **opts
857
+ attach_function :zsys_ipv4_mcast_address, [], :string, **opts
858
+ attach_function :zsys_set_mcast_ttl, [:char], :void, **opts
859
+ attach_function :zsys_mcast_ttl, [], :char, **opts
828
860
  attach_function :zsys_set_auto_use_fd, [:int], :void, **opts
829
861
  attach_function :zsys_auto_use_fd, [], :int, **opts
830
862
  attach_function :zsys_zprintf, [:string, :pointer], :pointer, **opts
@@ -951,6 +983,38 @@ module CZMQ
951
983
  attach_function :zhttp_response_test, [:bool], :void, **opts
952
984
 
953
985
  require_relative 'ffi/zhttp_response'
986
+
987
+ attach_function :zosc_new, [:string], :pointer, **opts
988
+ attach_function :zosc_fromframe, [:pointer], :pointer, **opts
989
+ attach_function :zosc_frommem, [:pointer, :size_t], :pointer, **opts
990
+ attach_function :zosc_create, [:string, :string, :varargs], :pointer, **opts
991
+ attach_function :zosc_destroy, [:pointer], :void, **opts
992
+ attach_function :zosc_size, [:pointer], :size_t, **opts
993
+ attach_function :zosc_data, [:pointer], :pointer, **opts
994
+ attach_function :zosc_address, [:pointer], :string, **opts
995
+ attach_function :zosc_format, [:pointer], :string, **opts
996
+ attach_function :zosc_append, [:pointer, :string, :varargs], :int, **opts
997
+ attach_function :zosc_retr, [:pointer, :string, :varargs], :int, **opts
998
+ attach_function :zosc_dup, [:pointer], :pointer, **opts
999
+ attach_function :zosc_pack, [:pointer], :pointer, **opts
1000
+ attach_function :zosc_packx, [:pointer], :pointer, **opts
1001
+ attach_function :zosc_unpack, [:pointer], :pointer, **opts
1002
+ attach_function :zosc_print, [:pointer], :void, **opts
1003
+ attach_function :zosc_is, [:pointer], :bool, **opts
1004
+ attach_function :zosc_first, [:pointer, :pointer], :pointer, **opts
1005
+ attach_function :zosc_next, [:pointer, :pointer], :pointer, **opts
1006
+ attach_function :zosc_last, [:pointer, :pointer], :pointer, **opts
1007
+ attach_function :zosc_pop_int32, [:pointer, :pointer], :int, **opts
1008
+ attach_function :zosc_pop_int64, [:pointer, :pointer], :int, **opts
1009
+ attach_function :zosc_pop_float, [:pointer, :pointer], :int, **opts
1010
+ attach_function :zosc_pop_double, [:pointer, :pointer], :int, **opts
1011
+ attach_function :zosc_pop_string, [:pointer, :pointer], :int, **opts
1012
+ attach_function :zosc_pop_char, [:pointer, :pointer], :int, **opts
1013
+ attach_function :zosc_pop_bool, [:pointer, :pointer], :int, **opts
1014
+ attach_function :zosc_pop_midi, [:pointer, :pointer], :int, **opts
1015
+ attach_function :zosc_test, [:bool], :void, **opts
1016
+
1017
+ require_relative 'ffi/zosc'
954
1018
  end
955
1019
  end
956
1020
  end
@@ -1,5 +1,5 @@
1
1
  module CZMQ
2
2
  module FFI
3
- GEM_VERSION = "0.16.1"
3
+ GEM_VERSION = "1.1.0.pre1"
4
4
  end
5
5
  end
@@ -3,9 +3,6 @@ module CZMQ
3
3
  # CZMQ library version
4
4
  CZMQ_VERSION = VERSION
5
5
 
6
- # @deprecated Use {CZMQ_VERSION} instead.
7
- LIBRARY_VERSION = CZMQ_VERSION
8
-
9
6
  # ZMQ library version
10
7
  ZMQ_VERSION = LibZMQ::VERSION
11
8
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: czmq-ffi-gen
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.16.1
4
+ version: 1.1.0.pre1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Patrik Wenger
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2019-11-21 00:00:00.000000000 Z
11
+ date: 2022-10-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: ffi
@@ -24,20 +24,6 @@ dependencies:
24
24
  - - "~>"
25
25
  - !ruby/object:Gem::Version
26
26
  version: '1.11'
27
- - !ruby/object:Gem::Dependency
28
- name: bundler
29
- requirement: !ruby/object:Gem::Requirement
30
- requirements:
31
- - - "~>"
32
- - !ruby/object:Gem::Version
33
- version: '2.0'
34
- type: :development
35
- prerelease: false
36
- version_requirements: !ruby/object:Gem::Requirement
37
- requirements:
38
- - - "~>"
39
- - !ruby/object:Gem::Version
40
- version: '2.0'
41
27
  - !ruby/object:Gem::Dependency
42
28
  name: rake
43
29
  requirement: !ruby/object:Gem::Requirement
@@ -58,14 +44,14 @@ dependencies:
58
44
  requirements:
59
45
  - - "~>"
60
46
  - !ruby/object:Gem::Version
61
- version: '3.9'
47
+ version: '3.10'
62
48
  type: :development
63
49
  prerelease: false
64
50
  version_requirements: !ruby/object:Gem::Requirement
65
51
  requirements:
66
52
  - - "~>"
67
53
  - !ruby/object:Gem::Version
68
- version: '3.9'
54
+ version: '3.10'
69
55
  - !ruby/object:Gem::Dependency
70
56
  name: minitest
71
57
  requirement: !ruby/object:Gem::Requirement
@@ -121,6 +107,7 @@ files:
121
107
  - lib/czmq-ffi-gen/czmq/ffi/zlistx.rb
122
108
  - lib/czmq-ffi-gen/czmq/ffi/zloop.rb
123
109
  - lib/czmq-ffi-gen/czmq/ffi/zmsg.rb
110
+ - lib/czmq-ffi-gen/czmq/ffi/zosc.rb
124
111
  - lib/czmq-ffi-gen/czmq/ffi/zpoller.rb
125
112
  - lib/czmq-ffi-gen/czmq/ffi/zproc.rb
126
113
  - lib/czmq-ffi-gen/czmq/ffi/zsock.rb
@@ -136,10 +123,13 @@ files:
136
123
  - lib/czmq-ffi-gen/signals.rb
137
124
  - lib/czmq-ffi-gen/vendor.rb
138
125
  - lib/czmq-ffi-gen/versions.rb
139
- homepage: https://github.com/paddor/czmq-ffi-gen
126
+ homepage: https://rubygems.org/gems/czmq-ffi-gen
140
127
  licenses:
141
128
  - ISC
142
- metadata: {}
129
+ metadata:
130
+ homepage_uri: https://rubygems.org/gems/czmq-ffi-gen
131
+ source_code_uri: https://github.com/paddor/czmq-ffi-gen
132
+ changelog_uri: https://github.com/paddor/czmq-ffi-gen/blob/master/CHANGES.md
143
133
  post_install_message:
144
134
  rdoc_options: []
145
135
  require_paths:
@@ -148,15 +138,15 @@ required_ruby_version: !ruby/object:Gem::Requirement
148
138
  requirements:
149
139
  - - ">="
150
140
  - !ruby/object:Gem::Version
151
- version: '0'
141
+ version: 2.5.0
152
142
  required_rubygems_version: !ruby/object:Gem::Requirement
153
143
  requirements:
154
- - - ">="
144
+ - - ">"
155
145
  - !ruby/object:Gem::Version
156
- version: '0'
146
+ version: 1.3.1
157
147
  requirements: []
158
- rubygems_version: 3.0.3
148
+ rubygems_version: 3.2.33
159
149
  signing_key:
160
150
  specification_version: 4
161
- summary: The low-level Ruby binding for CZMQ (generated using zproject)
151
+ summary: Generated low-level Ruby binding for CZMQ
162
152
  test_files: []