appium_thor 2.0.0 → 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: cf2076f3692848707a188c8fd4894f6db4be3e9a3846c7ec968956bcff35996d
4
- data.tar.gz: 9f7ae671336d09075b901b9d156d2472950ef6bf7bd576895aeb4e85600b83eb
3
+ metadata.gz: 147df63f8baa610f11489884d07570f6e77fa51bd34ea423c599e12b7756d2a8
4
+ data.tar.gz: 4fbcd354fa45eaef8bada9eadd188925068c038c0058b0407867dad9a19afe24
5
5
  SHA512:
6
- metadata.gz: cecba2f6985427e8c22512f1111a01d84f981e1ddb290d07af18e3a3aa91b5b9024e93742fa9ee9a61672b84a4022f9b587f5251c5251153630036f7d68fbec4
7
- data.tar.gz: 63fe0809f01b8d8dc6ea4db7dd340a4644299199b7e673df187cccd748f88b1cb769637a32f75c3738bd6a9bdd9dacf96f161f373fd567d9d3fdb40a98306327
6
+ metadata.gz: 49db8c3c81366c78d5d4cf152a42bf14f059fcac8c56118009d249ad26d251d04a46a47b768732c7dd80663119b0a4e27f171a6b0f7ee9dc3885121be4331d24
7
+ data.tar.gz: f3bfe90202a95485d33b72f3bb4784b3d94890b09d6b66652d95b895981981bfeb257b420142baabd251a1c63391f57a519a3008152dbe65a998962b3e4ad337
@@ -4,7 +4,6 @@ module Appium
4
4
  # Sets the permissions on the gem credentials
5
5
  # Runs gem build gemspec
6
6
  def _build_gem
7
- `chmod 0600 ~/.gem/credentials`
8
7
  sh "gem build #{gem_name}.gemspec"
9
8
  end
10
9
 
@@ -1,6 +1,6 @@
1
1
  module Appium
2
2
  module Thor
3
- VERSION = '2.0.0' 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,13 @@
1
+ #### v2.0.2 2024-04-26
2
+
3
+ - [8c63f32](https://github.com/appium/appium_thor/commit/8c63f32fdb00c07803de7e35d4b8d521c230092c) Release 2.0.2
4
+
5
+
6
+ #### v2.0.1 2024-04-26
7
+
8
+ - [12d7e59](https://github.com/appium/appium_thor/commit/12d7e59aa1cb41dcb0731e94bb183daead92c9ba) Release 2.0.1
9
+
10
+
1
11
  #### v2.0.0 2024-04-26
2
12
 
3
13
  - [e83d36e](https://github.com/appium/appium_thor/commit/e83d36e65c48dcfc71b00d28837a4c57517cc6b2) Release 2.0.0
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.0
4
+ version: 2.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - code@bootstraponline.com