fastlane-plugin-polidea 0.3.4 → 0.3.5

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
  SHA1:
3
- metadata.gz: a72410c72e9e1865b76f62ab4763a2408f1a87d0
4
- data.tar.gz: e85f32a6f8fc71702012350589e4ac88e8ca9a24
3
+ metadata.gz: d4d878ea2de616d3e04e82bcd6894449375aa5cc
4
+ data.tar.gz: 628e99f4d6d61a430bfdd980a89bfce97f7a1c5e
5
5
  SHA512:
6
- metadata.gz: fc52fbd6eb50d2b4933df7c4561b2dd765a5a8bf208e90b9c40319976463f404c60135f217d9233a7f7651c8ed231f367499411bbc426e78ad6c85298ab31f23
7
- data.tar.gz: 8ea90628b7ea5c9bddd10a20ddd5c12d5928753ea3d6e7541cbccdad4173a61368bcc688707b8305e6f36277f9bd686bf139e8fe460dfa800474f6bdb7f9b4de
6
+ metadata.gz: 7214697866060b8b1f6b37d01aedaa48d14ac881ad92d6bb1bfa33eda25da33e08f02c0b9da38756a9897dcc799fcda853712cfe038a639b38ad51dd35cec944
7
+ data.tar.gz: bad8d331f467ccfc4f77c856c5396077a44b3b3f9a1787f755fdba590f2ccf8d9ac0581de4b5f6b67563291aa55427ffd65966d401e718f8cc4397306d7e8114
@@ -227,7 +227,7 @@ module Fastlane
227
227
  private_class_method :create_request
228
228
 
229
229
  def self.itms_href(plist_url)
230
- "itms-services://?action=download-manifest&url=#{plist_url}"
230
+ "itms-services://?action=download-manifest&url=#{CGI.escape(plist_url)}"
231
231
  end
232
232
  private_class_method :itms_href
233
233
 
@@ -1,5 +1,5 @@
1
1
  module Fastlane
2
2
  module Polidea
3
- VERSION = "0.3.4"
3
+ VERSION = "0.3.5"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fastlane-plugin-polidea
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.4
4
+ version: 0.3.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Piotrek Dubiel
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-08-25 00:00:00.000000000 Z
11
+ date: 2016-09-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: plist