[DRE-commits] [ruby-nio4r] branch master updated (7916ce6 -> 00de52d)
Joost van Baal
joostvb at moszumanska.debian.org
Sat May 7 11:40:35 UTC 2016
This is an automated email from the git hooks/post-receive script.
joostvb pushed a change to branch master
in repository ruby-nio4r.
from 7916ce6 Run wrap-and-sort on packaging files
adds ae822e5 Imported Upstream version 1.2.1
new 00de52d Merge tag 'upstream/1.2.1'
The 1 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:
.rubocop.yml | 61 ++++
.rubocop_todo.yml | 35 +++
.travis.yml | 12 +-
CHANGES.md | 18 ++
Gemfile | 16 +-
README.md | 14 +-
Rakefile | 2 +-
examples/echo_server.rb | 13 +-
ext/libev/Changes | 17 +-
ext/libev/ev.c | 480 ++++++++++++++++++++++----------
ext/libev/ev.h | 21 +-
ext/libev/ev_epoll.c | 4 +-
ext/libev/ev_win32.c | 5 +-
ext/nio4r/extconf.rb | 57 ++--
ext/nio4r/monitor.c | 40 ++-
ext/nio4r/org/nio4r/Nio4r.java | 42 ++-
ext/nio4r/selector.c | 11 +
lib/nio.rb | 30 +-
lib/nio/monitor.rb | 22 +-
lib/nio/selector.rb | 29 +-
lib/nio/version.rb | 4 +-
metadata.yml | 145 ----------
nio4r.gemspec | 7 +-
spec/nio/acceptables_spec.rb | 6 +-
spec/nio/monitor_spec.rb | 60 +++-
spec/nio/selectables/pipe_spec.rb | 10 +-
spec/nio/selectables/ssl_socket_spec.rb | 24 +-
spec/nio/selectables/tcp_socket_spec.rb | 16 +-
spec/nio/selectables/udp_socket_spec.rb | 12 +-
spec/nio/selector_spec.rb | 25 +-
spec/spec_helper.rb | 12 +-
spec/support/selectable_examples.rb | 10 +-
tasks/extension.rake | 14 +-
tasks/rspec.rake | 4 +-
tasks/rubocop.rake | 3 +
35 files changed, 821 insertions(+), 460 deletions(-)
create mode 100644 .rubocop.yml
create mode 100644 .rubocop_todo.yml
delete mode 100644 metadata.yml
create mode 100644 tasks/rubocop.rake
--
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