deliver 1.14.4 → 1.14.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: 6875471e42eabce409ace3ead241af6321f5c45b
4
- data.tar.gz: 2e9402799102c9938927d1d83c3b3e3fd642545a
3
+ metadata.gz: a2451302ab0fe0651f35ae79ed7f69fdcc16e2ef
4
+ data.tar.gz: e75fb3abbeb2afec9211739476126654708c10dc
5
5
  SHA512:
6
- metadata.gz: c314016353237540b11c15dc52c98ff4a64f5e212b89b88d79999c4c93f041b85104286e7370b52d03146700b2e08d55630ff7a80f499a4f02ffd0416d741e3d
7
- data.tar.gz: c15095eea0645da5dc88bb96a5a98d088f9337b41131ac266d19878b7d0b5f9fc160f809429610d7eb765e9e23aac332c08f864e964372b40ae2b01a30ed4db8
6
+ metadata.gz: c7db0ec409517aae6e0b236369caf0708afdc0ad2b6ff216d3d6320e8102d26b485c284a00aae45c4a5e88e0c8d4b2f340e08bc454d50725605e1a1a8add453f
7
+ data.tar.gz: ee14c485603cb01b8bf4b420d0905fdfb79b8c4720baec26fe38b9f30ce6c3c316477728f28fe558dfa32c1ee6afa87130ca9e797aed4678991e6c1a36f7125b
@@ -41,9 +41,9 @@ module Deliver
41
41
  (UploadMetadata::LOCALISED_VERSION_VALUES + UploadMetadata::LOCALISED_APP_VALUES).each do |key|
42
42
  v.description.languages.each do |language|
43
43
  if UploadMetadata::LOCALISED_VERSION_VALUES.include?(key)
44
- content = v.send(key)[language]
44
+ content = v.send(key)[language].to_s
45
45
  else
46
- content = app_details.send(key)[language]
46
+ content = app_details.send(key)[language].to_s
47
47
  end
48
48
  content << "\n"
49
49
  resulting_path = File.join(path, language, "#{key}.txt")
@@ -56,9 +56,9 @@ module Deliver
56
56
  # All non-localised metadata
57
57
  (UploadMetadata::NON_LOCALISED_VERSION_VALUES + UploadMetadata::NON_LOCALISED_APP_VALUES).each do |key|
58
58
  if UploadMetadata::NON_LOCALISED_VERSION_VALUES.include?(key)
59
- content = v.send(key)
59
+ content = v.send(key).to_s
60
60
  else
61
- content = app_details.send(key)
61
+ content = app_details.send(key).to_s
62
62
  end
63
63
  content << "\n"
64
64
  resulting_path = File.join(path, "#{key}.txt")
@@ -1,4 +1,4 @@
1
1
  module Deliver
2
- VERSION = "1.14.4"
2
+ VERSION = "1.14.5"
3
3
  DESCRIPTION = 'Upload screenshots, metadata and your app to the App Store using a single command'
4
4
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: deliver
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.14.4
4
+ version: 1.14.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Felix Krause
@@ -310,7 +310,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
310
310
  version: '0'
311
311
  requirements: []
312
312
  rubyforge_project:
313
- rubygems_version: 2.6.7
313
+ rubygems_version: 2.6.6
314
314
  signing_key:
315
315
  specification_version: 4
316
316
  summary: Upload screenshots, metadata and your app to the App Store using a single