testcentricity_web 4.5.9.1 → 4.5.10

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 2f7528a115bed0007d2646136f4b987266eb2eb4de66adb9716ad666b96066a3
4
- data.tar.gz: e82ba7bb9135e4e26f42c7e7f40c9c01c47b4686743ca9ed6536e22d33e6016d
3
+ metadata.gz: 352529e363b428d134befd410f2afcef2084136a298c8415e2da7fb47a0b20ee
4
+ data.tar.gz: dfd54814e74983289a4c9005000e9c9fa65ab818fe24d5b647159f8c2006aa30
5
5
  SHA512:
6
- metadata.gz: 5d2ec0e8d35a7c75629ea709f03b3f7e8fcef3f061ad2818e13e1720c6967e8c576e5ea292d0f74e3fa2c57db59f39d1179012d77ca773f6861aadd061a47e53
7
- data.tar.gz: 839ab15d7344e3d80b6a7db2fc716cabd4ebc0bb2391a375e804d2bc8bda7647f80ad30584f3cf2a8b19e19dbfe0744e241ad2782fcea2983f2eab7e21811c4f
6
+ metadata.gz: d59e5e1e595951de61f5bcd77e17f894c5fbcf8c1c4d346924268ba0bf55e38b5b17a2689de55beeaf6cc2f2bd12788087875a432fef13bce153b3885a58af20
7
+ data.tar.gz: 9191a53d184aae8ca888edb39d7c0be4afd65476722cc78172e219de9b839e5b01a9a967c99a3b49999811a2a0dd2453ce6813b2bdde2e6ca205aeaea92d1c64
data/CHANGELOG.md CHANGED
@@ -2,6 +2,15 @@
2
2
  All notable changes to this project will be documented in this file.
3
3
 
4
4
 
5
+ ## [4.5.10] - 05-AUG-2024
6
+
7
+ ### Changed
8
+
9
+ * Updated `selenium-webdriver` gem to version 4.23.0.
10
+ * Updated `appium_lib` gem to version 15.2.1.
11
+ * Updated `appium_lib_core` gem to version 9.2.1.
12
+
13
+
5
14
  ## [4.5.9.1] - 26-JUNE-2024
6
15
 
7
16
  ### Fixed
@@ -1,3 +1,3 @@
1
1
  module TestCentricityWeb
2
- VERSION = '4.5.9.1'
2
+ VERSION = '4.5.10'
3
3
  end
@@ -486,7 +486,7 @@ module TestCentricity
486
486
  # define mobile device options
487
487
  if ENV['BS_DEVICE']
488
488
  bs_options[:deviceName] = ENV['BS_DEVICE']
489
- bs_options[:appiumVersion] = '2.4.1'
489
+ bs_options[:appiumVersion] = '2.6.0'
490
490
  {
491
491
  browserName: browser,
492
492
  'bstack:options': bs_options
@@ -494,7 +494,7 @@ module TestCentricity
494
494
  else
495
495
  # define desktop browser options
496
496
  bs_options[:resolution] = ENV['RESOLUTION'] if ENV['RESOLUTION']
497
- bs_options[:seleniumVersion] = '4.21.0'
497
+ bs_options[:seleniumVersion] = '4.22.0'
498
498
  {
499
499
  browserName: browser,
500
500
  browserVersion: ENV['BS_VERSION'],
@@ -564,7 +564,7 @@ module TestCentricity
564
564
  else
565
565
  # define desktop browser options
566
566
  tb_options['screen-resolution'] = ENV['RESOLUTION'] if ENV['RESOLUTION']
567
- tb_options['selenium-version'] = '4.20.0'
567
+ tb_options['selenium-version'] = '4.22.0'
568
568
  end
569
569
  {
570
570
  browserName: browser,
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: 4.5.9.1
4
+ version: 4.5.10
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: 2024-06-26 00:00:00.000000000 Z
11
+ date: 2024-08-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -128,14 +128,14 @@ dependencies:
128
128
  requirements:
129
129
  - - ">="
130
130
  - !ruby/object:Gem::Version
131
- version: 3.12.0
131
+ version: 3.13.0
132
132
  type: :development
133
133
  prerelease: false
134
134
  version_requirements: !ruby/object:Gem::Requirement
135
135
  requirements:
136
136
  - - ">="
137
137
  - !ruby/object:Gem::Version
138
- version: 3.12.0
138
+ version: 3.13.0
139
139
  - !ruby/object:Gem::Dependency
140
140
  name: simplecov
141
141
  requirement: !ruby/object:Gem::Requirement
@@ -170,14 +170,14 @@ dependencies:
170
170
  requirements:
171
171
  - - "~>"
172
172
  - !ruby/object:Gem::Version
173
- version: 15.1.0
173
+ version: 15.2.1
174
174
  type: :runtime
175
175
  prerelease: false
176
176
  version_requirements: !ruby/object:Gem::Requirement
177
177
  requirements:
178
178
  - - "~>"
179
179
  - !ruby/object:Gem::Version
180
- version: 15.1.0
180
+ version: 15.2.1
181
181
  - !ruby/object:Gem::Dependency
182
182
  name: browserstack-local
183
183
  requirement: !ruby/object:Gem::Requirement
@@ -282,14 +282,14 @@ dependencies:
282
282
  requirements:
283
283
  - - '='
284
284
  - !ruby/object:Gem::Version
285
- version: 4.22.0
285
+ version: 4.23.0
286
286
  type: :runtime
287
287
  prerelease: false
288
288
  version_requirements: !ruby/object:Gem::Requirement
289
289
  requirements:
290
290
  - - '='
291
291
  - !ruby/object:Gem::Version
292
- version: 4.22.0
292
+ version: 4.23.0
293
293
  - !ruby/object:Gem::Dependency
294
294
  name: test-unit
295
295
  requirement: !ruby/object:Gem::Requirement
@@ -328,7 +328,7 @@ description: |2-
328
328
  emulators, or cloud hosted desktop or mobile web browsers (using BrowserStack, Sauce Labs, TestingBot, or LambdaTest
329
329
  services).
330
330
  email:
331
- - testcentricity@gmail.com
331
+ - support@testcentricity.com
332
332
  executables: []
333
333
  extensions: []
334
334
  extra_rdoc_files: []