lib/sys/uname.rb in sys-uname-1.2.0 vs lib/sys/uname.rb in sys-uname-1.2.1

- old
+ new

@@ -1,8 +1,8 @@ module Sys class Uname # The version of the sys-uname gem. - VERSION = '1.2.0'.freeze + VERSION = '1.2.1'.freeze end class Platform # The version of the sys-uname gem. VERSION = Uname::VERSION