fastlane_core 0.26.2 → 0.26.3
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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 6bd6bf2d657ac1294187ca4dca987b4945696c7a
|
|
4
|
+
data.tar.gz: 39c51511b40b3af63166354fec8c78a627765de3
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 4b28d65faa9cf51c84321650a66376330c0b3a5bf8a7c5cfeee5090b0974850de6f5bd2c83be9da28487ee59be3b2a18a1e3a954841c785f895db7421ae13dd2
|
|
7
|
+
data.tar.gz: a243139119e72225c1e4cc7ee0fab48a6750f06722aaa3627bcbfbe52f07a3e6b04b72c70e1fe0783675bfc1899aaaad4b06789e679d756ece3c0a35d8d224e5
|
|
@@ -20,7 +20,7 @@ module FastlaneCore
|
|
|
20
20
|
raise "short_option must be a String of length 1" unless short_option.kind_of? String and short_option.delete('-').length == 1
|
|
21
21
|
end
|
|
22
22
|
if description
|
|
23
|
-
raise "Do not let descriptions end with a '.', since it's used for user inputs as well".red if
|
|
23
|
+
raise "Do not let descriptions end with a '.', since it's used for user inputs as well".red if description[-1] == '.'
|
|
24
24
|
end
|
|
25
25
|
|
|
26
26
|
@key = key
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: fastlane_core
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.26.
|
|
4
|
+
version: 0.26.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Felix Krause
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2015-11-
|
|
11
|
+
date: 2015-11-16 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: json
|
|
@@ -362,7 +362,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
362
362
|
version: '0'
|
|
363
363
|
requirements: []
|
|
364
364
|
rubyforge_project:
|
|
365
|
-
rubygems_version: 2.4.
|
|
365
|
+
rubygems_version: 2.4.0
|
|
366
366
|
signing_key:
|
|
367
367
|
specification_version: 4
|
|
368
368
|
summary: Contains all shared code/dependencies of the fastlane.tools
|