This commit is contained in:
Konstantin Makarchev 2020-10-02 18:46:44 +03:00
parent 68ba944840
commit 7898cebf27
3 changed files with 5 additions and 2 deletions

View File

@ -4,6 +4,9 @@ Fork of hyperic/sigar with some fixes. Support only ruby binding. Part of [Eye g
## Fixed:
### [2.0.7] 02-10-2020
* Fix compilation on MacOS [#6](https://github.com/kostya/sigar/issues/8)([commit](https://github.com/kostya/sigar/pull/9/commits/ad39547629fa328e115f7d7bc3c7c358247d1961))
### [2.0.6] 18-01-2019
* Fix compilation on FreeBSD 12 [#6](https://github.com/kostya/sigar/issues/6)([commit](https://github.com/kostya/sigar/commit/2bb67fa1bf6f6f0ddc2626cf028bcc0e4a8cb377))

View File

@ -4,7 +4,7 @@
Gem::Specification.new do |s|
s.name = "kostya-sigar"
s.version = "2.0.2"
s.version = "2.0.7"
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.require_paths = ["lib"]

View File

@ -1,7 +1,7 @@
copyright.year=2004-2011
version.major=2
version.minor=0
version.maint=6
version.maint=7
version.build=0
project.name=kostya-sigar
project.author=Doug MacEachern