fastlane 2.24.0.beta.20170326010023 → 2.24.0.beta.20170327010009
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/fastlane/lib/fastlane/helper/sh_helper.rb +1 -1
- data/fastlane/lib/fastlane/version.rb +1 -1
- metadata +14 -14
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 37f46ef2f2795ec8f60b5d5c083b9e7a1849c276
|
4
|
+
data.tar.gz: 5e521f6dded89c68d989fa6766bfad6b9bf7c21c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 7a50f66716866c505335da412201734085f13ac0ab14de5115aab09802d0d19d3e512f76eeae5f7faf35367bdc6b1f24b021122314de7416f388ec639592545a
|
7
|
+
data.tar.gz: 1aaa1c3d11b0c22e65cd6bd078db460c9690fa5db84c92a002bad92f0cfdbde907fbd5dd780f458c46b51e2ff941423e0229aad54f5d9f713e58fc7c3239eadd
|
@@ -5,7 +5,7 @@ module Fastlane
|
|
5
5
|
# Just an alias for sh_no_action
|
6
6
|
# When running this in tests, it will return the actual command instead of executing it
|
7
7
|
# @param log [Boolean] should fastlane print out the executed command
|
8
|
-
# @param error_callback [Block] a callback invoked with the command
|
8
|
+
# @param error_callback [Block] a callback invoked with the command output if there is a non-zero exit status
|
9
9
|
def self.sh(command, log: true, error_callback: nil)
|
10
10
|
sh_control_output(command, print_command: log, print_command_output: log, error_callback: error_callback)
|
11
11
|
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: 2.24.0.beta.
|
4
|
+
version: 2.24.0.beta.20170327010009
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Felix Krause
|
@@ -14,7 +14,7 @@ authors:
|
|
14
14
|
autorequire:
|
15
15
|
bindir: bin
|
16
16
|
cert_chain: []
|
17
|
-
date: 2017-03-
|
17
|
+
date: 2017-03-27 00:00:00.000000000 Z
|
18
18
|
dependencies:
|
19
19
|
- !ruby/object:Gem::Dependency
|
20
20
|
name: slack-notifier
|
@@ -658,14 +658,14 @@ dependencies:
|
|
658
658
|
requirements:
|
659
659
|
- - "~>"
|
660
660
|
- !ruby/object:Gem::Version
|
661
|
-
version:
|
661
|
+
version: 0.47.0
|
662
662
|
type: :development
|
663
663
|
prerelease: false
|
664
664
|
version_requirements: !ruby/object:Gem::Requirement
|
665
665
|
requirements:
|
666
666
|
- - "~>"
|
667
667
|
- !ruby/object:Gem::Version
|
668
|
-
version:
|
668
|
+
version: 0.47.0
|
669
669
|
- !ruby/object:Gem::Dependency
|
670
670
|
name: rb-readline
|
671
671
|
requirement: !ruby/object:Gem::Requirement
|
@@ -1296,23 +1296,23 @@ metadata:
|
|
1296
1296
|
post_install_message:
|
1297
1297
|
rdoc_options: []
|
1298
1298
|
require_paths:
|
1299
|
-
-
|
1300
|
-
- supply/lib
|
1301
|
-
- gym/lib
|
1299
|
+
- spaceship/lib
|
1302
1300
|
- fastlane/lib
|
1303
|
-
- match/lib
|
1304
|
-
- deliver/lib
|
1305
|
-
- pilot/lib
|
1306
|
-
- produce/lib
|
1307
1301
|
- credentials_manager/lib
|
1308
1302
|
- screengrab/lib
|
1303
|
+
- deliver/lib
|
1309
1304
|
- sigh/lib
|
1310
|
-
- spaceship/lib
|
1311
|
-
- snapshot/lib
|
1312
|
-
- pem/lib
|
1313
1305
|
- fastlane_core/lib
|
1314
1306
|
- cert/lib
|
1307
|
+
- supply/lib
|
1308
|
+
- pem/lib
|
1309
|
+
- produce/lib
|
1310
|
+
- scan/lib
|
1315
1311
|
- frameit/lib
|
1312
|
+
- pilot/lib
|
1313
|
+
- gym/lib
|
1314
|
+
- match/lib
|
1315
|
+
- snapshot/lib
|
1316
1316
|
required_ruby_version: !ruby/object:Gem::Requirement
|
1317
1317
|
requirements:
|
1318
1318
|
- - ">="
|