lib/sys/cpu.rb in sys-cpu-1.0.0 vs lib/sys/cpu.rb in sys-cpu-1.0.1

- old
+ new

@@ -3,10 +3,10 @@ require 'rbconfig' module Sys class CPU # The version of the sys-cpu gem. - VERSION = '1.0.0'.freeze + VERSION = '1.0.1'.freeze end end case RbConfig::CONFIG['host_os'] when /linux/i