testcentricity_apps 4.0.14 → 4.0.15

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: 196de0bbeede1490b281ee0f63cd8405b58cf0e78be40066a17068e580ba03dc
4
- data.tar.gz: 6523998fedcbe81a0ece8e0801d68ac36f5b4a3e01f6fe2436b29ab7bbc6353c
3
+ metadata.gz: 8ab12953bace3c2088c95abe11b36fac9501a8125187ed90e26d3d98837611ec
4
+ data.tar.gz: 89a577da8c2eda0189cf22b24f006c2b2fe742df5f1edf168af30ad4d2c846b6
5
5
  SHA512:
6
- metadata.gz: 1ecc279420fa86f2ec99c35635fcee7cfc538436ef5c634979c70ab5a930288d5fad244f0340ada6a77e77b61adb452aded6657054c0e47803f50b3ea1d69589
7
- data.tar.gz: c729cf28f981a1eda36d8c6d84658802b35e36fd163a0c5561170fe8bf539aca22c819a6c2374f396e7af635bab5a84dc4350138c476fe6e26d745613e8feb10
6
+ metadata.gz: f3825e3b2fbea114c6d1a2e9738a90a4f336308618fcfbbaf17038043b7b5dba3136b87f9d547a154832ee694de0c073220f064146fc6b75b611cb2d593fd782
7
+ data.tar.gz: 1226fe0b2a94f0867ae6dd1b315e704600782dd80973aebf04bfbaf5adb1482a452b49a07288e6b3d2b8ebba843bc2844a46e6f6bd12d0c51e619e193b6df83f
data/CHANGELOG.md CHANGED
@@ -2,6 +2,14 @@
2
2
  All notable changes to this project will be documented in this file.
3
3
 
4
4
 
5
+ ## [4.0.15] - 13-NOV-2024
6
+
7
+ ### Changed
8
+
9
+ * Updated `selenium-webdriver` gem to version 4.26.0.
10
+ * Updated `rexml` gem to latest version to address ReDoS vulnerability.
11
+
12
+
5
13
  ## [4.0.14] - 25-SEP-2024
6
14
 
7
15
  ### Changed
data/README.md CHANGED
@@ -29,8 +29,9 @@ A complete history of bug fixes and new features can be found in the [CHANGELOG]
29
29
 
30
30
  The RubyDocs for this gem can be found [here](https://www.rubydoc.info/gems/testcentricity_apps/).
31
31
 
32
- Two example projects that demonstrates the implementation of a screen object model framework using TestCentricity™ For Apps
32
+ Three example projects that demonstrates the implementation of a screen object model framework using TestCentricity™ For Apps
33
33
  and Cucumber can be found at the following:
34
+ * [tc_mac_calculator_demo](https://github.com/TestCentricity/tc_mac_calculator_demo)
34
35
  * [tc_mobile_react_native_demo](https://github.com/TestCentricity/tc_mobile_react_native_demo)
35
36
  * [tc_mobile_wdio_demo](https://github.com/TestCentricity/tc_mobile_wdio_demo)
36
37
 
@@ -572,7 +572,7 @@ module TestCentricity
572
572
  def self.testingbot_capabilities
573
573
  Environ.device = :simulator
574
574
  # specify endpoint url
575
- @endpoint = "http://#{ENV['TB_USERNAME']}:#{ENV['TB_AUTHKEY']}@hub.testingbot.com/wd/hub" if @endpoint.nil?
575
+ @endpoint = "https://#{ENV['TB_USERNAME']}:#{ENV['TB_AUTHKEY']}@hub.testingbot.com/wd/hub" if @endpoint.nil?
576
576
  # define TestingBot options
577
577
  options = if @capabilities.nil?
578
578
  Environ.device_name = ENV['TB_DEVICE']
@@ -1,3 +1,3 @@
1
1
  module TestCentricityApps
2
- VERSION = '4.0.14'
2
+ VERSION = '4.0.15'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: testcentricity_apps
3
3
  version: !ruby/object:Gem::Version
4
- version: 4.0.14
4
+ version: 4.0.15
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-09-26 00:00:00.000000000 Z
11
+ date: 2024-11-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -212,14 +212,14 @@ dependencies:
212
212
  requirements:
213
213
  - - '='
214
214
  - !ruby/object:Gem::Version
215
- version: 4.25.0
215
+ version: 4.26.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.25.0
222
+ version: 4.26.0
223
223
  - !ruby/object:Gem::Dependency
224
224
  name: test-unit
225
225
  requirement: !ruby/object:Gem::Requirement