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 +4 -4
- data/lib/pilot/build_manager.rb +1 -1
- data/lib/pilot/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: e54a367cc9956ad7b8fe865ceded0a0820fcebcd
|
|
4
|
+
data.tar.gz: e45a8f21ac5f0af3d1360f08389e16cabdff6570
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 551b3cb6f0b718e6d21d94e828800ed80e515c81d4cc1dfee971f3f433820f5a95a361a48a5c93c0aa1061a1e2bef9f763ef48581d83e91e5626f4c2fe93e485
|
|
7
|
+
data.tar.gz: 21e581989f763c52b949b07e1da2aa10ba062b6316aed5ad0aef40ff9d64c122b2544be092165293b306cd508bbae9b00502fb947081995c87e0299a4de02ea0
|
data/lib/pilot/build_manager.rb
CHANGED
|
@@ -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
|
-
|
|
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
|
data/lib/pilot/version.rb
CHANGED
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.
|
|
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.
|
|
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
|