[DRE-commits] [ruby-eye] branch master updated (5910a69 -> 9a3aa7c)

Praveen Arimbrathodiyil praveen at moszumanska.debian.org
Tue Oct 27 20:44:38 UTC 2015


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

praveen pushed a change to branch master
in repository ruby-eye.

      from  5910a69   upload to experimental
      adds  c1bdcda   Imported Upstream version 0.7
       new  ae136b8   Merge tag 'upstream/0.7'
       new  b69d07b   update changelog
       new  b88a96b   check gemspec deps
       new  95adb93   update sigar version
       new  9a3aa7c   update runtime dep too

The 5 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:
 .travis.yml                       |  2 +-
 CHANGES.md                        | 12 ++++++++++--
 README.md                         |  5 +++++
 debian/changelog                  |  8 ++++++++
 debian/control                    |  4 ++--
 debian/rules                      |  2 +-
 examples/delayed_job.eye          |  2 +-
 examples/dependency.eye           |  2 +-
 examples/plugin/plugin.rb         |  2 +-
 examples/process_thin.rb          |  3 ++-
 examples/processes/forking.rb     |  8 ++++++--
 examples/processes/sample.rb      |  8 ++++----
 examples/syslog.eye               | 15 +++++++++++++++
 examples/test.eye                 |  3 +++
 examples/thin-farm.eye            |  4 ++--
 examples/unicorn.eye              |  2 +-
 eye.gemspec                       |  2 +-
 lib/eye.rb                        |  2 +-
 lib/eye/application.rb            | 13 +++----------
 lib/eye/checker.rb                |  3 ++-
 lib/eye/checker/children_count.rb |  8 +-------
 lib/eye/checker/file_touched.rb   |  2 +-
 lib/eye/checker/http.rb           |  5 ++---
 lib/eye/checker/ssl_socket.rb     | 28 ++++++++++++++++++++++++++++
 lib/eye/child_process.rb          |  8 ++++----
 lib/eye/cli.rb                    | 18 ++++++++++++------
 lib/eye/cli/commands.rb           | 16 ++++++++--------
 lib/eye/cli/render.rb             | 10 ++--------
 lib/eye/cli/server.rb             |  5 +++--
 lib/eye/client.rb                 |  7 ++-----
 lib/eye/config.rb                 | 36 +++++++++++++++++++++++++++++++++---
 lib/eye/controller.rb             |  1 -
 lib/eye/controller/load.rb        | 15 +++++----------
 lib/eye/controller/status.rb      |  2 +-
 lib/eye/dsl.rb                    |  4 ++--
 lib/eye/dsl/config_opts.rb        |  9 ++++++++-
 lib/eye/dsl/opts.rb               | 12 ++++++++----
 lib/eye/dsl/pure_opts.rb          |  4 +---
 lib/eye/dsl/validation.rb         |  8 ++++----
 lib/eye/group.rb                  | 15 ++++++++++++---
 lib/eye/local.rb                  | 20 +++++---------------
 lib/eye/notify.rb                 |  3 ---
 lib/eye/process/children.rb       |  2 +-
 lib/eye/process/commands.rb       |  2 +-
 lib/eye/process/data.rb           |  4 ++--
 lib/eye/process/scheduler.rb      |  4 ++++
 lib/eye/process/system.rb         | 22 ++++++++++++++--------
 lib/eye/system_resources.rb       | 21 ++++++++++++++++++---
 lib/eye/utils.rb                  |  2 +-
 lib/eye/utils/celluloid_klass.rb  |  5 -----
 lib/eye/utils/pmap.rb             |  3 +--
 metadata.yml                      | 13 +++++++------
 52 files changed, 261 insertions(+), 155 deletions(-)
 create mode 100644 examples/syslog.eye
 create mode 100644 lib/eye/checker/ssl_socket.rb
 delete mode 100644 lib/eye/utils/celluloid_klass.rb

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



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