czmq-ffi-gen 0.9.3-x64-mingw32 → 0.9.4-x64-mingw32
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 +4 -4
- data/CHANGES.md +5 -0
- data/lib/czmq-ffi-gen/czmq/ffi.rb +1 -1
- data/lib/czmq-ffi-gen/czmq/ffi/zsock.rb +2 -2
- data/lib/czmq-ffi-gen/gem_version.rb +1 -1
- data/vendor/local/bin/inproc_lat.exe +0 -0
- data/vendor/local/bin/inproc_thr.exe +0 -0
- data/vendor/local/bin/libczmq.dll +0 -0
- data/vendor/local/bin/libzmq.dll +0 -0
- data/vendor/local/bin/local_lat.exe +0 -0
- data/vendor/local/bin/local_thr.exe +0 -0
- data/vendor/local/bin/remote_lat.exe +0 -0
- data/vendor/local/bin/remote_thr.exe +0 -0
- data/vendor/local/lib/libczmq.dll.a +0 -0
- data/vendor/local/lib/liblibzmq.dll.a +0 -0
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 3fd4f13262da52b2fe3cef44be91e1f29b575c12
|
4
|
+
data.tar.gz: 21a93151aeb8faa8bdf738e14c3aa9a41ed7e914
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 22f1b73d390e97b052d3a8f2e874197397f203b7c538a0a9a0a21b8d19cf28324b40f2f2c0da72cde3649cb19ef234a7d4f2090d106997c9066dd25a5e92576e
|
7
|
+
data.tar.gz: 2cb03f1af5fd290ceb88f526ceb1ef1c5dfe568e0ea12ee86527faad333c25370d7f8d99aa09d5c6b06b9431d44a3d2c1d385ac934fe5034915539877d669577
|
data/CHANGES.md
CHANGED
@@ -991,7 +991,7 @@ module CZMQ
|
|
991
991
|
attach_function :zsock_tcp_accept_filter, [:pointer], :pointer, **opts
|
992
992
|
attach_function :zsock_set_tcp_accept_filter, [:pointer, :string], :void, **opts
|
993
993
|
attach_function :zsock_rcvmore, [:pointer], :int, **opts
|
994
|
-
attach_function :zsock_fd, [:pointer], :
|
994
|
+
attach_function :zsock_fd, [:pointer], (::FFI::Platform.unix? ? :int : :uint64_t), **opts
|
995
995
|
attach_function :zsock_events, [:pointer], :int, **opts
|
996
996
|
attach_function :zsock_last_endpoint, [:pointer], :pointer, **opts
|
997
997
|
attach_function :zsock_test, [:bool], :void, **opts
|
@@ -3391,7 +3391,7 @@ module CZMQ
|
|
3391
3391
|
|
3392
3392
|
# Get socket option `fd`.
|
3393
3393
|
#
|
3394
|
-
# @return [
|
3394
|
+
# @return [Integer or FFI::Pointer]
|
3395
3395
|
def fd()
|
3396
3396
|
raise DestroyedError unless @ptr
|
3397
3397
|
self_p = @ptr
|
@@ -3405,7 +3405,7 @@ module CZMQ
|
|
3405
3405
|
#
|
3406
3406
|
# @param self_p [CZMQ::Zsock, #__ptr, ::FFI::Pointer, nil]
|
3407
3407
|
# object reference to use this method on
|
3408
|
-
# @return [
|
3408
|
+
# @return [Integer or FFI::Pointer]
|
3409
3409
|
def self.fd(self_p)
|
3410
3410
|
self_p = self_p.__ptr if self_p.respond_to?(:__ptr)
|
3411
3411
|
result = ::CZMQ::FFI.zsock_fd(self_p)
|
Binary file
|
Binary file
|
Binary file
|
data/vendor/local/bin/libzmq.dll
CHANGED
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
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.9.
|
4
|
+
version: 0.9.4
|
5
5
|
platform: x64-mingw32
|
6
6
|
authors:
|
7
7
|
- Patrik Wenger
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2016-09-
|
11
|
+
date: 2016-09-22 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: ffi
|