appium_thor 2.0.1 → 2.0.2

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: f010047f801d945595ef7c30962f5786504a366f027dd6a400b529ccc75da189
4
- data.tar.gz: 1a18da01653a6231d2509ea8fcbe9b4c2be029dad9a5c56d2c59a35b32e76bf6
3
+ metadata.gz: 147df63f8baa610f11489884d07570f6e77fa51bd34ea423c599e12b7756d2a8
4
+ data.tar.gz: 4fbcd354fa45eaef8bada9eadd188925068c038c0058b0407867dad9a19afe24
5
5
  SHA512:
6
- metadata.gz: 796ad8085c6abf3b5510f142ceababfd613ad0ffbc1e8f11aa606978cbdaac755105500f1635c8afae5a8a5560eff16f4420aa2a1b36a816d7fb80b6bb7f0935
7
- data.tar.gz: 3f454f49e0e74a0281ef997edc7a6758a62d74c621023779646043fc25be6f11e6a60d5c0734880f2a42e6f00bf2777f6a195e819bc348819a0a83a529ab789c
6
+ metadata.gz: 49db8c3c81366c78d5d4cf152a42bf14f059fcac8c56118009d249ad26d251d04a46a47b768732c7dd80663119b0a4e27f171a6b0f7ee9dc3885121be4331d24
7
+ data.tar.gz: f3bfe90202a95485d33b72f3bb4784b3d94890b09d6b66652d95b895981981bfeb257b420142baabd251a1c63391f57a519a3008152dbe65a998962b3e4ad337
@@ -1,6 +1,6 @@
1
1
  module Appium
2
2
  module Thor
3
- VERSION = '2.0.1' unless defined? ::Appium::Thor::VERSION
3
+ VERSION = '2.0.2' unless defined? ::Appium::Thor::VERSION
4
4
  DATE = '2024-04-26' unless defined? ::Appium::Thor::DATE
5
5
  end
6
6
  end
data/release_notes.md CHANGED
@@ -1,3 +1,8 @@
1
+ #### v2.0.2 2024-04-26
2
+
3
+ - [8c63f32](https://github.com/appium/appium_thor/commit/8c63f32fdb00c07803de7e35d4b8d521c230092c) Release 2.0.2
4
+
5
+
1
6
  #### v2.0.1 2024-04-26
2
7
 
3
8
  - [12d7e59](https://github.com/appium/appium_thor/commit/12d7e59aa1cb41dcb0731e94bb183daead92c9ba) Release 2.0.1
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: appium_thor
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.1
4
+ version: 2.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - code@bootstraponline.com