lib/app_info/const.rb in app-info-3.0.0.beta2 vs lib/app_info/const.rb in app-info-3.0.0.beta3

- old
+ new

@@ -28,17 +28,18 @@ PE = :pe UNKNOWN = :unknown end - # Platform - module Platform + # Manufacturer + module Manufacturer APPLE = :apple GOOGLE = :google - WINDOWS = :windows + MICROSOFT = :microsoft end - module OperaSystem + # Platform + module Platform MACOS = :macos IOS = :ios ANDROID = :android WINDOWS = :windows end