fastlane-plugin-deploy_aws_s3_cloudfront 1.0.0 → 1.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: 85bbd1f4d3735d94526ded11b88bd62362ad8e8ab4b71d0d61f774ff9ce4b231
4
- data.tar.gz: 925bbe26567d5d182f5241edb5f02e41673f06b2d2d4b634b01748383ba7ff30
3
+ metadata.gz: 7e4b452afd5fdc889e8b68eb74fb7b38980a5b224a95ab03c2ecc5304f3540be
4
+ data.tar.gz: 1767ee17dd054c26a250c7117051646dbdb4d18021f54d66a0a8fc2e0d1393f6
5
5
  SHA512:
6
- metadata.gz: c9e66e12446488ec1192445c70a7566edcf932dd2412d01e4351e740852f83a3c4eeed8e8d7c0f6e3a5525928e1c9152ee43939e4952b2c353f5805b317b83a1
7
- data.tar.gz: c2f6ff52f3a90234dcc364b1f90c8d954d9a9dde0c2a0e4a4fa63c1bb1aa1b272332dba410cd2f0e5a6c34a7248ed87764320ff88359e7fe1684eae427c0f6f6
6
+ metadata.gz: 7828bf27f03763cc370c46f78af6616e941cc1e4200ebf635e43fb0754f917bacd5e8ef83202aa2297875740112da4f8389ef67fdf8a068c28e41d6ba176c3e6
7
+ data.tar.gz: da87abc9f52a8d67471f3945bd8b6a5194f3b2711b103acb859ce5d6794fc1e3683f49f6e3040ef07fef7f6c4eecdf840a018b4cee97fd34c7d3ee7f08c9ef37
@@ -1,5 +1,5 @@
1
1
  module Fastlane
2
2
  module DeployAwsS3Cloudfront
3
- VERSION = "1.0.0"
3
+ VERSION = "1.0.1"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fastlane-plugin-deploy_aws_s3_cloudfront
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Hector
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-01-24 00:00:00.000000000 Z
11
+ date: 2020-02-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-s3
@@ -190,7 +190,7 @@ files:
190
190
  - lib/fastlane/plugin/deploy_aws_s3_cloudfront/actions/deploy_aws_s3_cloudfront_action.rb
191
191
  - lib/fastlane/plugin/deploy_aws_s3_cloudfront/helper/deploy_aws_s3_cloudfront_helper.rb
192
192
  - lib/fastlane/plugin/deploy_aws_s3_cloudfront/version.rb
193
- homepage: https://github.com/MrJeffApp/fastlane-plugin-deploy_aws_s3_cloudfront
193
+ homepage: https://jeff-labs.github.io/fastlane-plugin-deploy_aws_s3_cloudfront
194
194
  licenses:
195
195
  - MIT
196
196
  metadata: {}