kostya-sigar 2.0.3 → 2.0.4
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 +4 -4
- data/README.md +2 -2
- data/bindings/ruby/extconf.rb +3 -0
- data/src/os/linux/linux_sigar.c +1 -5
- data/version.properties +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 32d0a91e9e5b9496a5cfc40464dcad3bc9938374
|
|
4
|
+
data.tar.gz: 7a2100fe26037fc0d5577c1bb76bb93dabeecb24
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: fcbbbf9385352766816a3b0728a4815c145af1e67ff8b7cbd39fe1c0fb78ef157334e9dfba9f8e5284d53f8e92bc38b27514a5491af98ea3ed5328d6439e1082
|
|
7
|
+
data.tar.gz: c155a48830d92ef09928f7f41353600c0ea6d42ca37da7062e7db096450420bb59d7cee7e828e0772d4d0bf14b4b4731a7225074b34900f29f6e4646a67b286d
|
data/README.md
CHANGED
|
@@ -15,8 +15,8 @@ Fork of hyperic/sigar with some fixes. Support only ruby binding.
|
|
|
15
15
|
[2.0.2]
|
|
16
16
|
* Remove obsolete rpc usage (fix compilation fail with glibc 2.27) ([commit](https://github.com/kostya/sigar/commit/a971b9e8e1443fdf236c5ffa199c1994c05fcd4b))
|
|
17
17
|
|
|
18
|
-
[2.0.
|
|
19
|
-
* fix compilation with glibc 2.26, major/minor functions
|
|
18
|
+
[2.0.4]
|
|
19
|
+
* fix compilation with glibc 2.26, major/minor functions ([commit](https://github.com/kostya/sigar/commit/a2c67588d0f686e0007dadcaf0e4bbb35c0e1e83))
|
|
20
20
|
|
|
21
21
|
|
|
22
22
|
## Installation:
|
data/bindings/ruby/extconf.rb
CHANGED
data/src/os/linux/linux_sigar.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.4
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Doug MacEachern
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2018-06-
|
|
11
|
+
date: 2018-06-10 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: System Information Gatherer And Reporter
|
|
14
14
|
email: sigar-users@hyperic.org
|