testcentricity_mobile 4.0.14 → 4.1.0
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/CHANGELOG.md +10 -0
- data/LICENSE.md +1 -1
- data/README.md +2 -2
- data/lib/testcentricity_mobile/version.rb +1 -1
- metadata +9 -9
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: a2d524e091d3777b36ddd3e010b0b3f4ee61609984400ae7db9c0d65f0d59755
|
4
|
+
data.tar.gz: 5c1344ec8d16ec59bcea191553350cf6cd66785cb110781444d3222f63c57da2
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 270dc721943051ce807ea0e4cf8c1d2d1e67ab26945990a5e72bf7ff241bcc9de1407cbcd8f45416901f46c40aee3db2de023d450d8ca5e1290836084f61748d
|
7
|
+
data.tar.gz: 5d5ae815bca62e95f9ec3128a94cc25b7363044d11708b1390ae2a7c8dbcc39def068532cd2e6b0f1a5c6bc6bee156573c4962dc5cb9653b05fe278b2aebfe41
|
data/CHANGELOG.md
CHANGED
@@ -2,6 +2,16 @@
|
|
2
2
|
All notable changes to this project will be documented in this file.
|
3
3
|
|
4
4
|
|
5
|
+
## [4.1.0] - 25-JAN-2025
|
6
|
+
|
7
|
+
### Changed
|
8
|
+
|
9
|
+
* Updated `selenium-webdriver` gem to version 4.28.0.
|
10
|
+
* Updated `appium_lib` gem to version 15.3.0.
|
11
|
+
* Updated `appium_lib_core` gem to version 9.5.0.
|
12
|
+
* Ruby version 3.1.0 or greater is now required.
|
13
|
+
|
14
|
+
|
5
15
|
## [4.0.14] - 04-NOV-2024
|
6
16
|
|
7
17
|
### Changed
|
data/LICENSE.md
CHANGED
data/README.md
CHANGED
@@ -52,7 +52,7 @@ ability to interact with and verify iOS system level modal dialogs.
|
|
52
52
|
|
53
53
|
## Installation
|
54
54
|
|
55
|
-
TestCentricity For Mobile version
|
55
|
+
TestCentricity For Mobile version 4.1 and above requires Ruby 3.1.0 or later. To install the TestCentricity For Mobile gem,
|
56
56
|
add this line to your automation project's `Gemfile`:
|
57
57
|
|
58
58
|
gem 'testcentricity_mobile'
|
@@ -2017,7 +2017,7 @@ the `/features/support/<platform>/sections` folder, where `<platform>` is typica
|
|
2017
2017
|
---
|
2018
2018
|
## Copyright and License
|
2019
2019
|
|
2020
|
-
TestCentricity™ Framework is Copyright (c) 2014-
|
2020
|
+
TestCentricity™ Framework is Copyright (c) 2014-2025, Tony Mrozinski.
|
2021
2021
|
All rights reserved.
|
2022
2022
|
|
2023
2023
|
Redistribution and use in source and binary forms, with or without
|
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
|
4
|
+
version: 4.1.0
|
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:
|
11
|
+
date: 2025-01-26 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|
@@ -30,14 +30,14 @@ dependencies:
|
|
30
30
|
requirements:
|
31
31
|
- - '='
|
32
32
|
- !ruby/object:Gem::Version
|
33
|
-
version: 9.2.
|
33
|
+
version: 9.2.1
|
34
34
|
type: :development
|
35
35
|
prerelease: false
|
36
36
|
version_requirements: !ruby/object:Gem::Requirement
|
37
37
|
requirements:
|
38
38
|
- - '='
|
39
39
|
- !ruby/object:Gem::Version
|
40
|
-
version: 9.2.
|
40
|
+
version: 9.2.1
|
41
41
|
- !ruby/object:Gem::Dependency
|
42
42
|
name: parallel_tests
|
43
43
|
requirement: !ruby/object:Gem::Requirement
|
@@ -128,14 +128,14 @@ dependencies:
|
|
128
128
|
requirements:
|
129
129
|
- - "~>"
|
130
130
|
- !ruby/object:Gem::Version
|
131
|
-
version: 15.
|
131
|
+
version: 15.3.0
|
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.
|
138
|
+
version: 15.3.0
|
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.
|
215
|
+
version: 4.28.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.
|
222
|
+
version: 4.28.0
|
223
223
|
- !ruby/object:Gem::Dependency
|
224
224
|
name: test-unit
|
225
225
|
requirement: !ruby/object:Gem::Requirement
|
@@ -303,7 +303,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
303
303
|
requirements:
|
304
304
|
- - ">="
|
305
305
|
- !ruby/object:Gem::Version
|
306
|
-
version: 3.
|
306
|
+
version: 3.1.0
|
307
307
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
308
308
|
requirements:
|
309
309
|
- - ">="
|