kostya-sigar 2.0.6 → 2.0.8
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 +5 -13
- data/README.md +3 -0
- data/bindings/ruby/rbsigar.c +1 -0
- data/version.properties +1 -1
- metadata +5 -6
checksums.yaml
CHANGED
|
@@ -1,15 +1,7 @@
|
|
|
1
1
|
---
|
|
2
|
-
|
|
3
|
-
metadata.gz:
|
|
4
|
-
|
|
5
|
-
data.tar.gz: !binary |-
|
|
6
|
-
NGM0YTk2MGE1ZGJiMzdkNGFlMmNkMjFmMjUyNjdmZWY5N2U5YWUxZQ==
|
|
2
|
+
SHA256:
|
|
3
|
+
metadata.gz: d4ed0dac36500acd35935a9d6f13a45e7250c733a910b67d722797b00c753720
|
|
4
|
+
data.tar.gz: af50d7946e54ca9fd8435de5f1090ce5118574f856e317227fa61f3fb2c9c7ec
|
|
7
5
|
SHA512:
|
|
8
|
-
metadata.gz:
|
|
9
|
-
|
|
10
|
-
YzM3OTUwOTAyZTA4OWZmNTBiYzA4ZDgxZWU4ODliNmE0NWQ2MWNlOWM1YzZi
|
|
11
|
-
Yzc1YzdkM2FjZjNkNGNjMTgzYjgzMWE0NTU3MTAyZDRiNTZlYTE=
|
|
12
|
-
data.tar.gz: !binary |-
|
|
13
|
-
Y2JmZGUyZTcyZmQ4OGQ0MDhjYjE0ZjlkMDZkOTc2ZDU1YzNhZDgzNjJlN2U3
|
|
14
|
-
ODQ1YjdiODZlYzRmZTA4ZGI3MmRjNzY5MDVmNGNiNDRiNWJmOTllNGFkOWYz
|
|
15
|
-
MTQzMTU3NDFiNDQ2MzJiZWY4ZDFjY2MwMDY2ZDFhMmQ4NjY2YzE=
|
|
6
|
+
metadata.gz: 864a0d980320b58574072b5aaed90245483b146eb3e315c45fce29a97d9fec3d93a4832b023c90105e5ecfe8c268c80f8f49f9335012abadc47a7f112f82768e
|
|
7
|
+
data.tar.gz: 32b31ca9c561a6154bb51a51357a472bb62a37c1079ac2053d5b13950b614d5c67fd5fee5a49034e559389b07799c2db9e406df4acfa443befbfdd714f221b33
|
data/README.md
CHANGED
|
@@ -4,6 +4,9 @@ Fork of hyperic/sigar with some fixes. Support only ruby binding. Part of [Eye g
|
|
|
4
4
|
|
|
5
5
|
## Fixed:
|
|
6
6
|
|
|
7
|
+
### [2.0.7] 02-10-2020
|
|
8
|
+
* Fix compilation on MacOS [#6](https://github.com/kostya/sigar/issues/8)([commit](https://github.com/kostya/sigar/pull/9/commits/ad39547629fa328e115f7d7bc3c7c358247d1961))
|
|
9
|
+
|
|
7
10
|
### [2.0.6] 18-01-2019
|
|
8
11
|
* Fix compilation on FreeBSD 12 [#6](https://github.com/kostya/sigar/issues/6)([commit](https://github.com/kostya/sigar/commit/2bb67fa1bf6f6f0ddc2626cf028bcc0e4a8cb377))
|
|
9
12
|
|
data/bindings/ruby/rbsigar.c
CHANGED
data/version.properties
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: kostya-sigar
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.0.
|
|
4
|
+
version: 2.0.8
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Doug MacEachern
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2020-10-05 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: System Information Gatherer And Reporter
|
|
14
14
|
email: sigar-users@hyperic.org
|
|
@@ -73,17 +73,16 @@ require_paths:
|
|
|
73
73
|
- lib
|
|
74
74
|
required_ruby_version: !ruby/object:Gem::Requirement
|
|
75
75
|
requirements:
|
|
76
|
-
- -
|
|
76
|
+
- - ">="
|
|
77
77
|
- !ruby/object:Gem::Version
|
|
78
78
|
version: '0'
|
|
79
79
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
80
80
|
requirements:
|
|
81
|
-
- -
|
|
81
|
+
- - ">="
|
|
82
82
|
- !ruby/object:Gem::Version
|
|
83
83
|
version: '0'
|
|
84
84
|
requirements: []
|
|
85
|
-
|
|
86
|
-
rubygems_version: 2.6.6
|
|
85
|
+
rubygems_version: 3.1.2
|
|
87
86
|
signing_key:
|
|
88
87
|
specification_version: 4
|
|
89
88
|
summary: System Information Gatherer And Reporter
|