[DRE-commits] [ruby-vmstat] branch master updated (76b8579 -> bf1b6f7)
Abhijith PA
abhijithpa-guest at moszumanska.debian.org
Sun Jun 18 04:51:29 UTC 2017
This is an automated email from the git hooks/post-receive script.
abhijithpa-guest pushed a change to branch master
in repository ruby-vmstat.
from 76b8579 disable network interface detection test
adds 7ed8215 Imported Upstream version 2.3.0
new bf1b6f7 Merge tag 'upstream/2.3.0'
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:
.gitignore | 1 -
.ruby-version | 2 +-
.travis.yml | 2 +-
Gemfile.lock | 73 ++++++++++++
lib/vmstat.rb | 1 +
lib/vmstat/linux_memory.rb | 13 +++
lib/vmstat/memory.rb | 17 ++-
lib/vmstat/procfs.rb | 23 ++--
lib/vmstat/version.rb | 2 +-
metadata.yml | 193 ++++++++++++++++++++++++++++++++
spec/memavail_procfs/meminfo | 43 +++++++
spec/{procfs => memavail_procfs}/vmstat | 0
spec/procfs/stat | 2 +-
spec/vmstat/memavail_spec.rb | 31 +++++
spec/vmstat/procfs_spec.rb | 20 ++--
spec/vmstat/snapshot_spec.rb | 4 +-
spec/vmstat/solaris_spec.rb | 6 +-
spec/vmstat/task_spec.rb | 3 +-
vmstat.gemspec | 4 +-
19 files changed, 411 insertions(+), 29 deletions(-)
create mode 100644 Gemfile.lock
create mode 100644 lib/vmstat/linux_memory.rb
create mode 100644 metadata.yml
create mode 100644 spec/memavail_procfs/meminfo
copy spec/{procfs => memavail_procfs}/vmstat (100%)
create mode 100644 spec/vmstat/memavail_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