testcentricity_web 3.0.0 → 3.0.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 26609c1fd4cffdfd5b34157fa7124808b603666a
4
- data.tar.gz: b424fe3614b7e02a739814d3987b56efcee81813
3
+ metadata.gz: 75c1e711abee33a40b8824e4e1c49d9f08802f49
4
+ data.tar.gz: 384be28bacdc6861daacdc08cc9a43188c03a428
5
5
  SHA512:
6
- metadata.gz: 709c9a984bf177a0f39dbe123f39bc25f567f232b4c416847b8af80f152d6bd91c225267782dd441b710a63f1cde5ab354c499e8e84e54df661b44101149075f
7
- data.tar.gz: 4d6a3ecd99625ea117803412e421b23108a74581b6f60cc4cc2931ecab5689dbb9e3bc203022f440fa970f2ea0c8a380f746cef7ec9d5d923193fc6f5eeb052c
6
+ metadata.gz: e9c50e28867b62bc65088ba285297d43d06a22571061517c34ddbdeea1a25904d5363649303254b7e284bcf1553173b80e93d781543679e56a258346a180f2b7
7
+ data.tar.gz: 9ad61cdac26f2d4c5a99c07b0a7d8b949abb735a267b069fe061e9a7f647675cb9fe579f2f606e196318685b0b818791e6ad23f22445454df95522fc4dd30d5d
data/HISTORY.md CHANGED
@@ -1,3 +1,10 @@
1
+
2
+ ###Version 3.0.1
3
+
4
+ * Updated device profiles for iPhone 7 (iOS 11) with Mobile Firefox browser and iPad (iOS 10) with Mobile Firefox browser.
5
+ * Updated device profiles for iPhone 7 (iOS 11) with Mobile Edge browser and iPad (iOS 10) with Mobile Edge browser.
6
+ * Updated device profiles for iPhone 7 (iOS 11) with Mobile Chrome browser and iPad (iOS 10) with Mobile Chrome browser.
7
+
1
8
  ###Version 3.0.0
2
9
 
3
10
  * The TestCentricity™ Web gem now works with Selenium-WebDriver version 3.11 and **geckodriver** version 0.20.1 (or later) to support testing of the latest versions
data/README.md CHANGED
@@ -22,6 +22,12 @@ The TestCentricity™ Web gem supports running automated tests against the follo
22
22
 
23
23
 
24
24
  ## What's New
25
+ ###Version 3.0.1
26
+
27
+ * Updated device profiles for iPhone 7 (iOS 11) with Mobile Firefox browser and iPad (iOS 10) with Mobile Firefox browser.
28
+ * Updated device profiles for iPhone 7 (iOS 11) with Mobile Edge browser and iPad (iOS 10) with Mobile Edge browser.
29
+ * Updated device profiles for iPhone 7 (iOS 11) with Mobile Chrome browser and iPad (iOS 10) with Mobile Chrome browser.
30
+
25
31
  ###Version 3.0.0
26
32
 
27
33
  * The TestCentricity™ Web gem now works with Selenium-WebDriver version 3.11 and **geckodriver** version 0.20.1 (or later) to support testing of the latest
@@ -69,7 +69,7 @@
69
69
  :css_width: 375
70
70
  :css_height: 667
71
71
  :default_orientation: portrait
72
- :user_agent: "Mozilla/5.0 (iPhone; CPU iPhone OS 11_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) FxiOS/11.0b9935 Mobile/15E216 Safari/605.1.15"
72
+ :user_agent: "Mozilla/5.0 (iPhone; CPU iPhone OS 11_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) FxiOS/11.1b10377 Mobile/15E216 Safari/605.1.15"
73
73
  :iphone7_edge:
74
74
  :name: "iPhone 7 - MS Edge"
75
75
  :os: ios
@@ -77,7 +77,7 @@
77
77
  :css_width: 375
78
78
  :css_height: 667
79
79
  :default_orientation: portrait
80
- :user_agent: "Mozilla/5.0 (iPhone; CPU iPhone OS 11_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/11.0 EdgiOS/41.13.0.0 Mobile/15E216 Safari/605.1.15"
80
+ :user_agent: "Mozilla/5.0 (iPhone; CPU iPhone OS 11_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/11.0 EdgiOS/41.14.2.0 Mobile/15E216 Safari/605.1.15"
81
81
  :iphone8:
82
82
  :name: "iPhone 8"
83
83
  :os: ios
@@ -237,7 +237,7 @@ nexus6:
237
237
  :css_width: 1024
238
238
  :css_height: 768
239
239
  :default_orientation: landscape
240
- :user_agent: "Mozilla/5.0 (iPad; CPU iPhone OS 10_3_3 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) CriOS/65.0.3325.152 Mobile/14G60 Safari/602.1"
240
+ :user_agent: "Mozilla/5.0 (iPad; CPU OS 10_3_3 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) CriOS/66.0.3359.122 Mobile/14G60 Safari/602.1"
241
241
  :ipad_firefox:
242
242
  :name: "iPad - Firefox"
243
243
  :os: ios
@@ -245,7 +245,7 @@ nexus6:
245
245
  :css_width: 1024
246
246
  :css_height: 768
247
247
  :default_orientation: landscape
248
- :user_agent: "Mozilla/5.0 (iPad; CPU OS 10_3_3 like Mac OS X) AppleWebKit/603.3.8 (KHTML, like Gecko) FxiOS/11.0b9935 Mobile/14G60 Safari/603.3.8"
248
+ :user_agent: "Mozilla/5.0 (iPad; CPU OS 10_3_3 like Mac OS X) AppleWebKit/603.3.8 (KHTML, like Gecko) FxiOS/11.1b10377 Mobile/14G60 Safari/603.3.8"
249
249
  :ipad_edge:
250
250
  :name: "iPad - MS Edge"
251
251
  :os: ios
@@ -253,7 +253,7 @@ nexus6:
253
253
  :css_width: 1024
254
254
  :css_height: 768
255
255
  :default_orientation: landscape
256
- :user_agent: "Mozilla/5.0 (iPad; CPU OS 10_3_3 like Mac OS X) AppleWebKit/603.3.8 (KHTML, like Gecko) EdgiOS/41.13.0.0 Mobile/14G60 Safari/603.3.8"
256
+ :user_agent: "Mozilla/5.0 (iPad; CPU OS 10_3_3 like Mac OS X) AppleWebKit/603.3.8 (KHTML, like Gecko) EdgiOS/41.14.2.0 Mobile/14G60 Safari/603.3.8"
257
257
  :android_tablet:
258
258
  :name: "Generic Android tablet"
259
259
  :os: android
@@ -1,3 +1,3 @@
1
1
  module TestCentricityWeb
2
- VERSION = '3.0.0'
2
+ VERSION = '3.0.1'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: testcentricity_web
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.0
4
+ version: 3.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - A.J. Mrozinski
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-04-25 00:00:00.000000000 Z
11
+ date: 2018-04-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler