fastlane-plugin-aws_s3 2.0.2 → 2.0.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: a7fc5075413ae34e091a9f15fede968d4bb27259bd703584f50feea7394369d1
4
- data.tar.gz: 9769251d1ad4298b00ce813cc56ddc18235f64116c04fad3a60dd3f51887ce36
3
+ metadata.gz: b3a11c3f6c9eeba43033f951ff13da1b7cf431f2e53690067d5f5c18c63511d0
4
+ data.tar.gz: 57aa765758a3855301b07cf3a188dea05f7aa27700487844ac9438d88f7c4d84
5
5
  SHA512:
6
- metadata.gz: 619097cf6d8cc1cebaf13d47e14c27942bceae6e6a107685f75b42378859c0f3cfd3691c487ff18d8144081bbd9b6ea2d2573034a10c61f70b197ac8fee0a288
7
- data.tar.gz: 5ca2f912c8bbbcd9be23dcc59cd044a10e353b100f20ec7d2777d58e2fc01f414f145e220a161062228feabd3a1d20997e66c4e0173888de0aaf0f0316a131e1
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}#{URI.escape(title.delete(' '))}.plist"
179
+ plist_file_name ||= "#{url_part}#{CGI.escape(title.delete(' '))}.plist"
180
180
 
181
181
  html_file_name ||= "index.html"
182
182
 
@@ -1,5 +1,5 @@
1
1
  module Fastlane
2
2
  module AwsS3
3
- VERSION = "2.0.2"
3
+ VERSION = "2.0.3"
4
4
  end
5
5
  end
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.2
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-04-06 00:00:00.000000000 Z
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: []