testcentricity_mobile 4.0.9 → 4.0.11

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
  SHA256:
3
- metadata.gz: 3f614ec9e185b78ac414d59983cc909e2f989401ca8e118118a87954d5570e7b
4
- data.tar.gz: 03a59837c4cdc0c4a143825c6e671cfaa247d1438d3641a501c2e47540e64294
3
+ metadata.gz: 30b9c37a57bf36e169cb1747925ce26766b46fb9ec69524abdbb41c2fcdb0643
4
+ data.tar.gz: 576aa22a59736801bbe7506cf86644f98656032a75b665babe0a2fc6778ab9ae
5
5
  SHA512:
6
- metadata.gz: 3a0fd28581e86081760d8ef6370493d5942e97159289b33725edef4efea931b818b91b8dfca995a52d83b33a5a48dbfefc8f189bf35594cf9020069531340656
7
- data.tar.gz: 9921931f165066e34fedee0667c4f38f94f2cd13338a569c6ea6bb1b4ac69efe4b301df31d7084327acce4d707fd183ad9998c769f2ebf7ac9fb1f560f7bfeba
6
+ metadata.gz: 242cf705af3615f63f02eee87c4c69f22c7a9c9405e5efdfa69c0571e0e8f60bef9dd520f58e10f1d61ff20cf2a441d8286847173a419a4d3a86b1d84912acea
7
+ data.tar.gz: 52b283cbda8c9f842e7e1d91600054d47fe9b21360636cc9a5c004232f4afa79fff6124e77194409b6c1bd1500b8f85722da9b76aea0c2892faee6f19f3da47a
data/CHANGELOG.md CHANGED
@@ -2,6 +2,23 @@
2
2
  All notable changes to this project will be documented in this file.
3
3
 
4
4
 
5
+ ## [4.0.11] - 08-AUG-2024
6
+
7
+ ### Changed
8
+
9
+ * Updated `appium_lib` gem to version 15.2.2.
10
+ * Updated `appium_lib_core` gem to version 9.2.1.
11
+
12
+
13
+ ## [4.0.10] - 25-JULY-2024
14
+
15
+ ### Changed
16
+
17
+ * Updated `selenium-webdriver` gem to version 4.23.0.
18
+ * Updated `appium_lib` gem to version 15.2.0.
19
+ * Updated `appium_lib_core` gem to version 9.2.0.
20
+
21
+
5
22
  ## [4.0.9] - 23-JUNE-2024
6
23
 
7
24
  ### Changed
@@ -516,7 +516,7 @@ module TestCentricity
516
516
  bs_options[:gpsLocation] = ENV['GPS_LOCATION'] if ENV['GPS_LOCATION']
517
517
  bs_options[:acceptInsecureCerts] = ENV['ACCEPT_INSECURE_CERTS'] if ENV['ACCEPT_INSECURE_CERTS']
518
518
  bs_options[:disableAnimations] = ENV['DISABLE_ANIMATION'] if ENV['DISABLE_ANIMATION']
519
- bs_options[:appiumVersion] = ENV['APPIUM_VERSION'] ? ENV['APPIUM_VERSION'] : '2.4.1'
519
+ bs_options[:appiumVersion] = ENV['APPIUM_VERSION'] ? ENV['APPIUM_VERSION'] : '2.6.0'
520
520
 
521
521
  capabilities = {
522
522
  platformName: ENV['BS_OS'],
@@ -560,7 +560,7 @@ module TestCentricity
560
560
  tb_options['testingbot.geoCountryCode'] = ENV['IP_GEOLOCATION'] if ENV['IP_GEOLOCATION']
561
561
  tb_options[:screenrecorder] = ENV['RECORD_VIDEO'] if ENV['RECORD_VIDEO']
562
562
  tb_options[:screenshot] = ENV['SCREENSHOTS'] if ENV['SCREENSHOTS']
563
- tb_options[:appiumVersion] = ENV['APPIUM_VERSION'] ? ENV['APPIUM_VERSION'] : '2.4.1'
563
+ tb_options[:appiumVersion] = ENV['APPIUM_VERSION'] ? ENV['APPIUM_VERSION'] : '2.10.3'
564
564
 
565
565
  capabilities = {
566
566
  platformName: ENV['TB_OS'],
@@ -1,3 +1,3 @@
1
1
  module TestCentricityMobile
2
- VERSION = '4.0.9'
2
+ VERSION = '4.0.11'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: testcentricity_mobile
3
3
  version: !ruby/object:Gem::Version
4
- version: 4.0.9
4
+ version: 4.0.11
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-23 00:00:00.000000000 Z
11
+ date: 2024-08-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -86,14 +86,14 @@ dependencies:
86
86
  requirements:
87
87
  - - ">="
88
88
  - !ruby/object:Gem::Version
89
- version: 3.12.0
89
+ version: 3.13.0
90
90
  type: :development
91
91
  prerelease: false
92
92
  version_requirements: !ruby/object:Gem::Requirement
93
93
  requirements:
94
94
  - - ">="
95
95
  - !ruby/object:Gem::Version
96
- version: 3.12.0
96
+ version: 3.13.0
97
97
  - !ruby/object:Gem::Dependency
98
98
  name: simplecov
99
99
  requirement: !ruby/object:Gem::Requirement
@@ -128,14 +128,14 @@ dependencies:
128
128
  requirements:
129
129
  - - "~>"
130
130
  - !ruby/object:Gem::Version
131
- version: 15.1.0
131
+ version: 15.2.2
132
132
  type: :runtime
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: 15.1.0
138
+ version: 15.2.2
139
139
  - !ruby/object:Gem::Dependency
140
140
  name: childprocess
141
141
  requirement: !ruby/object:Gem::Requirement
@@ -212,14 +212,14 @@ dependencies:
212
212
  requirements:
213
213
  - - '='
214
214
  - !ruby/object:Gem::Version
215
- version: 4.22.0
215
+ version: 4.23.0
216
216
  type: :runtime
217
217
  prerelease: false
218
218
  version_requirements: !ruby/object:Gem::Requirement
219
219
  requirements:
220
220
  - - '='
221
221
  - !ruby/object:Gem::Version
222
- version: 4.22.0
222
+ version: 4.23.0
223
223
  - !ruby/object:Gem::Dependency
224
224
  name: test-unit
225
225
  requirement: !ruby/object:Gem::Requirement
@@ -255,7 +255,7 @@ description: |2-
255
255
  Appium capabilities required to establish a connection with locally or cloud hosted (using BrowserStack, Sauce Labs,
256
256
  or TestingBot services) iOS or Android devices or simulators.
257
257
  email:
258
- - testcentricity@gmail.com
258
+ - support@testcentricity.com
259
259
  executables: []
260
260
  extensions: []
261
261
  extra_rdoc_files: []
@@ -311,7 +311,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
311
311
  version: '0'
312
312
  requirements:
313
313
  - Appium
314
- rubygems_version: 3.2.3
314
+ rubygems_version: 3.3.26
315
315
  signing_key:
316
316
  specification_version: 4
317
317
  summary: A Screen Object Model Framework for native mobile iOS and/or Android app