fastlane 1.32.3 → 1.32.4
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/lib/fastlane/actions/add_git_tag.rb +2 -2
- data/lib/fastlane/actions/cert.rb +1 -3
- data/lib/fastlane/version.rb +1 -1
- metadata +9 -9
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: e9f8728dbdba8545e885c23487560e138d904ddd
|
|
4
|
+
data.tar.gz: da67b235548ca7ae36dd6161e708676c1370b548
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 342552eadc512f107a9eca6bf8c2c614e0b6586762c3793da673f08018499fec7c0ad66ae297d98cd6d74f3f3b7a9b5c0ce711ddc36eb3402ce53ee28e27e9e6
|
|
7
|
+
data.tar.gz: f78c007e5a9aadcefdd653ece0cf90c42f80530a764e694ca4fa1c5d2be45c7217311b608db642c69c7821ab6fb77a2673dc5511fe2ec25d514bf6fb5a95768e
|
|
@@ -8,11 +8,11 @@ module Fastlane
|
|
|
8
8
|
tag = options[:tag] || "#{options[:grouping]}/#{lane_name}/#{options[:prefix]}#{options[:build_number]}"
|
|
9
9
|
|
|
10
10
|
Helper.log.info "Adding git tag '#{tag}' 🎯."
|
|
11
|
-
Actions.sh("git tag
|
|
11
|
+
Actions.sh("git tag -am '#{tag} (fastlane)' '#{tag}'")
|
|
12
12
|
end
|
|
13
13
|
|
|
14
14
|
def self.description
|
|
15
|
-
"This will add
|
|
15
|
+
"This will add an annotated git tag to the current branch"
|
|
16
16
|
end
|
|
17
17
|
|
|
18
18
|
def self.available_options
|
|
@@ -8,7 +8,6 @@ module Fastlane
|
|
|
8
8
|
class CertAction < Action
|
|
9
9
|
def self.run(params)
|
|
10
10
|
require 'cert'
|
|
11
|
-
require 'cert/options'
|
|
12
11
|
|
|
13
12
|
return if Helper.test?
|
|
14
13
|
|
|
@@ -20,7 +19,7 @@ module Fastlane
|
|
|
20
19
|
|
|
21
20
|
Cert.config = params # we alread have the finished config
|
|
22
21
|
|
|
23
|
-
Cert::
|
|
22
|
+
Cert::Runner.new.launch
|
|
24
23
|
cert_file_path = ENV["CER_FILE_PATH"]
|
|
25
24
|
certificate_id = ENV["CER_CERTIFICATE_ID"]
|
|
26
25
|
Actions.lane_context[SharedValues::CERT_FILE_PATH] = cert_file_path
|
|
@@ -41,7 +40,6 @@ module Fastlane
|
|
|
41
40
|
|
|
42
41
|
def self.available_options
|
|
43
42
|
require 'cert'
|
|
44
|
-
require 'cert/options'
|
|
45
43
|
Cert::Options.available_options
|
|
46
44
|
end
|
|
47
45
|
|
data/lib/fastlane/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: fastlane
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.32.
|
|
4
|
+
version: 1.32.4
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Felix Krause
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2015-10-
|
|
11
|
+
date: 2015-10-14 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: nokogiri
|
|
@@ -176,7 +176,7 @@ dependencies:
|
|
|
176
176
|
requirements:
|
|
177
177
|
- - ">="
|
|
178
178
|
- !ruby/object:Gem::Version
|
|
179
|
-
version: 0.
|
|
179
|
+
version: 0.22.1
|
|
180
180
|
- - "<"
|
|
181
181
|
- !ruby/object:Gem::Version
|
|
182
182
|
version: 1.0.0
|
|
@@ -186,7 +186,7 @@ dependencies:
|
|
|
186
186
|
requirements:
|
|
187
187
|
- - ">="
|
|
188
188
|
- !ruby/object:Gem::Version
|
|
189
|
-
version: 0.
|
|
189
|
+
version: 0.22.1
|
|
190
190
|
- - "<"
|
|
191
191
|
- !ruby/object:Gem::Version
|
|
192
192
|
version: 1.0.0
|
|
@@ -316,20 +316,20 @@ dependencies:
|
|
|
316
316
|
requirements:
|
|
317
317
|
- - ">="
|
|
318
318
|
- !ruby/object:Gem::Version
|
|
319
|
-
version: 0.
|
|
319
|
+
version: 1.0.0
|
|
320
320
|
- - "<"
|
|
321
321
|
- !ruby/object:Gem::Version
|
|
322
|
-
version:
|
|
322
|
+
version: 2.0.0
|
|
323
323
|
type: :runtime
|
|
324
324
|
prerelease: false
|
|
325
325
|
version_requirements: !ruby/object:Gem::Requirement
|
|
326
326
|
requirements:
|
|
327
327
|
- - ">="
|
|
328
328
|
- !ruby/object:Gem::Version
|
|
329
|
-
version: 0.
|
|
329
|
+
version: 1.0.0
|
|
330
330
|
- - "<"
|
|
331
331
|
- !ruby/object:Gem::Version
|
|
332
|
-
version:
|
|
332
|
+
version: 2.0.0
|
|
333
333
|
- !ruby/object:Gem::Dependency
|
|
334
334
|
name: sigh
|
|
335
335
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -689,7 +689,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
689
689
|
version: '0'
|
|
690
690
|
requirements: []
|
|
691
691
|
rubyforge_project:
|
|
692
|
-
rubygems_version: 2.4.
|
|
692
|
+
rubygems_version: 2.4.5
|
|
693
693
|
signing_key:
|
|
694
694
|
specification_version: 4
|
|
695
695
|
summary: Connect all iOS deployment tools into one streamlined workflow
|