fastlane 2.46.0.beta.20170706133903 → 2.46.0.beta.20170707010003

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: 3047b9a49c4a080f46108fc82082b1c8c86f562d
4
- data.tar.gz: 052c7fd0ae981bd01bf06fc51e0a1cf2a829cee5
3
+ metadata.gz: 6e00429ef1b28603fdbfe7c8368c85ca4606e88c
4
+ data.tar.gz: b0f9498b9f87e7840610f97203916a89387fd262
5
5
  SHA512:
6
- metadata.gz: 6e929f53c7556fd725f434c55ea4c313d8b49fa76f33b75dec06726ad20befc62529159a2da7381aba1c3ce49f3fae37399933f27e902527782067cc1f3b5f47
7
- data.tar.gz: b2bd1758365906456d4a060027eba0a8681d8ca5ab227ea20109b178e32e1dd5844a3a3adfc47f61b3555e741a38bf9ce6713300088443d5b2ef7760713fb76e
6
+ metadata.gz: c6845f3a01f6481a6310d9119c1343c578da978b3d9784fbf4957f6e45b461c3c7dbe5f688650a06fe5dce208d50c0596c6ad6159470de725f711fb42e96f11c
7
+ data.tar.gz: 8f2e1419c76a93a4344f0bdc99f7aed1edb1627f68097d675721ef74bf649c0f1b82d088aabde3b6eda7ccfc4bb26c1afe4bf5b01307d96740b5ae2e789ea873
@@ -1,5 +1,5 @@
1
1
  module Fastlane
2
- VERSION = '2.46.0.beta.20170706133903'.freeze
2
+ VERSION = '2.46.0.beta.20170707010003'.freeze
3
3
  DESCRIPTION = "The easiest way to automate beta deployments and releases for your iOS and Android apps".freeze
4
4
  MINIMUM_XCODE_RELEASE = "7.0".freeze
5
5
  end
@@ -149,7 +149,7 @@ module Gym
149
149
  short_option: "-u",
150
150
  env_name: "GYM_RESULT_BUNDLE",
151
151
  is_string: false,
152
- description: "Produce the result bundle describing what occurred will be placed",
152
+ description: "Location of the Xcode result bundle",
153
153
  optional: true),
154
154
  FastlaneCore::ConfigItem.new(key: :buildlog_path,
155
155
  short_option: "-l",
@@ -168,7 +168,7 @@ module Scan
168
168
  short_option: "-z",
169
169
  env_name: "SCAN_RESULT_BUNDLE",
170
170
  is_string: false,
171
- description: "Produce the result bundle describing what occurred will be placed",
171
+ description: "Location of the Xcode result bundle",
172
172
  optional: true),
173
173
  FastlaneCore::ConfigItem.new(key: :sdk,
174
174
  short_option: "-k",
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fastlane
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.46.0.beta.20170706133903
4
+ version: 2.46.0.beta.20170707010003
5
5
  platform: ruby
6
6
  authors:
7
7
  - Felix Krause
@@ -15,7 +15,7 @@ authors:
15
15
  autorequire:
16
16
  bindir: bin
17
17
  cert_chain: []
18
- date: 2017-07-06 00:00:00.000000000 Z
18
+ date: 2017-07-07 00:00:00.000000000 Z
19
19
  dependencies:
20
20
  - !ruby/object:Gem::Dependency
21
21
  name: slack-notifier