[DRE-commits] [ruby-nio4r] branch master updated (fdba10c -> aae576d)

Hleb Valoshka tsfgnu-guest at moszumanska.debian.org
Fri Jun 26 16:10:32 UTC 2015


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

tsfgnu-guest pushed a change to branch master
in repository ruby-nio4r.

      from  fdba10c   Real first upload to unstable
      adds  b85d862   Imported Upstream version 1.1.0
       new  9f75626   Merge tag 'upstream/1.1.0'
       new  b75d646   Bump Standards-Version to 3.9.6 (no changes)
       new  aae576d   Release to unstable

The 3 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:
 .rspec                                  |   3 +-
 .travis.yml                             |   6 +-
 CHANGES.md                              |  14 +++
 README.md                               |  16 ++-
 checksums.yaml.gz                       | Bin 267 -> 0 bytes
 debian/changelog                        |   8 ++
 debian/control                          |   2 +-
 ext/libev/Changes                       |  33 +++++-
 ext/libev/LICENSE                       |   2 +-
 ext/libev/README                        |   2 +-
 ext/libev/ev.c                          | 180 +++++++++++++++++++++++++-------
 ext/libev/ev.h                          |  10 +-
 ext/libev/ev_epoll.c                    |   5 +-
 ext/libev/ev_kqueue.c                   |   2 +-
 ext/libev/ev_poll.c                     |   2 +-
 ext/libev/ev_vars.h                     |   5 +-
 ext/nio4r/extconf.rb                    |  10 +-
 ext/nio4r/monitor.c                     |  12 +--
 ext/nio4r/nio4r.h                       |   6 +-
 ext/nio4r/selector.c                    |  42 +++++---
 lib/nio.rb                              |   2 +-
 lib/nio/selector.rb                     |   2 +
 lib/nio/version.rb                      |   2 +-
 metadata.yml                            |  18 ++--
 nio4r.gemspec                           |   3 +-
 spec/nio/acceptables_spec.rb            |   4 +-
 spec/nio/monitor_spec.rb                |  44 ++++----
 spec/nio/selectables/ssl_socket_spec.rb |   2 +-
 spec/nio/selectables/tcp_socket_spec.rb |   4 +-
 spec/nio/selector_spec.rb               |  56 +++++-----
 spec/support/selectable_examples.rb     |  21 ++--
 31 files changed, 361 insertions(+), 157 deletions(-)
 delete mode 100644 checksums.yaml.gz

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



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