sys-proctable 1.1.0-universal-linux → 1.1.1-universal-linux

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,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 7b08a8df9ab2cfe43da58ed107d38152a449cd85
4
- data.tar.gz: eafbcccd82fe3936ef70451b358cdfb0d78bbf2e
3
+ metadata.gz: c3bfbcc5ec1fe29aeb5f5564f445c466563a1076
4
+ data.tar.gz: a72d089953126082e6b8ae5039bb8d2567875e82
5
5
  SHA512:
6
- metadata.gz: 3710d7157d206fab4b8d34f4cf66c13af3809f0be361240b7bcac4f5dd8c959844c56a0172cce02e0709b25a1a56e529ded092c14db9c8ec0f39f6fa9181f8c0
7
- data.tar.gz: e282cb67e29f08b91aa8f481bb64e6e413ff08e9fe843820058cc8400a1bfe96708db1165c34c0427bc5951a3f8cf52c440082f6b7442ab21c3b5cbdbd368999
6
+ metadata.gz: 2573faf7d724f3f3a1cc7e2108f55c0b96a81e6c88fb3a6a172003aace766a7008884c1a720b12748b07169caf4247623463521aa9b221542227547e2590e137
7
+ data.tar.gz: 35ef80b62304637e1ac2b112aa5c160fa653dfe063f97ef3ca3db59c0a925aff2d06b40f6f916ed8bf658fb1946d330ea466a78c0d2c2a0a83af4fb5a48e5cad
checksums.yaml.gz.sig CHANGED
Binary file
data/CHANGES CHANGED
@@ -1,3 +1,7 @@
1
+ == 1.1.1 - 30-Jun-2016
2
+ * Added thread information for OS X.
3
+ * Fixed VERSION constant for HP-UX.
4
+
1
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.
@@ -1,6 +1,6 @@
1
1
  module Sys
2
2
  class ProcTable
3
3
  # The version of the sys-proctable library
4
- VERSION = '1.1.0'.freeze
4
+ VERSION = '1.1.1'.freeze
5
5
  end
6
6
  end
@@ -2,7 +2,7 @@ require 'rubygems'
2
2
 
3
3
  Gem::Specification.new do |spec|
4
4
  spec.name = 'sys-proctable'
5
- spec.version = '1.1.0'
5
+ spec.version = '1.1.1'
6
6
  spec.author = 'Daniel J. Berger'
7
7
  spec.license = 'Apache 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
  test "version is set to expected value" do
22
- assert_equal('1.1.0', ProcTable::VERSION)
22
+ assert_equal('1.1.1', ProcTable::VERSION)
23
23
  end
24
24
 
25
25
  test "fields basic functionality" do
data.tar.gz.sig CHANGED
Binary file
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.0
4
+ version: 1.1.1
5
5
  platform: universal-linux
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-06-27 00:00:00.000000000 Z
33
+ date: 2016-07-01 00:00:00.000000000 Z
34
34
  dependencies:
35
35
  - !ruby/object:Gem::Dependency
36
36
  name: test-unit
@@ -111,7 +111,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
111
111
  version: '0'
112
112
  requirements: []
113
113
  rubyforge_project:
114
- rubygems_version: 2.5.1
114
+ rubygems_version: 2.6.4
115
115
  signing_key:
116
116
  specification_version: 4
117
117
  summary: An interface for providing process table information
metadata.gz.sig CHANGED
Binary file