This commit is contained in:
Konstantin Makarchev 2021-10-31 05:29:09 +03:00
parent 49a9aeeff5
commit 9f918d1ae9
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.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))
### [2.0.9] 28-06-2021
* Fix compilation on FreeBSD 13 [#10](https://github.com/kostya/sigar/issues/10)([commit](https://github.com/kostya/sigar/commit/b78b558fb756a75dc7d6cbf704423be3c7098ae5))

View File

@ -4,7 +4,7 @@
Gem::Specification.new do |s|
s.name = "kostya-sigar"
s.version = "2.0.9"
s.version = "2.0.10"
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=9
version.maint=10
version.build=0
project.name=kostya-sigar
project.author=Doug MacEachern