lib/woothee/dataset.rb in woothee-1.11.1 vs lib/woothee/dataset.rb in woothee-1.13.0

- old
+ new

@@ -33,11 +33,11 @@ ATTRIBUTE_LIST = [ATTRIBUTE_NAME,ATTRIBUTE_CATEGORY,ATTRIBUTE_OS,ATTRIBUTE_VENDOR,ATTRIBUTE_VERSION,ATTRIBUTE_OS_VERSION] end module Woothee::DataSet DATASET = {} - # GENERATED from dataset.yaml at Tue Mar 17 20:33:08 JST 2020 by tagomoris + # GENERATED from dataset.yaml at Sun Jan 9 00:14:17 JST 2022 by yuji_developer obj = {:label => 'MSIE', :name => 'Internet Explorer', :type => :browser} obj[:vendor] = 'Microsoft' DATASET[obj[:label]] = obj obj = {:label => 'Edge', :name => 'Edge', :type => :browser} obj[:vendor] = 'Microsoft' @@ -67,10 +67,13 @@ obj[:vendor] = 'OS vendor' DATASET[obj[:label]] = obj obj = {:label => 'YaBrowser', :name => 'Yandex Browser', :type => :browser} obj[:vendor] = 'Yandex' DATASET[obj[:label]] = obj + obj = {:label => 'SamsungBrowser', :name => 'SamsungBrowser', :type => :browser} + obj[:vendor] = 'Samsung' + DATASET[obj[:label]] = obj obj = {:label => 'Win', :name => 'Windows UNKNOWN Ver', :type => :os} obj[:category] = :pc DATASET[obj[:label]] = obj obj = {:label => 'Win10', :name => 'Windows 10', :type => :os} obj[:category] = :pc @@ -344,9 +347,15 @@ DATASET[obj[:label]] = obj obj = {:label => 'livedoorFeedFetcher', :name => 'livedoor FeedFetcher', :type => :full} obj[:category] = :crawler DATASET[obj[:label]] = obj obj = {:label => 'VariousCrawler', :name => 'misc crawler', :type => :full} + obj[:category] = :crawler + DATASET[obj[:label]] = obj + obj = {:label => 'AdsBotGoogleMobile', :name => 'AdsBot-Google-Mobile', :type => :full} + obj[:category] = :crawler + DATASET[obj[:label]] = obj + obj = {:label => 'AdsBotGoogle', :name => 'AdsBot-Google', :type => :full} obj[:category] = :crawler DATASET[obj[:label]] = obj DATASET.freeze