fastlane 2.80.0.beta.20180130010002 → 2.80.0.beta.20180131010003
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
- 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: b5f9df934a7ea556d058c09fc321ed320b43bae4
|
4
|
+
data.tar.gz: 6906ad70e996f2f0e97382b9754f0db347520415
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 487cb7a8d1070944f5797890d07650061be380b6f2062c62b867b51fa9a048f13d6a0d3bb873b45ba515165fb9297456f35a743308e4251839859588a3cfa9a4
|
7
|
+
data.tar.gz: 28d062cc3fce6e9acdb0502c710819ee071c8f91fb148784df3da44330c7de8afc8f2e285e3c45f37f7a4a470ea8e79f897f51c6cc1238945547d7d3cc2be189
|
@@ -1,5 +1,5 @@
|
|
1
1
|
module Fastlane
|
2
|
-
VERSION = '2.80.0.beta.
|
2
|
+
VERSION = '2.80.0.beta.20180131010003'.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.80.0.beta.
|
4
|
+
version: 2.80.0.beta.20180131010003
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Joshua Liebowitz
|
@@ -25,7 +25,7 @@ authors:
|
|
25
25
|
autorequire:
|
26
26
|
bindir: bin
|
27
27
|
cert_chain: []
|
28
|
-
date: 2018-01-
|
28
|
+
date: 2018-01-31 00:00:00.000000000 Z
|
29
29
|
dependencies:
|
30
30
|
- !ruby/object:Gem::Dependency
|
31
31
|
name: slack-notifier
|