lib/usagewatch_ext.rb in usagewatch_ext-0.0.1 vs lib/usagewatch_ext.rb in usagewatch_ext-0.0.2

- old
+ new

@@ -7,9 +7,10 @@ if os.include? "darwin" require "usagewatch_ext/mac" puts "Mac version is under development" elsif os.include? "linux" require "usagewatch/linux" + UsagewatchExt = Usagewatch elsif os =~ /cygwin|mswin|mingw|bccwin|wince|emx/ puts "Windows" + text else puts "This" + text end