lib/sys/cpu.rb in sys-cpu-1.0.6 vs lib/sys/cpu.rb in sys-cpu-1.1.0

- old
+ new

@@ -8,10 +8,10 @@ module Sys # The CPU class encapsulates information about the physical cpu's on your system. # This class is reopened for each of the supported platforms/operating systems. class CPU # The version of the sys-cpu gem. - VERSION = '1.0.6' + VERSION = '1.1.0' private_class_method :new end end