kostya-sigar 2.0.8 → 2.0.9
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +5 -2
- data/Rakefile +0 -1
- data/src/os/darwin/darwin_sigar.c +1 -1
- data/version.properties +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 9ef7ca80217383686bcd1d5647d584ac7d646f61635376696d9ead1811a0aaf1
|
4
|
+
data.tar.gz: 3e4be357add9d7176c496b19111cf2ec6cba3bea5245aeb305d2f7f77f0c9b38
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f4ae8271aef842ef43e974d51def01f98e274cb46687f4139dadc519f7cf81be8576ddbff7e170f53700db503c68d811c12c463dc7a0b05fede7fa0e63540a4f
|
7
|
+
data.tar.gz: b94efc3f50db5bb060ecb0c297d3edeb298af7715408a019d3754be0b038529bdb9eb2b1452bbf5232ee0165a9d6fc27dbaf46d95ce60f6d2147d166aab85e84
|
data/README.md
CHANGED
@@ -4,8 +4,11 @@ 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.
|
8
|
-
* Fix compilation on
|
7
|
+
### [2.0.9] 28-06-2021
|
8
|
+
* Fix compilation on FreeBSD 13 [#10](https://github.com/kostya/sigar/issues/10)([commit](https://github.com/kostya/sigar/commit/b78b558fb756a75dc7d6cbf704423be3c7098ae5))
|
9
|
+
|
10
|
+
### [2.0.8] 02-10-2020
|
11
|
+
* Fix compilation on MacOS [#8](https://github.com/kostya/sigar/issues/8)([commit](https://github.com/kostya/sigar/pull/9/commits/ad39547629fa328e115f7d7bc3c7c358247d1961))
|
9
12
|
|
10
13
|
### [2.0.6] 18-01-2019
|
11
14
|
* Fix compilation on FreeBSD 12 [#6](https://github.com/kostya/sigar/issues/6)([commit](https://github.com/kostya/sigar/commit/2bb67fa1bf6f6f0ddc2626cf028bcc0e4a8cb377))
|
data/Rakefile
CHANGED
@@ -27,7 +27,6 @@ spec = Gem::Specification.new do |s|
|
|
27
27
|
s.email = props['project.email']
|
28
28
|
s.homepage = props['project.homepage']
|
29
29
|
s.platform = Gem::Platform::RUBY
|
30
|
-
s.has_rdoc = false
|
31
30
|
s.extensions = 'bindings/ruby/extconf.rb'
|
32
31
|
s.files =
|
33
32
|
%w(LICENSE NOTICE README.md Rakefile version.properties) +
|
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.9
|
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: 2021-06-28 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
13
|
description: System Information Gatherer And Reporter
|
14
14
|
email: sigar-users@hyperic.org
|