gym 0.3.3 → 0.3.4
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 +4 -4
- data/lib/gym/package_command_generator.rb +4 -1
- data/lib/gym/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: fd05c4c174ea6781a857114929bd5645ac12beab
|
|
4
|
+
data.tar.gz: da82d0a397cd5ea278197a9dd2934021bbe0bed2
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 8b8bb13ec70342708aa130a0bd585be9cd71130bea69abae4f61c14ead0f0e84f06578f756748f628a1c57b85039bbbab43e5a1dcd6ee329d867d17bfc6abc84
|
|
7
|
+
data.tar.gz: babf2f1e9f4ad284e1d4e92e13213c87cde7e9677d50803f05bf46914ce5867d94d3d1aac7a29aa70894e9f3cbc80f7b702d7551cd9c585ae29335a8bf06fad4
|
|
@@ -36,7 +36,10 @@ module Gym
|
|
|
36
36
|
end
|
|
37
37
|
|
|
38
38
|
def appfile_path
|
|
39
|
-
Dir
|
|
39
|
+
path = Dir.glob("#{BuildCommandGenerator.archive_path}/Products/Applications/*.app").first
|
|
40
|
+
path ||= Dir[BuildCommandGenerator.archive_path + "/**/*.app"].last
|
|
41
|
+
|
|
42
|
+
return path
|
|
40
43
|
end
|
|
41
44
|
|
|
42
45
|
# We export it to the temporary folder and move it over to the actual output once it's finished and valid
|
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.3.
|
|
4
|
+
version: 0.3.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-08-
|
|
11
|
+
date: 2015-08-19 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: fastlane_core
|