[DRE-commits] [ruby-vmstat] branch master updated (5370611 -> de8c0c1)

Praveen Arimbrathodiyil praveen at moszumanska.debian.org
Thu Aug 25 15:43:21 UTC 2016


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

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

      from  5370611   tag patches
      adds  0a6d3e0   Imported Upstream version 2.2.0
       new  7b6d538   Merge tag 'upstream/2.2.0'
       new  8727c94   update changelog
       new  de8c0c1   refresh patch

The 3 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:
 .ruby-version                              |   2 +-
 .travis.yml                                |  12 +-
 README.md                                  |   9 +-
 debian/changelog                           |   6 +
 debian/patches/001-require-rspec-its.patch |  12 +-
 examples/rtop                              |  58 ++++++
 ext/vmstat/extconf.rb                      |  17 +-
 ext/vmstat/hw/bsd.h                        |  20 +--
 ext/vmstat/hw/posix.h                      |  10 +-
 ext/vmstat/hw/statfs.h                     |  28 ++-
 ext/vmstat/hw/sysctl.h                     |  58 +++---
 lib/vmstat.rb                              |   7 +
 lib/vmstat/netopenbsd.rb                   |  61 +++++++
 lib/vmstat/solaris.rb                      |  75 ++++++++
 lib/vmstat/version.rb                      |   2 +-
 spec/spec_helper.rb                        |   4 +
 spec/vmstat/solaris_spec.rb                | 275 +++++++++++++++++++++++++++++
 spec/vmstat_spec.rb                        |  10 +-
 vmstat.gemspec                             |   2 +-
 19 files changed, 602 insertions(+), 66 deletions(-)
 create mode 100755 examples/rtop
 create mode 100644 lib/vmstat/netopenbsd.rb
 create mode 100644 lib/vmstat/solaris.rb
 create mode 100644 spec/vmstat/solaris_spec.rb

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



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