appium_thor 2.0.0 → 2.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: cf2076f3692848707a188c8fd4894f6db4be3e9a3846c7ec968956bcff35996d
4
- data.tar.gz: 9f7ae671336d09075b901b9d156d2472950ef6bf7bd576895aeb4e85600b83eb
3
+ metadata.gz: f010047f801d945595ef7c30962f5786504a366f027dd6a400b529ccc75da189
4
+ data.tar.gz: 1a18da01653a6231d2509ea8fcbe9b4c2be029dad9a5c56d2c59a35b32e76bf6
5
5
  SHA512:
6
- metadata.gz: cecba2f6985427e8c22512f1111a01d84f981e1ddb290d07af18e3a3aa91b5b9024e93742fa9ee9a61672b84a4022f9b587f5251c5251153630036f7d68fbec4
7
- data.tar.gz: 63fe0809f01b8d8dc6ea4db7dd340a4644299199b7e673df187cccd748f88b1cb769637a32f75c3738bd6a9bdd9dacf96f161f373fd567d9d3fdb40a98306327
6
+ metadata.gz: 796ad8085c6abf3b5510f142ceababfd613ad0ffbc1e8f11aa606978cbdaac755105500f1635c8afae5a8a5560eff16f4420aa2a1b36a816d7fb80b6bb7f0935
7
+ data.tar.gz: 3f454f49e0e74a0281ef997edc7a6758a62d74c621023779646043fc25be6f11e6a60d5c0734880f2a42e6f00bf2777f6a195e819bc348819a0a83a529ab789c
@@ -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.1' 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.1 2024-04-26
2
+
3
+ - [12d7e59](https://github.com/appium/appium_thor/commit/12d7e59aa1cb41dcb0731e94bb183daead92c9ba) Release 2.0.1
4
+
5
+
1
6
  #### v2.0.0 2024-04-26
2
7
 
3
8
  - [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.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - code@bootstraponline.com