sys-proctable 1.1.0-universal-solaris → 1.1.1-universal-solaris
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 +5 -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: edf9817b9ffdabfa3ca251e234875e20a2ba7e44
|
4
|
+
data.tar.gz: 8c7bfed843b19f858c23a79a615396050f61a76f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 12a83c580ae62fafbcea9d575a0b75baca928084a43809561ca6daa62a1aac15a7091d0b189043427d3f718dce2e59bd95bc903b210ea2349444c0c5b056a005
|
7
|
+
data.tar.gz: 20366e6467b5ac62b43b7c507d72218d00817a0c73ab60377ef5b42c681671aa3bf2daca354dc145ab528cb0eba17ef048d2a140811f9b2e195d61960cb0c9da
|
checksums.yaml.gz.sig
CHANGED
Binary file
|
data.tar.gz.sig
CHANGED
Binary file
|
data/CHANGES
CHANGED
@@ -1,4 +1,8 @@
|
|
1
|
-
== 1.1.
|
1
|
+
== 1.1.1 - 30-Jun-2016
|
2
|
+
* Added thread information for OS X.
|
3
|
+
* Fixed VERSION constant for HP-UX.
|
4
|
+
|
5
|
+
== 1.1.0 - 27-Jun-2016
|
2
6
|
* License was changed to Apache 2.0.
|
3
7
|
* The OS X version now requires OS X 10.7 or later.
|
4
8
|
* Scrapped the C implementation for OS X, and replaced it with a libproc wrapper
|
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: 1.1.
|
4
|
+
version: 1.1.1
|
5
5
|
platform: universal-solaris
|
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: 2016-
|
33
|
+
date: 2016-07-01 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.
|
112
|
+
rubygems_version: 2.6.4
|
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
|