sys-proctable 0.9.5-universal-mingw32 → 0.9.6-universal-mingw32
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +8 -8
- data/CHANGES +3 -0
- data/README +8 -1
- data/lib/windows/sys/proctable.rb +1 -1
- data/sys-proctable.gemspec +1 -1
- data/test/test_sys_proctable_all.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,15 +1,15 @@
|
|
1
1
|
---
|
2
2
|
!binary "U0hBMQ==":
|
3
3
|
metadata.gz: !binary |-
|
4
|
-
|
4
|
+
NzI3M2VlYmE1ZmVhNDNkZDAzNGNlM2NmNmEzYzExNDBjOTAwMGM2ZA==
|
5
5
|
data.tar.gz: !binary |-
|
6
|
-
|
6
|
+
YTA1N2Q1OGY0YmNjZmRjOTZiOGRkNmZiZTk0NmJiOTI5MDRiYjQ2OA==
|
7
7
|
SHA512:
|
8
8
|
metadata.gz: !binary |-
|
9
|
-
|
10
|
-
|
11
|
-
|
9
|
+
NGNjZDYwYmU3NjY2YTgxZjZkZGI1ZTU5NDlkNzU4ZDI2NDZkYjI2YWE1ZjQw
|
10
|
+
Y2Q3NDVlYTY1YmFiMmViNTcwNGY4MzJmMGJmYWUyODk1MzY0NTc1YzFhM2Qw
|
11
|
+
MTk0YWQwYzc1YzYyYmFjY2Y2ZGFkZDI2YWZmZWExMzZiMWYwYTA=
|
12
12
|
data.tar.gz: !binary |-
|
13
|
-
|
14
|
-
|
15
|
-
|
13
|
+
OTkyZTQ5MDBjZjJkZGE3ZWI2NDgwMDRhNDI5NmE4OGFiOTg2NTQwYjA0NDk4
|
14
|
+
N2Y5MGU1YjgwNDdkODA2OTg5ZWEwODVkMzNkZWNjZGI4ZTA5YjNjZWUyYjBl
|
15
|
+
MWNlYTU2NzU4ZWQ0OTZlZTA4YWMzZjBhOGFmZWY1YzdiMmMyNzU=
|
data/CHANGES
CHANGED
data/README
CHANGED
@@ -11,6 +11,7 @@
|
|
11
11
|
* Solaris 8+
|
12
12
|
* HP-UX 10+
|
13
13
|
* OS X 10.4+
|
14
|
+
* AIX 5.3+
|
14
15
|
|
15
16
|
== Installation
|
16
17
|
gem install sys-proctable
|
@@ -104,8 +105,14 @@
|
|
104
105
|
Artistic 2.0
|
105
106
|
|
106
107
|
== Copyright
|
107
|
-
(C) 2003-
|
108
|
+
(C) 2003-2015 Daniel J. Berger
|
108
109
|
All Rights Reserved.
|
109
110
|
|
111
|
+
== Contributions
|
112
|
+
Although this library is free, please consider having your company
|
113
|
+
setup a gittip if used by your company professionally.
|
114
|
+
|
115
|
+
http://www.gittip.com/djberg96/
|
116
|
+
|
110
117
|
== Author
|
111
118
|
Daniel J. Berger
|
@@ -15,7 +15,7 @@ module Sys
|
|
15
15
|
class Error < StandardError; end
|
16
16
|
|
17
17
|
# The version of the sys-proctable library
|
18
|
-
VERSION = '0.9.
|
18
|
+
VERSION = '0.9.6'
|
19
19
|
|
20
20
|
# The comm field corresponds to the 'name' field. The 'cmdline' field
|
21
21
|
# is the CommandLine attribute on Windows XP or later, or the
|
data/sys-proctable.gemspec
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: sys-proctable
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.9.
|
4
|
+
version: 0.9.6
|
5
5
|
platform: universal-mingw32
|
6
6
|
authors:
|
7
7
|
- Daniel J. Berger
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2015-02-
|
11
|
+
date: 2015-02-24 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: test-unit
|