fastlane 1.33.3 → 1.33.4

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: bf88c61a4182e34f989e273257aae74aa91ae7c2
4
- data.tar.gz: 906b823da0f648bbc4c72373ed6074d0a7cd2e4e
3
+ metadata.gz: 13f59fba4eb7b8382c18cf510d8225ea399757ef
4
+ data.tar.gz: 734233521816bbe09940617caae09868fa78da5d
5
5
  SHA512:
6
- metadata.gz: 32fdbfac6614780ec4083c796ce5b668f43633bc6886dc17bad66bd5b5131bfe9c050c4f7fbb1710b3788351de4a748da979a7ee61d04f52a1cbfd9ac7041403
7
- data.tar.gz: cd911d7445b249c4fd572492dc54126f32c1272fb263401b789ee267806f0d813be54162147f0fbe3c3dd9a94eeead7fa49b37a4ba0af1956d294068eb3d3864
6
+ metadata.gz: 658c7c647caf84e317a942d0b86a63d8aea0d4315b118e51c153ab80e6744f8e8a5b5fad48780705d607fcce51593df108a8f792f3bc06542fe81fcc178b94bc
7
+ data.tar.gz: b9a3ab7395354671a1107fb0a857c7913c782743bee365142e6534713c07f0b873bf9a0124c7b02363686327f2c5055f02538d97e2df2af302a669ca0aea1773
data/README.md CHANGED
@@ -171,7 +171,7 @@ See how [Wikipedia](https://github.com/fastlane/examples#wikipedia-by-wikimedia-
171
171
 
172
172
  You can easily opt-out by adding `opt_out_usage` to your `Fastfile` or by setting the environment variable `FASTLANE_OPT_OUT_USAGE`. To also disable update checks, set the `FASTLANE_SKIP_UPDATE_CHECK` variable.
173
173
 
174
- You can optionally submit crash reports, run `fastlane enable_crash_reporting` to get started. This makes resolving issues much easier and helps improving fastlane. No sensitive information is sent.
174
+ You can optionally submit crash reports, run `fastlane enable_crash_reporting` to get started. This makes resolving issues much easier and helps improving fastlane. [More information](https://github.com/KrauseFx/fastlane/releases/tag/1.33.3)
175
175
 
176
176
  ## Credentials
177
177
  A detailed description about how `fastlane` stores your credentials is available on a [separate repo](https://github.com/fastlane/credentials_manager).
data/bin/fastlane CHANGED
@@ -139,6 +139,14 @@ class FastlaneApplication
139
139
  end
140
140
  end
141
141
 
142
+ command :disable_crash_reporting do |c|
143
+ c.syntax = 'fastlane disable_crash_reporting'
144
+ c.description = 'Disable crash reporting'
145
+ c.action do |args, options|
146
+ FastlaneCore::CrashReporting.disable
147
+ end
148
+ end
149
+
142
150
  default_command :trigger
143
151
 
144
152
  run!
@@ -1,3 +1,3 @@
1
1
  module Fastlane
2
- VERSION = '1.33.3'
2
+ VERSION = '1.33.4'
3
3
  end
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: 1.33.3
4
+ version: 1.33.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Felix Krause
@@ -176,7 +176,7 @@ dependencies:
176
176
  requirements:
177
177
  - - ">="
178
178
  - !ruby/object:Gem::Version
179
- version: 0.23.0
179
+ version: 0.24.0
180
180
  - - "<"
181
181
  - !ruby/object:Gem::Version
182
182
  version: 1.0.0
@@ -186,7 +186,7 @@ dependencies:
186
186
  requirements:
187
187
  - - ">="
188
188
  - !ruby/object:Gem::Version
189
- version: 0.23.0
189
+ version: 0.24.0
190
190
  - - "<"
191
191
  - !ruby/object:Gem::Version
192
192
  version: 1.0.0