sys-cpu 1.0.1 → 1.0.2

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.
@@ -9,7 +9,7 @@ require 'rspec'
9
9
 
10
10
  RSpec.describe Sys::CPU::VERSION do
11
11
  example "version number is set to the expected value" do
12
- expect(Sys::CPU::VERSION).to eq('1.0.1')
12
+ expect(Sys::CPU::VERSION).to eq('1.0.2')
13
13
  end
14
14
 
15
15
  example "version number is frozen" do
@@ -2,7 +2,7 @@ require 'rubygems'
2
2
 
3
3
  Gem::Specification.new do |spec|
4
4
  spec.name = 'sys-cpu'
5
- spec.version = '1.0.1'
5
+ spec.version = '1.0.2'
6
6
  spec.author = 'Daniel J. Berger'
7
7
  spec.email = 'djberg96@gmail.com'
8
8
  spec.license = 'Apache-2.0'
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sys-cpu
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.1
4
+ version: 1.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Daniel J. Berger
@@ -35,7 +35,7 @@ cert_chain:
35
35
  ORVCZpRuCPpmC8qmqxUnARDArzucjaclkxjLWvCVHeFa9UP7K3Nl9oTjJNv+7/jM
36
36
  WZs4eecIcUc4tKdHxcAJ0MO/Dkqq7hGaiHpwKY76wQ1+8xAh
37
37
  -----END CERTIFICATE-----
38
- date: 2020-12-20 00:00:00.000000000 Z
38
+ date: 2021-01-25 00:00:00.000000000 Z
39
39
  dependencies:
40
40
  - !ruby/object:Gem::Dependency
41
41
  name: ffi
@@ -151,8 +151,8 @@ summary: A Ruby interface for providing CPU information
151
151
  test_files:
152
152
  - spec/spec_helper.rb
153
153
  - spec/sys_cpu_bsd_spec.rb
154
+ - spec/sys_cpu_sunos_spec.rb
154
155
  - spec/sys_cpu_hpux_spec.rb
155
156
  - spec/sys_cpu_linux_spec.rb
156
- - spec/sys_cpu_sunos_spec.rb
157
157
  - spec/sys_cpu_windows_spec.rb
158
158
  - spec/sys_cpu_spec.rb
metadata.gz.sig CHANGED
Binary file