testcentricity 3.0.0 → 3.0.1

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: e7997f9cb3d5ae132dd7d30ee0b651b458ef87313afc0ed831c9eb8e358da0be
4
- data.tar.gz: bd044e7df3c9be8ca66634878fcec4441a1b97f984e2c90364ae8cd921aec8e7
3
+ metadata.gz: 31f94846b0235fd3b3507025052c4bc2672fc06d3646dd6e51f30a746522ceb8
4
+ data.tar.gz: 399961e0864716031576c8e12cd244b379ac2a67e2319d730c64cc1a431af49e
5
5
  SHA512:
6
- metadata.gz: 26ced1a8db823e5babdcf7ab440aff9654b1ada1ee2eb0f38065659ba99533b4fdb90ecd5c8f7cbbcdb69de82d334242f8519e2ac557fd9ffbb8700f81383e9b
7
- data.tar.gz: 19c1ed6c73056d9c67a638e90f7d8fc0f2505176adf0265e24bc18e885d18edbbe63ed43b6a0e20d0b81a89a4e08f2a952e5f80aac406b5d4f7b2cca049a2e0b
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.0] - 26-MAY-2022
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.
@@ -1,3 +1,3 @@
1
1
  module TestCentricity
2
- VERSION = '3.0.0'
2
+ VERSION = '3.0.1'
3
3
  end
@@ -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/main/CHANGELOG.md',
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.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/main/CHANGELOG.md
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: []