sys-proctable 0.9.5-universal-solaris → 0.9.6-universal-solaris

Sign up to get free protection for your applications and to get access to all the features.
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
@@ -18,7 +18,7 @@ module Sys
18
18
  private_class_method :new
19
19
 
20
20
  # The version of the sys-proctable library
21
- VERSION = '0.9.5'
21
+ VERSION = '0.9.6'
22
22
 
23
23
  private
24
24
 
@@ -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,7 +1,7 @@
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
  prerelease:
6
6
  platform: universal-solaris
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2015-02-10 00:00:00.000000000 Z
12
+ date: 2015-02-24 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: test-unit