fastlane 2.85.0.beta.20180307050101 → 2.85.0.beta.20180308050114
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/commands_generator.rb +3 -5
- data/fastlane/lib/fastlane/version.rb +1 -1
- metadata +13 -13
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 23a54fcb5d8ae827f9d599c62139d90330d27a05
|
4
|
+
data.tar.gz: db688ce8bdbeeb9a1ab2d2d34e6a4d322ed7e125
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3cb4e87171dd13f9d013d29978bbaad8286563ab6f79c2e86dd69830947bb2fb7c39796880130a1a5459efb58d7553f710de59aa3a5a156868f7f38d1fcce191
|
7
|
+
data.tar.gz: 4f7badc1fe99c4e58a26307e7b036ee3aabc4d6da097ccbb20920a4fcb771cf24ca09888807bb180d67c35827482443d2f711c757331293b293745f5b4d9ca21
|
@@ -119,16 +119,14 @@ module Fastlane
|
|
119
119
|
# CrashlyticsBetaCommandLineHandler.apply_options(c)
|
120
120
|
|
121
121
|
c.action do |args, options|
|
122
|
-
# if args[0] == 'beta'
|
123
|
-
# beta_info = CrashlyticsBetaCommandLineHandler.info_from_options(options)
|
124
|
-
# Fastlane::CrashlyticsBeta.new(beta_info, Fastlane::CrashlyticsBetaUi.new).run
|
125
|
-
# else
|
126
122
|
is_swift_fastfile = args.include?("swift")
|
127
123
|
Fastlane::Setup.start(user: options.user, is_swift_fastfile: is_swift_fastfile)
|
128
|
-
# end
|
129
124
|
end
|
130
125
|
end
|
131
126
|
|
127
|
+
# Creating alias for mapping "swift init" to "init swift"
|
128
|
+
alias_command(:'swift init', :init, 'swift')
|
129
|
+
|
132
130
|
command :new_action do |c|
|
133
131
|
c.syntax = 'fastlane new_action'
|
134
132
|
c.description = 'Create a new custom action for fastlane.'
|
@@ -1,5 +1,5 @@
|
|
1
1
|
module Fastlane
|
2
|
-
VERSION = '2.85.0.beta.
|
2
|
+
VERSION = '2.85.0.beta.20180308050114'.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.85.0.beta.
|
4
|
+
version: 2.85.0.beta.20180308050114
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Manu Wallner
|
@@ -27,7 +27,7 @@ authors:
|
|
27
27
|
autorequire:
|
28
28
|
bindir: bin
|
29
29
|
cert_chain: []
|
30
|
-
date: 2018-03-
|
30
|
+
date: 2018-03-08 00:00:00.000000000 Z
|
31
31
|
dependencies:
|
32
32
|
- !ruby/object:Gem::Dependency
|
33
33
|
name: slack-notifier
|
@@ -1613,23 +1613,23 @@ metadata:
|
|
1613
1613
|
post_install_message:
|
1614
1614
|
rdoc_options: []
|
1615
1615
|
require_paths:
|
1616
|
-
-
|
1617
|
-
-
|
1616
|
+
- supply/lib
|
1617
|
+
- frameit/lib
|
1618
|
+
- cert/lib
|
1619
|
+
- screengrab/lib
|
1620
|
+
- snapshot/lib
|
1618
1621
|
- pem/lib
|
1619
1622
|
- pilot/lib
|
1620
|
-
-
|
1623
|
+
- precheck/lib
|
1621
1624
|
- match/lib
|
1622
|
-
- scan/lib
|
1623
|
-
- deliver/lib
|
1624
|
-
- screengrab/lib
|
1625
1625
|
- sigh/lib
|
1626
|
+
- gym/lib
|
1627
|
+
- spaceship/lib
|
1628
|
+
- scan/lib
|
1629
|
+
- fastlane_core/lib
|
1626
1630
|
- fastlane/lib
|
1627
|
-
-
|
1631
|
+
- deliver/lib
|
1628
1632
|
- produce/lib
|
1629
|
-
- supply/lib
|
1630
|
-
- gym/lib
|
1631
|
-
- cert/lib
|
1632
|
-
- snapshot/lib
|
1633
1633
|
- credentials_manager/lib
|
1634
1634
|
required_ruby_version: !ruby/object:Gem::Requirement
|
1635
1635
|
requirements:
|