gym 0.8.3 → 0.8.4
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/gym/detect_values.rb +0 -19
- data/lib/gym/error_handler.rb +0 -2
- data/lib/gym/version.rb +1 -1
- metadata +5 -5
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: cb918598b28a5404074960e35966833c96b9aef2
|
4
|
+
data.tar.gz: 2e5498a14e8a288fe17d527b2a532c6a59ee0c35
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 409d6b5776ad70207b8f0ecc19980292ccacb129f0076cc5d1ed404da798d755b87441a712292cc9d071410e4c4099807021828d385c649c452f411296bd1929
|
7
|
+
data.tar.gz: 4aa33c9d9cd4d7eb8b59484735b338130f9e9673ba24a85b685e73e8a784706ea2a39cd941bca5d09cca303209d46289fff73bbac464ed4130bcee83f0283435
|
data/lib/gym/detect_values.rb
CHANGED
@@ -155,25 +155,6 @@ module Gym
|
|
155
155
|
config[:configuration] = nil
|
156
156
|
end
|
157
157
|
end
|
158
|
-
|
159
|
-
# Usually we want `Release`
|
160
|
-
# We prefer `Release` to export the DSYM file as well
|
161
|
-
config[:configuration] ||= "Release" if configurations.include?("Release")
|
162
|
-
|
163
|
-
return if config[:configuration].to_s.length > 0
|
164
|
-
|
165
|
-
if configurations.count == 1
|
166
|
-
config[:configuration] = configurations.last
|
167
|
-
else
|
168
|
-
if Helper.is_ci?
|
169
|
-
Helper.log.error "Multiple configurations found but you haven't specified one.".red
|
170
|
-
Helper.log.error "Since this is a CI, please pass one using the `configuration` option".red
|
171
|
-
raise "Multiple configurations found".red
|
172
|
-
else
|
173
|
-
puts "Select Configuration: "
|
174
|
-
config[:configuration] = choose(*(configurations))
|
175
|
-
end
|
176
|
-
end
|
177
158
|
end
|
178
159
|
end
|
179
160
|
end
|
data/lib/gym/error_handler.rb
CHANGED
@@ -69,8 +69,6 @@ module Gym
|
|
69
69
|
print "Could not find provisioning profile with the name '#{$1}'"
|
70
70
|
print "Make sure the name of the provisioning profile is correct"
|
71
71
|
print "and it matches a locally installed profile"
|
72
|
-
print "You can pass the name of the provisioning profile using the"
|
73
|
-
print "`--provisioning_profile_path` option"
|
74
72
|
when /mismatch between specified provisioning profile and signing identity/
|
75
73
|
print "Mismatch between provisioning profile and code signing identity"
|
76
74
|
print "This means, the specified provisioning profile was not created using"
|
data/lib/gym/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: gym
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.8.
|
4
|
+
version: 0.8.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-09-
|
11
|
+
date: 2015-09-30 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: fastlane_core
|
@@ -16,7 +16,7 @@ dependencies:
|
|
16
16
|
requirements:
|
17
17
|
- - ">="
|
18
18
|
- !ruby/object:Gem::Version
|
19
|
-
version: 0.
|
19
|
+
version: 0.18.2
|
20
20
|
- - "<"
|
21
21
|
- !ruby/object:Gem::Version
|
22
22
|
version: 1.0.0
|
@@ -26,7 +26,7 @@ dependencies:
|
|
26
26
|
requirements:
|
27
27
|
- - ">="
|
28
28
|
- !ruby/object:Gem::Version
|
29
|
-
version: 0.
|
29
|
+
version: 0.18.2
|
30
30
|
- - "<"
|
31
31
|
- !ruby/object:Gem::Version
|
32
32
|
version: 1.0.0
|
@@ -268,7 +268,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
268
268
|
version: '0'
|
269
269
|
requirements: []
|
270
270
|
rubyforge_project:
|
271
|
-
rubygems_version: 2.4.
|
271
|
+
rubygems_version: 2.4.5
|
272
272
|
signing_key:
|
273
273
|
specification_version: 4
|
274
274
|
summary: Building your iOS apps has never been easier
|