[DRE-commits] [ruby-celluloid-io] branch master updated (90ec825 -> 98d54ba)
Hleb Valoshka
tsfgnu-guest at moszumanska.debian.org
Fri Jun 26 16:09:58 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-celluloid-io.
from 90ec825 Upload to unstable
adds 3c5b8de Imported Upstream version 0.16.2
new 29e8ee3 Merge tag 'upstream/0.16.2'
new 7cc0d06 Update build dependencies
new 7debf6f Patch: Disable bundler, rubygems and coveralls
new 539c968 Patch: Rspec3 compatibility
new 2be07a3 Patch: Add require 'pathname' to spec_helper
new c148530 Patch: Disable DNS and SSL tests
new 2ff3e0f Bump Standards-Version to 3.9.6 (no changes)
new 98d54ba Release to unstable
The 8 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 | 7 +-
.travis.yml | 8 +-
CHANGES.md | 16 +++
celluloid-io.gemspec | 6 +-
checksums.yaml.gz | Bin 269 -> 0 bytes
debian/changelog | 14 +++
debian/control | 6 +-
...01-Disable-bundler-rubygems-and-coveralls.patch | 34 ++++++
debian/patches/0002-Rspec3-compatibility.patch | 132 +++++++++++++++++++++
.../0003-Add-require-pathname-to-spec_helper.patch | 19 +++
.../patches/0004-Disable-DNS-and-SSL-tests.patch | 29 +++++
.../patches/01_disable_bundler_and_rubygems.diff | 24 ----
debian/patches/02_disable_dns_resolver_tests.diff | 70 -----------
debian/patches/series | 6 +-
lib/celluloid/io.rb | 18 +++
lib/celluloid/io/dns_resolver.rb | 23 ++--
lib/celluloid/io/reactor.rb | 12 +-
lib/celluloid/io/ssl_socket.rb | 1 +
lib/celluloid/io/stream.rb | 9 +-
lib/celluloid/io/tcp_server.rb | 6 +-
lib/celluloid/io/tcp_socket.rb | 15 +--
lib/celluloid/io/udp_socket.rb | 6 +-
lib/celluloid/io/version.rb | 2 +-
metadata.yml | 62 +++++-----
spec/celluloid/io/dns_resolver_spec.rb | 14 ++-
spec/celluloid/io/reactor_spec.rb | 38 ++++++
spec/celluloid/io/tcp_server_spec.rb | 2 +-
spec/celluloid/io/tcp_socket_spec.rb | 27 +++++
spec/celluloid/io_spec.rb | 21 ++++
29 files changed, 456 insertions(+), 171 deletions(-)
delete mode 100644 checksums.yaml.gz
create mode 100644 debian/patches/0001-Disable-bundler-rubygems-and-coveralls.patch
create mode 100644 debian/patches/0002-Rspec3-compatibility.patch
create mode 100644 debian/patches/0003-Add-require-pathname-to-spec_helper.patch
create mode 100644 debian/patches/0004-Disable-DNS-and-SSL-tests.patch
delete mode 100644 debian/patches/01_disable_bundler_and_rubygems.diff
delete mode 100644 debian/patches/02_disable_dns_resolver_tests.diff
create mode 100644 spec/celluloid/io/reactor_spec.rb
create mode 100644 spec/celluloid/io_spec.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