fastlane 1.105.1 → 1.105.2

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: b1f8a7a963891485ea17a7c2378966843edc1020
4
- data.tar.gz: 0fe97415457ee84f5449ced72a9b0a6091144653
3
+ metadata.gz: cf40167e5c7bed5398ff04ce119b17bfbd6f94b6
4
+ data.tar.gz: b3104691a49b79a6e2f4e012caf212a3dc772ed6
5
5
  SHA512:
6
- metadata.gz: c1d6f128985d6e684ae87f022d56556ef46259a6da92f1c467919e5c4cc6f76fe822c5ea9df861ef6e7367e3a7464cd5d06fbfe8762edf794c8b2b241f2ce45e
7
- data.tar.gz: 18b3818bbc637888c7dcb4bdde104b259545c4e3d2da3f2196db6984147221599ec30ba3694be416ceb8f61f91dd0a3d791123b6a22900db377d8130a6e21106
6
+ metadata.gz: fdfe0c4c3311977a58248ece5d6c26228787dd00b6d0ec44814f1193334515f7176d772030e14222106266d3c23f0a14e9b4959f74f789b1a808526dbf13483c
7
+ data.tar.gz: af839b154cec993c3834122e0f51ec1c67b34fff778b449f4054b5dbbf58a3db7c9298eee4ca9c2bdbffbf40457dd2cfc4e36dbf70954861d495f904d6c29f04
@@ -12,8 +12,8 @@ module Fastlane
12
12
  UI.message("Updating development team (#{params[:teamid]}) for the given project '#{path}'")
13
13
 
14
14
  p = File.read(path)
15
- p.gsub!(/DevelopmentTeam = .*;/, "DevelopmentTeam = #{team_id};")
16
- p.gsub!(/DEVELOPMENT_TEAM = .*;/, "DEVELOPMENT_TEAM = #{team_id};")
15
+ p.gsub!(/DevelopmentTeam = .*;/, "DevelopmentTeam = #{params[:teamid]};")
16
+ p.gsub!(/DEVELOPMENT_TEAM = .*;/, "DEVELOPMENT_TEAM = #{params[:teamid]};")
17
17
  File.write(path, p)
18
18
 
19
19
  UI.success("Successfully updated project settings to use Developer Team ID '#{params[:teamid]}'")
@@ -1,4 +1,4 @@
1
1
  module Fastlane
2
- VERSION = '1.105.1'.freeze
2
+ VERSION = '1.105.2'.freeze
3
3
  DESCRIPTION = "The easiest way to automate building and releasing your iOS and Android apps"
4
4
  end
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: 1.105.1
4
+ version: 1.105.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Felix Krause
@@ -1013,7 +1013,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
1013
1013
  version: '0'
1014
1014
  requirements: []
1015
1015
  rubyforge_project:
1016
- rubygems_version: 2.5.1
1016
+ rubygems_version: 2.6.7
1017
1017
  signing_key:
1018
1018
  specification_version: 4
1019
1019
  summary: The easiest way to automate building and releasing your iOS and Android apps