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 CHANGED
@@ -1,15 +1,15 @@
1
1
  ---
2
2
  !binary "U0hBMQ==":
3
3
  metadata.gz: !binary |-
4
- YTFiOTRhOTI4MDU2ZTI3YjA1MDlhODMzZmJjMDhmMWMwYWEzODc4OA==
4
+ NzI3M2VlYmE1ZmVhNDNkZDAzNGNlM2NmNmEzYzExNDBjOTAwMGM2ZA==
5
5
  data.tar.gz: !binary |-
6
- ODdlYjk0YTgyMDI4OGZjYzU1Nzc2MjBlNDkyNmZjOWQzZmJjZmQyMw==
6
+ YTA1N2Q1OGY0YmNjZmRjOTZiOGRkNmZiZTk0NmJiOTI5MDRiYjQ2OA==
7
7
  SHA512:
8
8
  metadata.gz: !binary |-
9
- ZmNhOTg3ODBlOWJlYTRjMzkwNDI0YmJlNDA4M2I2MjVhYjIzNGE2MWVjNDMy
10
- MzcwZjRlYWEyYWZjYTFhNGFhZDU5MGU4YmQ3ODQ5MWEyN2E4NWE5MjU4YTAz
11
- ZTYwNTU1M2ZjYTc4NDg3MDMyN2ZjMDQ3YmY0OGMyNDU2YmQwMjk=
9
+ NGNjZDYwYmU3NjY2YTgxZjZkZGI1ZTU5NDlkNzU4ZDI2NDZkYjI2YWE1ZjQw
10
+ Y2Q3NDVlYTY1YmFiMmViNTcwNGY4MzJmMGJmYWUyODk1MzY0NTc1YzFhM2Qw
11
+ MTk0YWQwYzc1YzYyYmFjY2Y2ZGFkZDI2YWZmZWExMzZiMWYwYTA=
12
12
  data.tar.gz: !binary |-
13
- MDRjZGI0NzU3MzA3ODk0OTljNDQ3NmM4NzhmM2IyYWU0ODRkYzczMTc2OWQw
14
- M2RlZjc2MDAzYTdhY2JlNmQ3OGU4OTU0M2Y3ODExYjc5Mjc2MWQxYTcyY2Q3
15
- ZjM1N2M5OWFhZjNlOGNkZTZhN2FmZDUzYjZmOGFjMWM3ZjJlNTc=
13
+ OTkyZTQ5MDBjZjJkZGE3ZWI2NDgwMDRhNDI5NmE4OGFiOTg2NTQwYjA0NDk4
14
+ N2Y5MGU1YjgwNDdkODA2OTg5ZWEwODVkMzNkZWNjZGI4ZTA5YjNjZWUyYjBl
15
+ MWNlYTU2NzU4ZWQ0OTZlZTA4YWMzZjBhOGFmZWY1YzdiMmMyNzU=
data/CHANGES CHANGED
@@ -1,3 +1,6 @@
1
+ == 0.9.6 - 24-Feb-2015
2
+ * Added NLWP field on Linux. Thanks go to Rich Chatterton for the patch.
3
+
1
4
  == 0.9.5 - 10-Feb-2015
2
5
  * Significant cleanup and memory reduction of the OSX code. Thanks go
3
6
  to Ivan (toy) for the patches.
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-2014 Daniel J. Berger
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.5'
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
@@ -2,7 +2,7 @@ require 'rubygems'
2
2
 
3
3
  Gem::Specification.new do |spec|
4
4
  spec.name = 'sys-proctable'
5
- spec.version = '0.9.5'
5
+ spec.version = '0.9.6'
6
6
  spec.author = 'Daniel J. Berger'
7
7
  spec.license = 'Artistic 2.0'
8
8
  spec.email = 'djberg96@gmail.com'
@@ -19,7 +19,7 @@ class TC_ProcTable_All < Test::Unit::TestCase
19
19
  end
20
20
 
21
21
  def test_version
22
- assert_equal('0.9.5', ProcTable::VERSION)
22
+ assert_equal('0.9.6', ProcTable::VERSION)
23
23
  end
24
24
 
25
25
  def test_fields
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.5
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-10 00:00:00.000000000 Z
11
+ date: 2015-02-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: test-unit