gym 0.8.4 → 0.8.5

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: cb918598b28a5404074960e35966833c96b9aef2
4
- data.tar.gz: 2e5498a14e8a288fe17d527b2a532c6a59ee0c35
3
+ metadata.gz: 9d1e45bf84b45491f37433ba661ec72900b7dee8
4
+ data.tar.gz: 5bdc9336b0560e5c95409f58ce3bebc8f6c1a889
5
5
  SHA512:
6
- metadata.gz: 409d6b5776ad70207b8f0ecc19980292ccacb129f0076cc5d1ed404da798d755b87441a712292cc9d071410e4c4099807021828d385c649c452f411296bd1929
7
- data.tar.gz: 4aa33c9d9cd4d7eb8b59484735b338130f9e9673ba24a85b685e73e8a784706ea2a39cd941bca5d09cca303209d46289fff73bbac464ed4130bcee83f0283435
6
+ metadata.gz: 095e4cc62167a2c4e2be47aef55a52ede3b9347b5251ed8cd0c532b1444460b427979448463bffcba339fdef6ecf310a9a6dc2491f7b7eca946269b38fb897b1
7
+ data.tar.gz: 2a38f97e50f3bac747b535dde36813f06c9c7d1f467bf2c0116a358e39885c94bea09463a97305884d9905a9afb7f0ecfd20ac89a45e5edf33cb830e248670ed
@@ -61,6 +61,8 @@ module Gym
61
61
  end
62
62
 
63
63
  def self.detect_projects
64
+ return if Gym.config[:project].to_s.length > 0
65
+
64
66
  if Gym.config[:workspace].to_s.length == 0
65
67
  workspace = Dir["./*.xcworkspace"]
66
68
  if workspace.count > 1
@@ -71,6 +73,8 @@ module Gym
71
73
  end
72
74
  end
73
75
 
76
+ return if Gym.config[:workspace].to_s.length > 0
77
+
74
78
  if Gym.config[:workspace].to_s.length == 0 and Gym.config[:project].to_s.length == 0
75
79
  project = Dir["./*.xcodeproj"]
76
80
  if project.count > 1
@@ -1,4 +1,4 @@
1
1
  module Gym
2
- VERSION = "0.8.4"
2
+ VERSION = "0.8.5"
3
3
  DESCRIPTION = "Building your iOS apps has never been easier"
4
4
  end
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
4
+ version: 0.8.5
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-30 00:00:00.000000000 Z
11
+ date: 2015-10-06 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.18.2
19
+ version: 0.19.0
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.18.2
29
+ version: 0.19.0
30
30
  - - "<"
31
31
  - !ruby/object:Gem::Version
32
32
  version: 1.0.0