[DRE-commits] [ruby-ffi-rzmq] 01/04: Merge tag 'upstream/2.0.1'

Cédric Boutillier boutil at moszumanska.debian.org
Mon Mar 31 15:51:10 UTC 2014


This is an automated email from the git hooks/post-receive script.

boutil pushed a commit to branch master
in repository ruby-ffi-rzmq.

commit c96ce023cb699193da78b1976a72bb110e61931c
Merge: 57b53e9 ca142a3
Author: Cédric Boutillier <boutil at debian.org>
Date:   Thu Mar 20 14:42:20 2014 +0100

    Merge tag 'upstream/2.0.1'
    
    Upstream version 2.0.1
    
    # gpg: Signature faite le jeu. 20 mars 2014 14:42:20 CET
    # gpg:                avec la clef RSA 0xDA4958F611E149E9
    # gpg: Bonne signature de « Cédric Boutillier <boutil at debian.org> »
    # gpg:                 alias « Cédric Boutillier <cedric.boutillier at gmail.com> »
    # gpg:                 alias « Cédric Boutillier <cedric.boutillier at upmc.fr> »
    # gpg:                 alias « Cédric Boutillier <cedric.boutillier at polytechnique.org> »

 .travis.yml                                    |   2 +-
 AUTHORS.txt                                    |   6 +-
 History.txt                                    |  24 ++
 README.rdoc                                    |   6 +-
 checksums.yaml.gz                              | Bin 0 -> 268 bytes
 examples/README.rdoc                           |   4 +-
 examples/{v3api => }/latency_measurement.rb    |   3 +-
 examples/{v3api => }/local_lat.rb              |   2 +-
 examples/{v3api => }/local_lat_poll.rb         |   8 +-
 examples/{v3api => }/local_throughput.rb       |   2 +-
 examples/{v3api => }/pub.rb                    |   2 +-
 examples/{v2api => }/publish_subscribe.rb      |   4 +-
 examples/{v2api => }/remote_lat.rb             |   2 +-
 examples/{v3api => }/remote_throughput.rb      |   7 +-
 examples/repreq_over_curve.rb                  |  60 ++++
 examples/{v3api => }/reqrep_poll.rb            |   7 +-
 examples/{v3api => }/request_response.rb       |   3 +-
 examples/{v3api => }/sub.rb                    |   3 +-
 examples/{v3api => }/throughput_measurement.rb |   2 +-
 examples/v2api/latency_measurement.rb          | 139 ---------
 examples/v2api/local_lat.rb                    |  58 ----
 examples/v2api/local_lat_poll.rb               |  66 ----
 examples/v2api/local_throughput.rb             |  58 ----
 examples/v2api/pub.rb                          |  46 ---
 examples/v2api/remote_throughput.rb            |  39 ---
 examples/v2api/reqrep_poll.rb                  |  62 ----
 examples/v2api/request_response.rb             |  40 ---
 examples/v2api/sub.rb                          |  74 -----
 examples/v2api/throughput_measurement.rb       | 138 ---------
 examples/v2api/xreqxrep_poll.rb                |  93 ------
 examples/v3api/publish_subscribe.rb            |  82 -----
 examples/v3api/remote_lat.rb                   |  71 -----
 examples/{v3api => }/xreqxrep_poll.rb          |  13 +-
 ffi-rzmq.gemspec                               |   8 +-
 lib/ffi-rzmq.rb                                |   5 +-
 lib/ffi-rzmq/constants.rb                      | 187 -----------
 lib/ffi-rzmq/context.rb                        |  78 ++---
 lib/ffi-rzmq/device.rb                         |  12 +-
 lib/ffi-rzmq/exceptions.rb                     |   3 +
 lib/ffi-rzmq/libc.rb                           |  19 --
 lib/ffi-rzmq/libzmq.rb                         | 283 -----------------
 lib/ffi-rzmq/message.rb                        |  54 ++--
 lib/ffi-rzmq/poll.rb                           |  21 +-
 lib/ffi-rzmq/socket.rb                         | 414 ++++++++-----------------
 lib/ffi-rzmq/util.rb                           |  64 ++--
 lib/ffi-rzmq/version.rb                        |   2 +-
 metadata.yml                                   | 184 +++++------
 spec/context_spec.rb                           |  11 +-
 spec/device_spec.rb                            |  19 +-
 spec/nonblocking_recv_spec.rb                  |  14 +-
 spec/pushpull_spec.rb                          |  15 +-
 spec/reqrep_spec.rb                            |  12 +-
 spec/socket_spec.rb                            | 173 +++--------
 spec/spec_helper.rb                            |  14 +-
 spec/util_spec.rb                              |  28 ++
 55 files changed, 540 insertions(+), 2206 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-ffi-rzmq.git



More information about the Pkg-ruby-extras-commits mailing list