czmq-ffi-gen 0.12.0 → 0.13.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.
@@ -1015,10 +1015,6 @@ module CZMQ
1015
1015
  attach_function :zsock_set_ipv6, [:pointer, :int], :void, **opts
1016
1016
  attach_function :zsock_immediate, [:pointer], :int, **opts
1017
1017
  attach_function :zsock_set_immediate, [:pointer, :int], :void, **opts
1018
- attach_function :zsock_set_router_raw, [:pointer, :int], :void, **opts
1019
- attach_function :zsock_ipv4only, [:pointer], :int, **opts
1020
- attach_function :zsock_set_ipv4only, [:pointer, :int], :void, **opts
1021
- attach_function :zsock_set_delay_attach_on_connect, [:pointer, :int], :void, **opts
1022
1018
  attach_function :zsock_type, [:pointer], :int, **opts
1023
1019
  attach_function :zsock_sndhwm, [:pointer], :int, **opts
1024
1020
  attach_function :zsock_set_sndhwm, [:pointer, :int], :void, **opts
@@ -1066,9 +1062,13 @@ module CZMQ
1066
1062
  attach_function :zsock_tcp_accept_filter, [:pointer], :pointer, **opts
1067
1063
  attach_function :zsock_set_tcp_accept_filter, [:pointer, :string], :void, **opts
1068
1064
  attach_function :zsock_rcvmore, [:pointer], :int, **opts
1069
- attach_function :zsock_fd, [:pointer], (::FFI::Platform.unix? ? :int : :uint64_t), **opts
1065
+ attach_function :zsock_fd, [:pointer], (::FFI::Platform.unix? ? :int : :uint64), **opts
1070
1066
  attach_function :zsock_events, [:pointer], :int, **opts
1071
1067
  attach_function :zsock_last_endpoint, [:pointer], :pointer, **opts
1068
+ attach_function :zsock_set_router_raw, [:pointer, :int], :void, **opts
1069
+ attach_function :zsock_ipv4only, [:pointer], :int, **opts
1070
+ attach_function :zsock_set_ipv4only, [:pointer, :int], :void, **opts
1071
+ attach_function :zsock_set_delay_attach_on_connect, [:pointer, :int], :void, **opts
1072
1072
  attach_function :zsock_test, [:bool], :void, **opts
1073
1073
 
1074
1074
  require_relative 'ffi/zsock'
@@ -1,5 +1,5 @@
1
1
  module CZMQ
2
2
  module FFI
3
- GEM_VERSION = "0.12.0"
3
+ GEM_VERSION = "0.13.0"
4
4
  end
5
5
  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.12.0
4
+ version: 0.13.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Patrik Wenger
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2016-11-05 00:00:00.000000000 Z
11
+ date: 2017-01-01 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: ffi