sys-proctable 1.1.2-universal-solaris → 1.1.3-universal-solaris

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: 8960b4922e1317f63a0053bd826ae25d7f23ce4e
4
- data.tar.gz: 5a25f2f223d44989a6b9ff13c62aeb1927737162
3
+ metadata.gz: 6bed8ca8aa90ad220063bfc15417f6e9cf4424b2
4
+ data.tar.gz: 98ac7c7326589279be37bf73a870ea26dda338c7
5
5
  SHA512:
6
- metadata.gz: 78805881ba4c52b6d3ee7caf46ec304483a880f89c1d5d0b002ac813d1aa7996c3b7352c15f585dfe8e71c4a706fe7969e8992c379fae8620cd04b1b58c0e148
7
- data.tar.gz: 57d7acd9fbd7a4420838f8fe5363b7763e16b8af647363dcc24609b6bb282a8d063f6af3148bf72276ce8137666855385daba637501ccccfbfd3deeb0e55ab10
6
+ metadata.gz: a529603a20e5a3b903aa73f17dbbbe598efd3a2aac89bf09aafa6108e1dd101c502f76eb66201f5b775bb322e86dd71e6c7daa1ebf59e352db30a49414ce1c17
7
+ data.tar.gz: c640f972adac4ffdb51ef99d62014271b12e6121e408d42564c0c9f6200f563298bb65c69f580cd8a58f8087ff3cc1a5f4f4943542b6d86950a2a4f6df6fdd03
checksums.yaml.gz.sig CHANGED
Binary file
data.tar.gz.sig CHANGED
Binary file
data/CHANGES CHANGED
@@ -1,3 +1,6 @@
1
+ == 1.1.3 - 28-Sep-2016
2
+ * Fixed an issue on OSX where the value returned for argc is invalid.
3
+
1
4
  == 1.1.2 - 18-Sep-2016
2
5
  * Fixed cmdline parsing and handling for OSX. Thanks go to Ben Mathwig for
3
6
  the spot and the patch.
data/Rakefile CHANGED
@@ -205,6 +205,13 @@ namespace :gem do
205
205
  }
206
206
  end
207
207
 
208
+ desc 'Push all gems for each supported OS'
209
+ task :push_all do
210
+ Dir["pkg/*"].each{ |dir|
211
+ p dir
212
+ }
213
+ end
214
+
208
215
  desc 'Install the sys-proctable library as a gem'
209
216
  task :install => [:create] do
210
217
  gem_name = Dir['*.gem'].first
@@ -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.2'.freeze
4
+ VERSION = '1.1.3'.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.2'
5
+ spec.version = '1.1.3'
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.2', ProcTable::VERSION)
22
+ assert_equal('1.1.3', ProcTable::VERSION)
23
23
  end
24
24
 
25
25
  test "fields basic functionality" do
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.2
4
+ version: 1.1.3
5
5
  platform: universal-solaris
6
6
  authors:
7
7
  - Daniel J. Berger
@@ -30,7 +30,7 @@ cert_chain:
30
30
  A943I/wqE6xbYQpHxkndWo5uLDUbZh+XxG+fhZKpeqLIqHaFuU6wdO5odt32kB/B
31
31
  nCjVswaVYlu1U2iLPCqE+MrjmTA=
32
32
  -----END CERTIFICATE-----
33
- date: 2016-09-19 00:00:00.000000000 Z
33
+ date: 2016-09-28 00:00:00.000000000 Z
34
34
  dependencies:
35
35
  - !ruby/object:Gem::Dependency
36
36
  name: test-unit
metadata.gz.sig CHANGED
Binary file