[DRE-commits] [ruby-celluloid-io] branch master updated (93db82c -> 155afd7)

Sruthi Chandran srud-guest at moszumanska.debian.org
Sat Sep 30 10:23:37 UTC 2017


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

srud-guest pushed a change to branch master
in repository ruby-celluloid-io.

      from  93db82c   bump standards
      adds  0aa990a   New upstream version 0.17.3
       new  82adbb9   Updated version 0.17.3 from 'upstream/0.17.3'
       new  d2fdc7e   Update Standards version
       new  a6cb659   Update changelog
       new  b41eec0   Refresh patches, deletes patches already applied upstream
       new  3abd4a5   Use culture/ from celluloid
       new  155afd7   Update changelog

The 6 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .env-ci                                            |   4 +
 .env-dev                                           |   4 +
 .gitmodules                                        |   3 +
 .rubocop.yml                                       |   2 +
 .travis.yml                                        |  35 +++-
 CHANGES.md                                         |  71 +++++--
 Gemfile                                            |   6 +-
 Guardfile                                          |   4 +-
 Rakefile                                           |   6 +-
 benchmarks/actor.rb                                |   7 +-
 celluloid-io.gemspec                               |  21 +--
 debian/changelog                                   |  10 +
 debian/control                                     |   2 +-
 ...01-Disable-bundler-rubygems-and-coveralls.patch |  26 +--
 debian/patches/0002-Rspec3-compatibility.patch     | 132 -------------
 .../0003-Add-require-pathname-to-spec_helper.patch |  12 +-
 .../patches/0004-Disable-DNS-and-SSL-tests.patch   |   8 +-
 .../0005-udpsocket_recvfrom_nonblock_numeric.patch |  23 ---
 debian/patches/series                              |   2 -
 debian/rules                                       |   6 +-
 examples/echo_client.rb                            |   7 +-
 examples/echo_server.rb                            |   4 +-
 examples/echo_unix_client.rb                       |   5 +-
 examples/echo_unix_server.rb                       |   5 +-
 lib/celluloid/io.rb                                |  31 +--
 lib/celluloid/io/dns_resolver.rb                   |  24 ++-
 lib/celluloid/io/mailbox.rb                        |   2 +-
 lib/celluloid/io/reactor.rb                        |  14 +-
 lib/celluloid/io/socket.rb                         |  80 ++++++++
 lib/celluloid/io/ssl_server.rb                     |   8 +-
 lib/celluloid/io/ssl_socket.rb                     |  24 ++-
 lib/celluloid/io/stream.rb                         |   9 +-
 lib/celluloid/io/tcp_server.rb                     |  45 +++--
 lib/celluloid/io/tcp_socket.rb                     | 120 +++++++-----
 lib/celluloid/io/udp_socket.rb                     |  33 +++-
 lib/celluloid/io/unix_server.rb                    |  36 +++-
 lib/celluloid/io/unix_socket.rb                    |  22 +--
 lib/celluloid/io/version.rb                        |   2 +-
 metadata.yml                                       | 210 ---------------------
 spec/celluloid/io/actor_spec.rb                    |  59 +++++-
 spec/celluloid/io/dns_resolver_spec.rb             |  24 +--
 spec/celluloid/io/mailbox_spec.rb                  |   4 +-
 spec/celluloid/io/reactor_spec.rb                  |  23 +--
 spec/celluloid/io/socket_spec.rb                   | 173 +++++++++++++++++
 spec/celluloid/io/ssl_server_spec.rb               |  42 ++---
 spec/celluloid/io/ssl_socket_spec.rb               | 123 +++++++-----
 spec/celluloid/io/tcp_server_spec.rb               |  56 ++++--
 spec/celluloid/io/tcp_socket_spec.rb               | 132 +++++++------
 spec/celluloid/io/udp_socket_spec.rb               |  15 +-
 spec/celluloid/io/unix_server_spec.rb              |  34 ++--
 spec/celluloid/io/unix_socket_spec.rb              | 109 +++++++----
 spec/celluloid/io_spec.rb                          |  10 +-
 spec/spec_helper.rb                                | 109 +----------
 spec/support/examples/classes.rb                   |  12 ++
 spec/support/examples/methods.rb                   |  90 +++++++++
 55 files changed, 1145 insertions(+), 935 deletions(-)
 create mode 100644 .env-ci
 create mode 100644 .env-dev
 create mode 100644 .gitmodules
 create mode 100644 .rubocop.yml
 delete mode 100644 debian/patches/0002-Rspec3-compatibility.patch
 delete mode 100644 debian/patches/0005-udpsocket_recvfrom_nonblock_numeric.patch
 create mode 100644 lib/celluloid/io/socket.rb
 delete mode 100644 metadata.yml
 create mode 100644 spec/celluloid/io/socket_spec.rb
 create mode 100644 spec/support/examples/classes.rb
 create mode 100644 spec/support/examples/methods.rb

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



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