deliver 0.9.3 → 0.9.4

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: af72017a261e281d9b364501e50fab69707188e8
4
- data.tar.gz: 43e9b37b762b5d6cd7b76accd20425c9d59bb836
3
+ metadata.gz: 78781d3546c4cd7b835bcabed42d5e01dbff9e8a
4
+ data.tar.gz: a1ddcc47275a59cb5053a801ab0c814848b87dc5
5
5
  SHA512:
6
- metadata.gz: 7292048e59003e9a061a15ef5bd5cbdb123c0e8276fd5c0a4524f17c5c41d21e08699ec24d954fc7757e8e1274f90473d9b274a70e4bca69116c57e1ac499fca
7
- data.tar.gz: 7c7b3e80d6d27ce4b7e973f6fa19b6ace669f684ab3fc88854f30a9ca8718ef8409dc76f8c088409e932e3d1f100afdcf9ecf2be3c4d15c42875f370d4d07e4b
6
+ metadata.gz: a1fbd7b9ed4c7d395df12956ebc2be46ae617b6edf313273b3bb01978714eb9cd44d1a133ce8c242c2502b6445b591ddfe42a0a93356867a52babb56ce406324
7
+ data.tar.gz: 2bf71d1abf252de7c91f956854b9d95b817e439e9bf6cc25df0a86fbe371d3e3083c216d4483a41d597e28be0428a66f07032214a8b606a334a5a333fa914f38
data/bin/deliver CHANGED
@@ -16,7 +16,7 @@ class FastlaneApplication
16
16
  program :help, 'Author', 'Felix Krause <deliver@krausefx.com>'
17
17
  program :help, 'Website', 'https://fastlane.tools'
18
18
  program :help, 'GitHub', 'https://github.com/krausefx/deliver'
19
- program :help_formatter, :compact
19
+ # program :help_formatter, :compact # https://github.com/commander-rb/commander/issues/12 # https://github.com/commander-rb/commander/issues/12
20
20
 
21
21
  global_option '-f', '--force', 'Runs a deployment without verifying any information (PDF file). This can be used for build servers.'
22
22
  global_option '--beta', 'Upload a beta build to iTunes Connect. This uses the `beta_ipa` block.'
@@ -193,6 +193,7 @@ module Deliver
193
193
  content = File.read(File.join(language_folder, "#{key}.txt")) rescue nil
194
194
  next unless content
195
195
  content = content.split("\n") if key == 'keywords'
196
+ content = content.strip if ['privacy_url', 'software_url', 'support_url'].include?key
196
197
  @deploy_information[value] ||= {}
197
198
  @deploy_information[value][language] ||= content
198
199
 
@@ -1,3 +1,3 @@
1
1
  module Deliver
2
- VERSION = "0.9.3"
2
+ VERSION = "0.9.4"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: deliver
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.3
4
+ version: 0.9.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Felix Krause
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-04-27 00:00:00.000000000 Z
11
+ date: 2015-05-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: fastlane_core