fastlane-plugin-s3_actions 0.1.1 → 0.1.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
  SHA1:
3
- metadata.gz: b2935f43bfa905c69a10b67251a61a563aee7b2e
4
- data.tar.gz: 3fd64a6317661c607eef8291d2a85f3355d1bff4
3
+ metadata.gz: 917433493d1b78e174e8fd8b209bc26c61a5a22c
4
+ data.tar.gz: 39593767990ce98ad38e9d440519d98b6afa56aa
5
5
  SHA512:
6
- metadata.gz: a07bf21b3c4ef7ae4c9033416e1acc6c5275d9defab8495f2d0200ca946019dc927b3e1cd765e176e7063a8a30d2e241bf3b04c7545f59dbe6bf6679bed6d1b6
7
- data.tar.gz: dafc441d97fab3c45ef42848ad8ffe5fcd6349997a50cbef1aa280af58101f4945a49c7b88473d1edf84d127df1e805edeb445b1bdab0b1731f5e6d27cf2b72a
6
+ metadata.gz: 343da11a686aa03cd60649eaf62c1457c3240944275da58f3665f03bba990a3bf8f5ce660c3b6f63ac3e494b2c4b397865b0d43c1b42622d4b962815a7b1d024
7
+ data.tar.gz: df82b1fd59b71eb8c3e4b5397b7778e12e99664921b882f0331cea44349ea710d4cbec0c80ea4ff2031719676456de59fee84ab7b9b3297993e98bc5dff4a423
@@ -14,7 +14,7 @@ module Fastlane
14
14
  output_path = params[:output_path]
15
15
 
16
16
  output_directory = File.dirname(output_path)
17
- unless File.exists?(output_directory)
17
+ unless File.exist?(output_directory)
18
18
  Actions.sh("mkdir #{output_directory}", log: $verbose)
19
19
  end
20
20
 
@@ -1,5 +1,5 @@
1
1
  module Fastlane
2
2
  module S3Actions
3
- VERSION = "0.1.1"
3
+ VERSION = "0.1.2"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fastlane-plugin-s3_actions
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Fernando Saragoca