match 0.7.0 → 0.8.0

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: 902a98358d18b2e1bf344967d6e9f771c10f32e7
4
- data.tar.gz: 7413ba0dbb0ddd9673a74b65839af48a6da25d6f
3
+ metadata.gz: 79da45d3d69cfdd77194ec857a5299d403837235
4
+ data.tar.gz: 61f534f36759c1b877a4e10ef9a869c1484dbe30
5
5
  SHA512:
6
- metadata.gz: fe112208237a92c54b328bc753124266406367d8874e7d13f7c899ed718939b499673f0c04211305958616221c1d8a2d6b9380567718618c032e07f121418d78
7
- data.tar.gz: 9ca001e8a58a8dc9da12ec7b686377dffc16649134e9c992ef6e9b947ea68db2cbfe815010913e116b9ae53ebb104e0fe5d74032e4755d164a7fcc91c686e294
6
+ metadata.gz: d10e3bbe5ed716fbf2f4c5b5b79e851888c0951a479d73c7fee979b0f1addde163f79fab5ac4928beaed8a5573a15a2e755d834512bc035cf3b53ee1c641f2a7
7
+ data.tar.gz: bb94b623811fa43253efbf0479f244fe2f811109094743fa69f0627234474abcdbc9296166193860a03a8c3829b289888f78fca4f8bdb6f94cf9b30b140b8178
@@ -40,10 +40,8 @@ module Match
40
40
 
41
41
  profile_name = ["match", profile_type_name(prov_type), params[:app_identifier]].join(" ")
42
42
 
43
- arguments = FastlaneCore::Configuration.create(Sigh::Options.available_options, {
43
+ values = {
44
44
  app_identifier: params[:app_identifier],
45
- adhoc: prov_type == :adhoc,
46
- development: prov_type == :development,
47
45
  output_path: File.join(params[:workspace], "profiles", prov_type.to_s),
48
46
  username: params[:username],
49
47
  force: true,
@@ -51,7 +49,12 @@ module Match
51
49
  provisioning_name: profile_name,
52
50
  ignore_profiles_with_different_name: true,
53
51
  team_id: params[:team_id]
54
- })
52
+ }
53
+
54
+ values[:adhoc] = true if prov_type == :adhoc
55
+ values[:development] = true if prov_type == :development
56
+
57
+ arguments = FastlaneCore::Configuration.create(Sigh::Options.available_options, values)
55
58
 
56
59
  Sigh.config = arguments
57
60
  path = Sigh::Manager.start
data/lib/match/version.rb CHANGED
@@ -1,4 +1,4 @@
1
1
  module Match
2
- VERSION = "0.7.0"
2
+ VERSION = "0.8.0"
3
3
  DESCRIPTION = "Easily sync your certificates and profiles across your team using git"
4
4
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: match
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.7.0
4
+ version: 0.8.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Felix Krause
@@ -70,7 +70,7 @@ dependencies:
70
70
  requirements:
71
71
  - - ">="
72
72
  - !ruby/object:Gem::Version
73
- version: 0.32.1
73
+ version: 0.33.0
74
74
  - - "<"
75
75
  - !ruby/object:Gem::Version
76
76
  version: 1.0.0
@@ -80,7 +80,7 @@ dependencies:
80
80
  requirements:
81
81
  - - ">="
82
82
  - !ruby/object:Gem::Version
83
- version: 0.32.1
83
+ version: 0.33.0
84
84
  - - "<"
85
85
  - !ruby/object:Gem::Version
86
86
  version: 1.0.0
@@ -90,7 +90,7 @@ dependencies:
90
90
  requirements:
91
91
  - - ">="
92
92
  - !ruby/object:Gem::Version
93
- version: 1.10.2
93
+ version: 1.11.0
94
94
  - - "<"
95
95
  - !ruby/object:Gem::Version
96
96
  version: 2.0.0
@@ -100,7 +100,7 @@ dependencies:
100
100
  requirements:
101
101
  - - ">="
102
102
  - !ruby/object:Gem::Version
103
- version: 1.10.2
103
+ version: 1.11.0
104
104
  - - "<"
105
105
  - !ruby/object:Gem::Version
106
106
  version: 2.0.0
@@ -110,7 +110,7 @@ dependencies:
110
110
  requirements:
111
111
  - - ">="
112
112
  - !ruby/object:Gem::Version
113
- version: 1.4.1
113
+ version: 1.4.2
114
114
  - - "<"
115
115
  - !ruby/object:Gem::Version
116
116
  version: 2.0.0
@@ -120,7 +120,7 @@ dependencies:
120
120
  requirements:
121
121
  - - ">="
122
122
  - !ruby/object:Gem::Version
123
- version: 1.4.1
123
+ version: 1.4.2
124
124
  - - "<"
125
125
  - !ruby/object:Gem::Version
126
126
  version: 2.0.0