fastlane 2.50.0.beta.20170729010003 → 2.50.0.beta.20170730010002
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/actions/badge.rb +2 -2
- data/fastlane/lib/fastlane/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: 513a715ee289dbf64ebc1bd06720ab4fbb95791f
|
4
|
+
data.tar.gz: 44074c07b67f27fe4e9eecb440ade6d945c8bf74
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c2a432bda94772053281ab9980e3bb3353bd3418f6dea13b2a9bab70552b5ced3596c961b633953d77ad4d1eeefe21a63bf44d88e6f5bb0cc1e2018965591bbf
|
7
|
+
data.tar.gz: ee53c79732a1d7c507821cba18f6d799a8d43548afa8d19eafdfd18b71c17e430f4b8375dfa1ffb58c53c05e9deef97a76e1a0fb2ef6399917f23dd61032c53a
|
@@ -82,7 +82,7 @@ module Fastlane
|
|
82
82
|
end),
|
83
83
|
FastlaneCore::ConfigItem.new(key: :shield,
|
84
84
|
env_name: "FL_BADGE_SHIELD",
|
85
|
-
description: "Add a shield to your app icon from
|
85
|
+
description: "Add a shield to your app icon from shields.io",
|
86
86
|
optional: true,
|
87
87
|
is_string: true),
|
88
88
|
FastlaneCore::ConfigItem.new(key: :alpha,
|
@@ -104,7 +104,7 @@ module Fastlane
|
|
104
104
|
end),
|
105
105
|
FastlaneCore::ConfigItem.new(key: :shield_io_timeout,
|
106
106
|
env_name: "FL_BADGE_SHIELD_IO_TIMEOUT",
|
107
|
-
description: "Set custom duration for the timeout of the
|
107
|
+
description: "Set custom duration for the timeout of the shields.io request in seconds",
|
108
108
|
optional: true,
|
109
109
|
is_string: false,
|
110
110
|
verify_block: proc do |value|
|
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.50.0.beta.
|
4
|
+
version: 2.50.0.beta.20170730010002
|
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-
|
18
|
+
date: 2017-07-30 00:00:00.000000000 Z
|
19
19
|
dependencies:
|
20
20
|
- !ruby/object:Gem::Dependency
|
21
21
|
name: slack-notifier
|