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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: d4ed0dac36500acd35935a9d6f13a45e7250c733a910b67d722797b00c753720
4
- data.tar.gz: af50d7946e54ca9fd8435de5f1090ce5118574f856e317227fa61f3fb2c9c7ec
3
+ metadata.gz: 9ef7ca80217383686bcd1d5647d584ac7d646f61635376696d9ead1811a0aaf1
4
+ data.tar.gz: 3e4be357add9d7176c496b19111cf2ec6cba3bea5245aeb305d2f7f77f0c9b38
5
5
  SHA512:
6
- metadata.gz: 864a0d980320b58574072b5aaed90245483b146eb3e315c45fce29a97d9fec3d93a4832b023c90105e5ecfe8c268c80f8f49f9335012abadc47a7f112f82768e
7
- data.tar.gz: 32b31ca9c561a6154bb51a51357a472bb62a37c1079ac2053d5b13950b614d5c67fd5fee5a49034e559389b07799c2db9e406df4acfa443befbfdd714f221b33
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.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))
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) +
@@ -1965,7 +1965,7 @@ int sigar_proc_fd_get(sigar_t *sigar, sigar_pid_t pid,
1965
1965
  free(ofiles);
1966
1966
  #else
1967
1967
  /* seems the same as the above */
1968
- procfd->total = filed.fd_lastfile;
1968
+ procfd->total = filed.fd_nfiles;
1969
1969
  #endif
1970
1970
 
1971
1971
  return SIGAR_OK;
data/version.properties CHANGED
@@ -1,7 +1,7 @@
1
1
  copyright.year=2004-2011
2
2
  version.major=2
3
3
  version.minor=0
4
- version.maint=8
4
+ version.maint=9
5
5
  version.build=0
6
6
  project.name=kostya-sigar
7
7
  project.author=Doug MacEachern
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.8
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: 2020-10-05 00:00:00.000000000 Z
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