fastlane-plugin-aws_s3 2.0.2 → 2.0.3
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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: b3a11c3f6c9eeba43033f951ff13da1b7cf431f2e53690067d5f5c18c63511d0
|
4
|
+
data.tar.gz: 57aa765758a3855301b07cf3a188dea05f7aa27700487844ac9438d88f7c4d84
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 7786e7c578d069285a41fde71509aa12b6e44d1258d254e9fb9fca7b029f9c3789acd2a4b62451f18b4c5cdbb47b291ee0a2067424a85d9114fce84095e7c3cc
|
7
|
+
data.tar.gz: 6d35bebed95baa2df8b87ac916111baaabb835d5cc561f62728b0cfeb3cf48cecd1f8c345533fc88205447bc1d7ad42522655b4e31bfa5bf626669bd746ac266
|
@@ -176,7 +176,7 @@ module Fastlane
|
|
176
176
|
full_version = "#{bundle_version}.#{build_num}"
|
177
177
|
|
178
178
|
# Creating plist and html names
|
179
|
-
plist_file_name ||= "#{url_part}#{
|
179
|
+
plist_file_name ||= "#{url_part}#{CGI.escape(title.delete(' '))}.plist"
|
180
180
|
|
181
181
|
html_file_name ||= "index.html"
|
182
182
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: fastlane-plugin-aws_s3
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.0.
|
4
|
+
version: 2.0.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Josh Holtz
|
8
|
-
autorequire:
|
8
|
+
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2021-
|
11
|
+
date: 2021-08-17 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-s3
|
@@ -108,7 +108,7 @@ dependencies:
|
|
108
108
|
- - ">="
|
109
109
|
- !ruby/object:Gem::Version
|
110
110
|
version: 2.144.0
|
111
|
-
description:
|
111
|
+
description:
|
112
112
|
email: josh@rokkincat.com
|
113
113
|
executables: []
|
114
114
|
extensions: []
|
@@ -129,7 +129,7 @@ homepage: https://github.com/fastlane-community/fastlane-plugin-s3
|
|
129
129
|
licenses:
|
130
130
|
- MIT
|
131
131
|
metadata: {}
|
132
|
-
post_install_message:
|
132
|
+
post_install_message:
|
133
133
|
rdoc_options: []
|
134
134
|
require_paths:
|
135
135
|
- lib
|
@@ -145,7 +145,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
145
145
|
version: '0'
|
146
146
|
requirements: []
|
147
147
|
rubygems_version: 3.0.3
|
148
|
-
signing_key:
|
148
|
+
signing_key:
|
149
149
|
specification_version: 4
|
150
150
|
summary: Upload IPA and APK to S3
|
151
151
|
test_files: []
|