testcentricity 3.0.0 → 3.0.1
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 +1 -1
- data/lib/testcentricity/version.rb +1 -1
- data/testcentricity.gemspec +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 31f94846b0235fd3b3507025052c4bc2672fc06d3646dd6e51f30a746522ceb8
|
|
4
|
+
data.tar.gz: 399961e0864716031576c8e12cd244b379ac2a67e2319d730c64cc1a431af49e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 76f54f2ca7d2338a17a112907b8d084c84e458f9f8b5f6e0bf82405734d252acd6042daaef739d76f60675f8167a25c297f8cf996413f099e9e528b194903d47
|
|
7
|
+
data.tar.gz: a5ac5ff41bfef9124b088492824c2583f5465fa855e42f6574a06498ac863503b9a280a88b58ff2bd3eb879fa75fb3176b914ad87da0a18586395c4f90309199
|
data/CHANGELOG.md
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
All notable changes to this project will be documented in this file.
|
|
3
3
|
|
|
4
4
|
|
|
5
|
-
## [3.0.
|
|
5
|
+
## [3.0.1] - 26-MAY-2022
|
|
6
6
|
|
|
7
7
|
### Added
|
|
8
8
|
* Added support for testing on cloud hosted iOS and Android simulators and real devices on BrowserStack, SauceLabs, and TestingBot services.
|
data/testcentricity.gemspec
CHANGED
|
@@ -20,7 +20,7 @@ Gem::Specification.new do |spec|
|
|
|
20
20
|
spec.homepage = 'https://github.com/TestCentricity/testcentricity'
|
|
21
21
|
spec.license = 'BSD-3-Clause'
|
|
22
22
|
spec.metadata = {
|
|
23
|
-
'changelog_uri' => 'https://github.com/TestCentricity/testcentricity/blob/
|
|
23
|
+
'changelog_uri' => 'https://github.com/TestCentricity/testcentricity/blob/master/CHANGELOG.md',
|
|
24
24
|
'documentation_uri' => 'https://www.rubydoc.info/gems/testcentricity'
|
|
25
25
|
}
|
|
26
26
|
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: testcentricity
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 3.0.
|
|
4
|
+
version: 3.0.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- A.J. Mrozinski
|
|
@@ -316,7 +316,7 @@ homepage: https://github.com/TestCentricity/testcentricity
|
|
|
316
316
|
licenses:
|
|
317
317
|
- BSD-3-Clause
|
|
318
318
|
metadata:
|
|
319
|
-
changelog_uri: https://github.com/TestCentricity/testcentricity/blob/
|
|
319
|
+
changelog_uri: https://github.com/TestCentricity/testcentricity/blob/master/CHANGELOG.md
|
|
320
320
|
documentation_uri: https://www.rubydoc.info/gems/testcentricity
|
|
321
321
|
post_install_message:
|
|
322
322
|
rdoc_options: []
|