[DRE-commits] [ruby-listen] branch master updated (4e70037 -> e50a937)

Daisuke Higuchi dai at moszumanska.debian.org
Sun Nov 26 15:36:01 UTC 2017


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

dai pushed a change to branch master
in repository ruby-listen.

      from  4e70037   Run wrap-and-sort on packaging files
      adds  020087e   New upstream version 3.0.5
       new  7280a13   Update upstream source from tag 'upstream/3.0.5'
      adds  c89551d   New upstream version 3.0.6
       new  8ece444   Update upstream source from tag 'upstream/3.0.6'
      adds  f679458   New upstream version 3.0.7
       new  17eac92   Update upstream source from tag 'upstream/3.0.7'
      adds  9135b7e   New upstream version 3.0.8
       new  8271f3a   Update upstream source from tag 'upstream/3.0.8'
      adds  564d4de   New upstream version 3.1.0
       new  f2bacfe   Update upstream source from tag 'upstream/3.1.0'
      adds  ec41e90   New upstream version 3.1.1
       new  76eec89   Update upstream source from tag 'upstream/3.1.1'
      adds  aee8be4   New upstream version 3.1.2
       new  f1e0b20   Update upstream source from tag 'upstream/3.1.2'
      adds  b69ab42   New upstream version 3.1.3
       new  f3898a8   Update upstream source from tag 'upstream/3.1.3'
      adds  d9d8978   New upstream version 3.1.4
       new  9c00629   Update upstream source from tag 'upstream/3.1.4'
      adds  6b128c3   New upstream version 3.1.5
       new  6d63f7e   Update upstream source from tag 'upstream/3.1.5'
       new  9cbdae5   refresh patches
       new  2cefae2   more remove OSX deps.
       new  7d5b8e3   new patch.
       new  3858bc0   Bump Standards-Versio to 4.1.1 (no changes needed)
       new  dad94c0   Bump debhelper compatibility level to 10
       new  978ece8   Support autopkgtest-pkg-ruby.
       new  e50a937   update debian/changelog

The 17 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                                       |   4 +-
 .rubocop_todo.yml                                  |  33 --
 .travis.yml                                        |  12 +-
 Gemfile                                            |   2 +-
 README.md                                          |  74 ++--
 debian/changelog                                   |  20 +
 debian/compat                                      |   2 +-
 debian/control                                     |   5 +-
 .../0001-Remove-OSX-specific-dependency.patch      |  34 +-
 debian/patches/0002-gemspec-skip-git-usage.patch   |  12 +-
 .../0003-fix-listener-test-in-ruby2_3.patch        |  20 -
 debian/patches/0004-disable-ruby_dep.patch         |  44 ++
 debian/patches/series                              |   2 +-
 debian/tests/control                               |   3 +
 debian/tests/run-test                              |   7 +
 lib/listen.rb                                      |  10 +-
 lib/listen/adapter.rb                              |  52 +--
 lib/listen/adapter/base.rb                         |  17 +-
 lib/listen/adapter/bsd.rb                          |   6 +-
 lib/listen/adapter/config.rb                       |   3 +
 lib/listen/adapter/darwin.rb                       |  71 ++-
 lib/listen/adapter/linux.rb                        |  16 +-
 lib/listen/adapter/polling.rb                      |   2 +-
 lib/listen/adapter/windows.rb                      |  11 +-
 lib/listen/backend.rb                              |  17 +-
 lib/listen/change.rb                               |  18 +-
 lib/listen/directory.rb                            |  33 +-
 lib/listen/event/config.rb                         |   8 +-
 lib/listen/event/queue.rb                          |  13 +-
 lib/listen/file.rb                                 |   2 +-
 lib/listen/fsm.rb                                  |   3 +-
 lib/listen/internals/thread_pool.rb                |  10 +-
 lib/listen/listener.rb                             |   7 +-
 lib/listen/listener/config.rb                      |  10 +-
 lib/listen/queue_optimizer.rb                      |   8 +-
 lib/listen/record.rb                               |   4 +-
 lib/listen/record/entry.rb                         |  17 +-
 lib/listen/record/symlink_detector.rb              |   6 +-
 lib/listen/silencer.rb                             |   4 +-
 lib/listen/version.rb                              |   2 +-
 listen.gemspec                                     |  21 +-
 spec/acceptance/listen_spec.rb                     |   1 -
 spec/lib/listen/adapter/base_spec.rb               |   1 -
 spec/lib/listen/adapter/config_spec.rb             |  17 +-
 spec/lib/listen/adapter/darwin_spec.rb             |  34 +-
 spec/lib/listen/adapter/linux_spec.rb              |  42 +-
 spec/lib/listen/adapter_spec.rb                    |   1 -
 spec/lib/listen/backend_spec.rb                    |   2 +-
 spec/lib/listen/change_spec.rb                     |   1 -
 spec/lib/listen/directory_spec.rb                  |  56 ++-
 spec/lib/listen/event/loop_spec.rb                 |   2 +-
 spec/lib/listen/event/processor_spec.rb            |   4 +-
 spec/lib/listen/file_spec.rb                       |  34 +-
 spec/lib/listen/listener/config_spec.rb            |   2 +-
 spec/lib/listen/listener_spec.rb                   |  76 +++-
 spec/lib/listen/record_spec.rb                     |  10 +-
 spec/lib/listen/silencer_spec.rb                   |   4 +-
 spec/support/acceptance_helper.rb                  |  19 +-
 vendor/hound/config/style_guides/ruby.yml          | 480 ++++++++++-----------
 59 files changed, 823 insertions(+), 608 deletions(-)
 delete mode 100644 .rubocop_todo.yml
 delete mode 100644 debian/patches/0003-fix-listener-test-in-ruby2_3.patch
 create mode 100644 debian/patches/0004-disable-ruby_dep.patch
 create mode 100644 debian/tests/control
 create mode 100644 debian/tests/run-test

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



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