browser_sniffer 2.2.0 → 2.2.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/.github/workflows/test.yml +1 -7
- data/lib/browser_sniffer/patterns.rb +3 -3
- data/lib/browser_sniffer/version.rb +1 -1
- data/test/shopify_agents_test.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: d021aca2bef95c559cb4c483179018e117859879514a8c3c092e5e4735d157c9
|
|
4
|
+
data.tar.gz: abb3148cea2fb4abb2d457ca3c58299990e2e7e41633d7b2b323e9a169c29ecb
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: cd0c1ef575e5d84d86c8b049eea9ff45279d21885b898308378e659dcf1d2bc3d9f9efebe57daf348fe9a5972e334d898f118dfb8defdcd54734db3b1f97b4eb
|
|
7
|
+
data.tar.gz: 6253844664073c0fa4cfc82e7def3fd91c046178410fabd4621fa4275c8e078c1f8e4a05798a6170b87a687ebd62bd94177caee4cb3ee3984b29aadd74ff6d37
|
data/.github/workflows/test.yml
CHANGED
|
@@ -46,7 +46,7 @@ class BrowserSniffer
|
|
|
46
46
|
:browser => [
|
|
47
47
|
[
|
|
48
48
|
# Shopify POS Go
|
|
49
|
-
/WSC6X|
|
|
49
|
+
/WSC6X|WTH11/i
|
|
50
50
|
], [[:name, 'Shopify POS Go']],[
|
|
51
51
|
# Shopify Mobile for iPhone or iPad
|
|
52
52
|
%r{.*Shopify/\d+\s\((iPhone|iPad)\;\siOS\s[\d\.]+}i
|
|
@@ -173,7 +173,7 @@ class BrowserSniffer
|
|
|
173
173
|
:device => [
|
|
174
174
|
[
|
|
175
175
|
# Shopify POS Go
|
|
176
|
-
/WSC6X|
|
|
176
|
+
/WSC6X|WTH11/i
|
|
177
177
|
], [[:type, :handheld], [:name, 'Shopify POS Go']],[
|
|
178
178
|
# Shopify Mobile for iPhone
|
|
179
179
|
%r{.*Shopify Mobile/(?:iPhone\sOS|iOS)/[\d\.]+ \((iPhone)([\d,]+)}i
|
|
@@ -302,7 +302,7 @@ class BrowserSniffer
|
|
|
302
302
|
:os => [
|
|
303
303
|
[
|
|
304
304
|
# Shopify Retail OS on POS Go
|
|
305
|
-
/WSC6X|
|
|
305
|
+
/WSC6X|WTH11/i
|
|
306
306
|
], [[:name, 'Shopify Retail OS']],[
|
|
307
307
|
# Shopify Mobile for iOS
|
|
308
308
|
%r{.*Shopify/\d+\s\((?:iPhone|iPad)\;\s(iOS)\s([\d\.]+)}i
|
data/test/shopify_agents_test.rb
CHANGED
|
@@ -21,7 +21,7 @@ describe "Shopify agents" do
|
|
|
21
21
|
end
|
|
22
22
|
|
|
23
23
|
it "Shopify POS Go can be sniffed with new model name" do
|
|
24
|
-
user_agent = "Mozilla/5.0 (Linux; Android 10; ETNA/29/BBPOS/
|
|
24
|
+
user_agent = "Mozilla/5.0 (Linux; Android 10; ETNA/29/BBPOS/WTH11) Chrome"
|
|
25
25
|
sniffer = BrowserSniffer.new(user_agent)
|
|
26
26
|
|
|
27
27
|
assert_equal ({
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: browser_sniffer
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.2.
|
|
4
|
+
version: 2.2.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Shopify
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2023-09-13 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|
|
@@ -97,7 +97,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
97
97
|
- !ruby/object:Gem::Version
|
|
98
98
|
version: '0'
|
|
99
99
|
requirements: []
|
|
100
|
-
rubygems_version: 3.
|
|
100
|
+
rubygems_version: 3.4.19
|
|
101
101
|
signing_key:
|
|
102
102
|
specification_version: 4
|
|
103
103
|
summary: Parses user agent strings and boils it all down to a few simple classifications.
|