[DRE-commits] [ruby-beaneater] branch master updated (1ed7cdf -> 5a9f74c)

Apollon Oikonomopoulos apoikos at moszumanska.debian.org
Fri Jul 10 11:52:36 UTC 2015


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

apoikos pushed a change to branch master
in repository ruby-beaneater.

      from  1ed7cdf   Release 0.3.3-1
      adds  b267527   Imported Upstream version 1.0.0
       new  073f3e7   Merge tag 'upstream/1.0.0'
       new  e43c91f   Remove pool tests
       new  c93db20   B-D on ruby-minitest
       new  5a9f74c   Release 1.0.0-1

The 4 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:
 CHANGELOG.md                       |   7 +-
 README.md                          |  56 +++++++----
 debian/changelog                   |  10 ++
 debian/control                     |   2 +-
 debian/ruby-test-files.yaml        |   1 -
 debian/ruby-test-files.yaml.dep8   |   2 -
 examples/demo.rb                   |   3 +-
 lib/beaneater.rb                   |  59 +++++++++++-
 lib/beaneater/configuration.rb     |   4 +-
 lib/beaneater/connection.rb        | 149 +++++++++++++++++++++++------
 lib/beaneater/errors.rb            |   2 +-
 lib/beaneater/job/collection.rb    |  93 +++++++++++--------
 lib/beaneater/job/record.rb        |  54 +++++------
 lib/beaneater/pool.rb              | 166 ---------------------------------
 lib/beaneater/pool_command.rb      |  79 ----------------
 lib/beaneater/stats.rb             |  33 ++++++-
 lib/beaneater/stats/fast_struct.rb |   2 +-
 lib/beaneater/stats/stat_struct.rb |  10 +-
 lib/beaneater/tube/collection.rb   |  93 +++++++++++++------
 lib/beaneater/tube/record.rb       |  62 ++++++++-----
 lib/beaneater/version.rb           |   6 +-
 metadata.yml                       |  10 +-
 test/beaneater_test.rb             |   8 +-
 test/connection_test.rb            |  38 +++++++-
 test/job_test.rb                   |  10 +-
 test/jobs_test.rb                  |  52 +++--------
 test/pool_command_test.rb          |  90 ------------------
 test/pool_test.rb                  | 185 -------------------------------------
 test/prompt_regexp_test.rb         |   7 +-
 test/stat_struct_test.rb           |  10 ++
 test/stats_test.rb                 |  14 +--
 test/test_helper.rb                |  36 ++++++--
 test/tube_test.rb                  |  29 ++----
 test/tubes_test.rb                 | 113 +++++++++++-----------
 34 files changed, 641 insertions(+), 854 deletions(-)
 delete mode 100644 lib/beaneater/pool.rb
 delete mode 100644 lib/beaneater/pool_command.rb
 delete mode 100644 test/pool_command_test.rb
 delete mode 100644 test/pool_test.rb

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



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