From af03ded75fe8e27ded84279ca2aa44218c9ac4e2 Mon Sep 17 00:00:00 2001 From: Konstantin Makarchev Date: Tue, 10 Sep 2024 14:52:05 +0300 Subject: [PATCH] 2.0.11 --- README.md | 3 +++ kostya-sigar.gemspec | 2 +- version.properties | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f1fd526c..a571a202 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.11] 10-09-2024 +* Fixing build issue on newer linux and also issues with newer Ruby [#16](https://github.com/kostya/sigar/pull/16)([commit](https://github.com/kostya/sigar/pull/16/commits/8b887b2380c4aadea82402904d9c1131bbb9c521)) + ### [2.0.10] 31-10-2021 * Fix compilation on MacOS 11.3.1 [#11](https://github.com/kostya/sigar/issues/11)([commit](https://github.com/kostya/sigar/commit/49a9aeeff54e97ac6f41d464c30ff6c8adf4bcf4)) diff --git a/kostya-sigar.gemspec b/kostya-sigar.gemspec index d9302613..051977fe 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.10" + s.version = "2.0.11" 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 69ffcdd7..457540f2 100644 --- a/version.properties +++ b/version.properties @@ -1,7 +1,7 @@ copyright.year=2004-2011 version.major=2 version.minor=0 -version.maint=10 +version.maint=11 version.build=0 project.name=kostya-sigar project.author=Doug MacEachern