sys-proctable 0.9.9-universal-aix5 → 1.0.0-universal-aix5
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- checksums.yaml.gz.sig +0 -0
- data.tar.gz.sig +0 -0
- data/CHANGES +4 -0
- data/README +1 -1
- data/Rakefile +1 -1
- data/lib/sys/proctable/version.rb +1 -1
- data/sys-proctable.gemspec +1 -1
- data/test/test_sys_proctable_all.rb +1 -1
- metadata +3 -3
- metadata.gz.sig +0 -0
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 0d8f43e303cf1e00426cbdebf18bb6778886fdc8
|
4
|
+
data.tar.gz: 67200bee84dc92903453d30503780083aa8e3477
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 33502a3cbf6c3fc1245a49eae3073ef944456701eefcda181bb860e74668546b65a200c0b869ea40198226337ca7776528f9cbe00d67c012c043430f70c2eb65
|
7
|
+
data.tar.gz: 01310999a57d51f9955928eafb00b6d229788c645e8db69dd2213f58c7619076ae5e8fd8049eb619eeff490916a2f2e8265f5d0b5a4eb5c4786a225fc473b58d
|
checksums.yaml.gz.sig
CHANGED
Binary file
|
data.tar.gz.sig
CHANGED
Binary file
|
data/CHANGES
CHANGED
@@ -1,3 +1,7 @@
|
|
1
|
+
== 1.0.0 - 11-Jan-2016
|
2
|
+
* Added smaps information for Linux. Thanks go to Joe Rafaniello for the patch.
|
3
|
+
* This is not really a major release. I just ran out of version numbers.
|
4
|
+
|
1
5
|
== 0.9.9 - 8-Nov-2015
|
2
6
|
* Added support for cgroups on Linux. Thanks go to Dennis Günnewig for the patch.
|
3
7
|
* Added a sys-proctable.rb file for convenience.
|
data/README
CHANGED
data/Rakefile
CHANGED
@@ -166,7 +166,7 @@ namespace :gem do
|
|
166
166
|
when /linux/i
|
167
167
|
spec.platform = Gem::Platform.new(['universal', 'linux'])
|
168
168
|
spec.require_paths = ['lib', 'lib/linux']
|
169
|
-
spec.files += ['lib/linux/sys/proctable.rb', 'lib/linux/sys/proctable/cgroup_entry.rb']
|
169
|
+
spec.files += ['lib/linux/sys/proctable.rb', 'lib/linux/sys/proctable/cgroup_entry.rb', 'lib/linux/sys/proctable/smaps.rb']
|
170
170
|
spec.test_files << 'test/test_sys_proctable_linux.rb'
|
171
171
|
when /sunos|solaris/i
|
172
172
|
spec.platform = Gem::Platform.new(['universal', 'solaris'])
|
data/sys-proctable.gemspec
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: sys-proctable
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 1.0.0
|
5
5
|
platform: universal-aix5
|
6
6
|
authors:
|
7
7
|
- Daniel J. Berger
|
@@ -30,7 +30,7 @@ cert_chain:
|
|
30
30
|
EJYzxdPOrx2n6NYR3Hk+vHP0U7UBSveI6+qx+ndQYaeyCn+GRX2PKS9h66YF/Q1V
|
31
31
|
tGSHgAmcLlkdGgan182qsE/4kKM=
|
32
32
|
-----END CERTIFICATE-----
|
33
|
-
date:
|
33
|
+
date: 2016-01-11 00:00:00.000000000 Z
|
34
34
|
dependencies:
|
35
35
|
- !ruby/object:Gem::Dependency
|
36
36
|
name: test-unit
|
@@ -109,7 +109,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
109
109
|
version: '0'
|
110
110
|
requirements: []
|
111
111
|
rubyforge_project:
|
112
|
-
rubygems_version: 2.5.
|
112
|
+
rubygems_version: 2.5.1
|
113
113
|
signing_key:
|
114
114
|
specification_version: 4
|
115
115
|
summary: An interface for providing process table information
|
metadata.gz.sig
CHANGED
Binary file
|