fastlane 2.72.0.beta.20180101010003 → 2.72.0.beta.20180102010003
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/fastlane/lib/fastlane/version.rb +1 -1
- data/fastlane_core/lib/fastlane_core/helper.rb +4 -0
- 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: 1694db58a13226b59ad9bf4a8e814d6ad7fdb466
|
4
|
+
data.tar.gz: a731c165dcdd4a8ef3333397d2b1f465a2c557ee
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 5a6bf1408e5ed5e31bfb09427bca7f506d08b60e2ba219be59601e7319db09c613d467f4c3a2f7123fcd0fc0c62d99c5b188571eb0d835868da86fd641805670
|
7
|
+
data.tar.gz: b984a993ea128e0203cbfdbc5dff4816089485593af64d076892fa4c507ebc671a670f87f27a70dbf58850fd5897008a4f7893a3dfa2e973ec30ce2d8592b589
|
@@ -1,5 +1,5 @@
|
|
1
1
|
module Fastlane
|
2
|
-
VERSION = '2.72.0.beta.
|
2
|
+
VERSION = '2.72.0.beta.20180102010003'.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
|
RUBOCOP_REQUIREMENT = '0.49.1'.freeze
|
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.72.0.beta.
|
4
|
+
version: 2.72.0.beta.20180102010003
|
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: 2018-01-
|
18
|
+
date: 2018-01-02 00:00:00.000000000 Z
|
19
19
|
dependencies:
|
20
20
|
- !ruby/object:Gem::Dependency
|
21
21
|
name: slack-notifier
|