fastlane 1.32.3 → 1.32.4

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 728af99d9cd254847237145aa0928e86d2217096
4
- data.tar.gz: 44d0e0b2bf43fed36c6f2bf1a02f9c2429e01c3d
3
+ metadata.gz: e9f8728dbdba8545e885c23487560e138d904ddd
4
+ data.tar.gz: da67b235548ca7ae36dd6161e708676c1370b548
5
5
  SHA512:
6
- metadata.gz: 728dd8b0b012c042bc94513ea634335b925598f344f564fc980646b77d307ffd28001fd775f35799dc9a24dbce1f9d7a9b467b1e7320f5f53b25bf76c8fe9fb6
7
- data.tar.gz: 91f720d86772bc04a5b94b5da76faf4b68c8a54e114289396a5b6af601c58afb4732f66fd75f21ce3b781709b67e8d6afeb139cabbe61646c9a0715d34aa6968
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 \"#{tag}\"")
11
+ Actions.sh("git tag -am '#{tag} (fastlane)' '#{tag}'")
12
12
  end
13
13
 
14
14
  def self.description
15
- "This will add a git tag to the current branch"
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::CertRunner.new.launch
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
 
@@ -1,3 +1,3 @@
1
1
  module Fastlane
2
- VERSION = '1.32.3'
2
+ VERSION = '1.32.4'
3
3
  end
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.3
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-13 00:00:00.000000000 Z
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.21.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.21.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.3.2
319
+ version: 1.0.0
320
320
  - - "<"
321
321
  - !ruby/object:Gem::Version
322
- version: 1.0.0
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.3.2
329
+ version: 1.0.0
330
330
  - - "<"
331
331
  - !ruby/object:Gem::Version
332
- version: 1.0.0
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.6
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