fastlane 2.78.0.beta.20180120010003 → 2.78.0.beta.20180121010003
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: 4c1e22ed5b606310ebfb2cb40c221132f4975d07
|
4
|
+
data.tar.gz: 35bd7230d14bcbc91f17ee402b683e2f1140fbd3
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: fe91ba528c38da04ac2d5371dc9cb7b11941b88c291e592f111b3680a79883805de9c7559509fad7aa242606c3af283fd70e2adbf506fdc503a38c5ad915d3cb
|
7
|
+
data.tar.gz: 424da683d1992e99ab8f49874fca4c91e2ed61ce235a08247c53bb088e54b201f70a6ab1ed534c784bfe2b41bb8c89ebd16a4ef6c18adca4a81d0fd953a444a7
|
@@ -1,5 +1,5 @@
|
|
1
1
|
module Fastlane
|
2
|
-
VERSION = '2.78.0.beta.
|
2
|
+
VERSION = '2.78.0.beta.20180121010003'.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.78.0.beta.
|
4
|
+
version: 2.78.0.beta.20180121010003
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Josh Holtz
|
@@ -25,7 +25,7 @@ authors:
|
|
25
25
|
autorequire:
|
26
26
|
bindir: bin
|
27
27
|
cert_chain: []
|
28
|
-
date: 2018-01-
|
28
|
+
date: 2018-01-21 00:00:00.000000000 Z
|
29
29
|
dependencies:
|
30
30
|
- !ruby/object:Gem::Dependency
|
31
31
|
name: slack-notifier
|