kostya-sigar 2.0.2 → 2.0.3.test

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 28c9f4080187a2a6b7d511da6919e0d968a62783
4
- data.tar.gz: cd50fb58c14e789cfbc4c5f6a5e0383f8cf13698
3
+ metadata.gz: 4f565b5dbf63eceae4b08c9e4d98e80ae9ff8dfa
4
+ data.tar.gz: 9699300c9736b21653a055c8b77d1939dd51fe43
5
5
  SHA512:
6
- metadata.gz: f91aeca50c796cbd5bc12569f2f7d3c470a3b2bf00f6eca6ff6c2d027904345da0e1c7c25cc720680fa83d171c71ff205b646d11aab2ccf93c849333b0566e19
7
- data.tar.gz: 1dffef142dc06e9d99ded7c50cc3fe8611f5a98cb288b72f9f7d690c37ea9ec11cbc5f72dedf45985548c25369b719d1098282b8c44ae11237f110bf33c3ada9
6
+ metadata.gz: 04c43425cbaceacf47629bd818673c3820998f3316f1f4771841f83f78ad671d0eb1468b923f8868040be6bc3f560579a16b2ad438c5e2aef5a957d454321acf
7
+ data.tar.gz: c5f657fe033d8ea4f7aa27dbce795fbe10a4fb8695069049f4180b3c6794b9f54972320cafc336541e6705290d6d82dada1b3b4c79145d6eb91fbee41aa17fbb
data/README.md CHANGED
@@ -1,13 +1,18 @@
1
1
  # System Information Gatherer And Reporter.
2
2
 
3
- Fork of hyperic/sigar with some fixes.
3
+ Fork of hyperic/sigar with some fixes. Support only ruby binding.
4
4
 
5
5
  ## Fixed:
6
6
 
7
+ [2.0.0]
7
8
  * sigfaulted logger, [#28](https://github.com/hyperic/sigar/pull/28)([commit](https://github.com/kostya/sigar/commit/c2a1af))
8
9
  * bug undefined symbol: sigar_skip_token, [#60](https://github.com/hyperic/sigar/pull/60)([commit](https://github.com/kostya/sigar/commit/dfe8fe))
9
10
  * bug detection boot_time on linux (now it works like gnu ps, and fix some issues with process start_time) ([commit](https://github.com/kostya/sigar/commit/660259))
11
+
12
+ [2.0.1]
10
13
  * FreeBSD: don't use v_cache_min/max [#68](https://github.com/hyperic/sigar/pull/68)([commit](https://github.com/kostya/sigar/commit/800076db97bcacb1ba90805d740b4f9a5a1d3cca))
14
+
15
+ [2.0.2]
11
16
  * Remove obsolete rpc usage (fix compilation fail with glibc 2.27) ([commit](https://github.com/kostya/sigar/commit/a971b9e8e1443fdf236c5ffa199c1994c05fcd4b))
12
17
 
13
18
 
data/Rakefile CHANGED
@@ -20,7 +20,7 @@ MAKE = (/mswin/ =~ RUBY_PLATFORM) ? 'nmake' : 'make'
20
20
 
21
21
  spec = Gem::Specification.new do |s|
22
22
  s.name = GEM
23
- s.version = props['version.major'] + '.' + props['version.minor'] + '.' + props['version.maint']
23
+ s.version = props['version.major'] + '.' + props['version.minor'] + '.' + props['version.maint'] + ".test"
24
24
  s.summary = props['project.summary']
25
25
  s.description = s.summary
26
26
  s.author = props['project.author']
@@ -30,6 +30,14 @@
30
30
  #include "sigar_util.h"
31
31
  #include "sigar_os.h"
32
32
 
33
+ #ifdef MAJOR_IN_MKDEV
34
+ #include <sys/mkdev.h>
35
+ #endif
36
+
37
+ #ifdef MAJOR_IN_SYSMACROS
38
+ #include <sys/sysmacros.h>
39
+ #endif
40
+
33
41
  #define pageshift(x) ((x) << sigar->pagesize)
34
42
 
35
43
  #define PROC_MEMINFO PROC_FS_ROOT "meminfo"
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=2
4
+ version.maint=3
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.2
4
+ version: 2.0.3.test
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-05-30 00:00:00.000000000 Z
11
+ date: 2018-06-09 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: System Information Gatherer And Reporter
14
14
  email: sigar-users@hyperic.org
@@ -78,9 +78,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
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
- version: '0'
83
+ version: 1.3.1
84
84
  requirements: []
85
85
  rubyforge_project:
86
86
  rubygems_version: 2.4.5