diff --git a/README.md b/README.md index 66bde36a..b7e5144b 100644 --- a/README.md +++ b/README.md @@ -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)) diff --git a/kostya-sigar.gemspec b/kostya-sigar.gemspec index f027f594..30a9c347 100644 --- a/kostya-sigar.gemspec +++ b/kostya-sigar.gemspec @@ -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"] diff --git a/version.properties b/version.properties index d70da8bb..12f0661b 100644 --- a/version.properties +++ b/version.properties @@ -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