pilot 1.13.0 → 1.13.1

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: 804c9d896ba3e463dfaaa31b5fd0c9994eec340a
4
- data.tar.gz: ce1afba1c0d21d6a24d1eb80e9f147156af30d35
3
+ metadata.gz: e54a367cc9956ad7b8fe865ceded0a0820fcebcd
4
+ data.tar.gz: e45a8f21ac5f0af3d1360f08389e16cabdff6570
5
5
  SHA512:
6
- metadata.gz: 508073bb23adeaaa18bde075010097a549d4c5053afdc9fcffd5bb5cfbd967ae959b70ab1165c43aceafa8da0474ab585f2ce9c6a4d3fda3090a316fc983f7b1
7
- data.tar.gz: 924a064ba540ac1983d75b7606d6b6ff71d31be9083022918854057a4c2a424cbeb8a460f7e246d49800cc4e01d3157dc423f49ac358af9007c9a21943f0ac7e
6
+ metadata.gz: 551b3cb6f0b718e6d21d94e828800ed80e515c81d4cc1dfee971f3f433820f5a95a361a48a5c93c0aa1061a1e2bef9f763ef48581d83e91e5626f4c2fe93e485
7
+ data.tar.gz: 21e581989f763c52b949b07e1da2aa10ba062b6316aed5ad0aef40ff9d64c122b2544be092165293b306cd508bbae9b00502fb947081995c87e0299a4de02ea0
@@ -150,7 +150,7 @@ module Pilot
150
150
  if latest_build.valid and must_update_build_info
151
151
  # Set the changelog and/or description if necessary
152
152
  if should_update_build_information(options)
153
- build.update_build_information!(whats_new: options[:changelog], description: options[:beta_app_description], feedback_email: options[:beta_app_feedback_email])
153
+ latest_build.update_build_information!(whats_new: options[:changelog], description: options[:beta_app_description], feedback_email: options[:beta_app_feedback_email])
154
154
  UI.success "Successfully set the changelog and/or description for build"
155
155
  end
156
156
  must_update_build_info = false
@@ -1,4 +1,4 @@
1
1
  module Pilot
2
- VERSION = "1.13.0"
2
+ VERSION = "1.13.1"
3
3
  DESCRIPTION = "The best way to manage your TestFlight testers and builds from your terminal"
4
4
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pilot
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.13.0
4
+ version: 1.13.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Felix Krause
@@ -266,7 +266,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
266
266
  version: '0'
267
267
  requirements: []
268
268
  rubyforge_project:
269
- rubygems_version: 2.5.1
269
+ rubygems_version: 2.6.6
270
270
  signing_key:
271
271
  specification_version: 4
272
272
  summary: The best way to manage your TestFlight testers and builds from your terminal