fastlane 2.50.0.beta.20170729010003 → 2.50.0.beta.20170730010002

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: c62c028acb169bef0349086510289e6ab5a04225
4
- data.tar.gz: 8e0fb615e678a0d550834faebc3d9c48d96c1553
3
+ metadata.gz: 513a715ee289dbf64ebc1bd06720ab4fbb95791f
4
+ data.tar.gz: 44074c07b67f27fe4e9eecb440ade6d945c8bf74
5
5
  SHA512:
6
- metadata.gz: f1f1953777604ce33916fc3e0395fd2a4fd19029c54e249fd78306076fd831f34285b659e599e10281c11289eb056575dfae7f1fce03567e768518c395ecebeb
7
- data.tar.gz: 0b3e5bd21105624420c838b4664312a9655dd1ac0629c799599e7305cd209a92166786ae2449e8fe5839b114c250fb452bf83361de58b24dbdc6d5d803599926
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 shield.io",
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 shield.io request in seconds",
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|
@@ -1,5 +1,5 @@
1
1
  module Fastlane
2
- VERSION = '2.50.0.beta.20170729010003'.freeze
2
+ VERSION = '2.50.0.beta.20170730010002'.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
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.20170729010003
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-29 00:00:00.000000000 Z
18
+ date: 2017-07-30 00:00:00.000000000 Z
19
19
  dependencies:
20
20
  - !ruby/object:Gem::Dependency
21
21
  name: slack-notifier