gym 1.1.3 → 1.1.4
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +16 -16
- data/lib/gym/generators/build_command_generator.rb +3 -0
- data/lib/gym/runner.rb +1 -1
- data/lib/gym/version.rb +1 -1
- metadata +6 -6
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: f6cdbe05fe12907327ee6956db38c39e6214166d
|
4
|
+
data.tar.gz: 18cdece5ac0ddab2b3b82080dd6ecbf93e0edc6e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b6513656d2340b1c9b1d310e52d75cca3bf6d0131efcc883d8ec7a9d60b97c6a5d99800fc14bd4286124a9c01efac3416a4da04ea273474329efa073c3e6de22
|
7
|
+
data.tar.gz: 1c2ddefa2f9988d31ecbba6959062fe90be223b097a66cba0d3917ed7c4f9f6eb6c0d27248025af885fe4283791f504f7efdbbee21c2c0869dfe551d02722981
|
data/README.md
CHANGED
@@ -1,18 +1,18 @@
|
|
1
1
|
<h3 align="center">
|
2
|
-
<a href="https://github.com/
|
2
|
+
<a href="https://github.com/fastlane/fastlane">
|
3
3
|
<img src="assets/fastlane.png" width="150" />
|
4
4
|
<br />
|
5
5
|
fastlane
|
6
6
|
</a>
|
7
7
|
</h3>
|
8
8
|
<p align="center">
|
9
|
-
<a href="https://github.com/
|
10
|
-
<a href="https://github.com/
|
11
|
-
<a href="https://github.com/
|
12
|
-
<a href="https://github.com/
|
13
|
-
<a href="https://github.com/
|
14
|
-
<a href="https://github.com/
|
15
|
-
<a href="https://github.com/
|
9
|
+
<a href="https://github.com/fastlane/deliver">deliver</a> •
|
10
|
+
<a href="https://github.com/fastlane/snapshot">snapshot</a> •
|
11
|
+
<a href="https://github.com/fastlane/frameit">frameit</a> •
|
12
|
+
<a href="https://github.com/fastlane/PEM">PEM</a> •
|
13
|
+
<a href="https://github.com/fastlane/sigh">sigh</a> •
|
14
|
+
<a href="https://github.com/fastlane/produce">produce</a> •
|
15
|
+
<a href="https://github.com/fastlane/cert">cert</a> •
|
16
16
|
<a href="https://github.com/fastlane/spaceship">spaceship</a> •
|
17
17
|
<a href="https://github.com/fastlane/pilot">pilot</a> •
|
18
18
|
<a href="https://github.com/fastlane/boarding">boarding</a> •
|
@@ -29,7 +29,7 @@ gym
|
|
29
29
|
============
|
30
30
|
|
31
31
|
[![Twitter: @KauseFx](https://img.shields.io/badge/contact-@KrauseFx-blue.svg?style=flat)](https://twitter.com/KrauseFx)
|
32
|
-
[![License](
|
32
|
+
[![License](https://img.shields.io/badge/license-MIT-green.svg?style=flat)](https://github.com/fastlane/gym/blob/master/LICENSE)
|
33
33
|
[![Gem](https://img.shields.io/gem/v/gym.svg?style=flat)](http://rubygems.org/gems/gym)
|
34
34
|
[![Build Status](https://img.shields.io/travis/fastlane/gym/master.svg?style=flat)](https://travis-ci.org/fastlane/gym)
|
35
35
|
|
@@ -169,7 +169,7 @@ end
|
|
169
169
|
|
170
170
|
You can then easily switch between the beta provider (e.g. `testflight`, `hockey`, `s3` and more).
|
171
171
|
|
172
|
-
For more information visit the [fastlane GitHub page](https://github.com/
|
172
|
+
For more information visit the [fastlane GitHub page](https://github.com/fastlane/fastlane).
|
173
173
|
|
174
174
|
# How does it work?
|
175
175
|
|
@@ -226,12 +226,12 @@ Afterwards the `ipa` file is moved to the output folder. The `dSYM` file is comp
|
|
226
226
|
## [`fastlane`](https://fastlane.tools) Toolchain
|
227
227
|
|
228
228
|
- [`fastlane`](https://fastlane.tools): Connect all deployment tools into one streamlined workflow
|
229
|
-
- [`deliver`](https://github.com/
|
230
|
-
- [`snapshot`](https://github.com/
|
231
|
-
- [`frameit`](https://github.com/
|
232
|
-
- [`PEM`](https://github.com/
|
233
|
-
- [`produce`](https://github.com/
|
234
|
-
- [`cert`](https://github.com/
|
229
|
+
- [`deliver`](https://github.com/fastlane/deliver): Upload screenshots, metadata and your app to the App Store
|
230
|
+
- [`snapshot`](https://github.com/fastlane/snapshot): Automate taking localized screenshots of your iOS app on every device
|
231
|
+
- [`frameit`](https://github.com/fastlane/frameit): Quickly put your screenshots into the right device frames
|
232
|
+
- [`PEM`](https://github.com/fastlane/PEM): Automatically generate and renew your push notification profiles
|
233
|
+
- [`produce`](https://github.com/fastlane/produce): Create new iOS apps on iTunes Connect and Dev Portal using the command line
|
234
|
+
- [`cert`](https://github.com/fastlane/cert): Automatically create and maintain iOS code signing certificates
|
235
235
|
- [`spaceship`](https://github.com/fastlane/spaceship): Ruby library to access the Apple Dev Center and iTunes Connect
|
236
236
|
- [`pilot`](https://github.com/fastlane/pilot): The best way to manage your TestFlight testers and builds from your terminal
|
237
237
|
- [`boarding`](https://github.com/fastlane/boarding): The easiest way to invite your TestFlight beta testers
|
@@ -86,6 +86,9 @@ module Gym
|
|
86
86
|
file_name = [Gym.config[:output_name], Time.now.strftime("%F %H.%M.%S")] # e.g. 2015-08-07 14.49.12
|
87
87
|
Gym.cache[:archive_path] = File.join(build_path, file_name.join(" ") + ".xcarchive")
|
88
88
|
end
|
89
|
+
if File.extname(Gym.cache[:archive_path]) != ".xcarchive"
|
90
|
+
Gym.cache[:archive_path] += ".xcarchive"
|
91
|
+
end
|
89
92
|
return Gym.cache[:archive_path]
|
90
93
|
end
|
91
94
|
end
|
data/lib/gym/runner.rb
CHANGED
@@ -87,7 +87,7 @@ module Gym
|
|
87
87
|
# Makes sure the archive is there and valid
|
88
88
|
def verify_archive
|
89
89
|
# from https://github.com/fastlane/gym/issues/115
|
90
|
-
if (Dir[BuildCommandGenerator.archive_path + "/*"]
|
90
|
+
if (Dir[BuildCommandGenerator.archive_path + "/*"]).count == 0
|
91
91
|
ErrorHandler.handle_empty_archive
|
92
92
|
end
|
93
93
|
end
|
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: 1.1.
|
4
|
+
version: 1.1.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-10-
|
11
|
+
date: 2015-10-30 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: fastlane_core
|
@@ -34,16 +34,16 @@ dependencies:
|
|
34
34
|
name: xcpretty
|
35
35
|
requirement: !ruby/object:Gem::Requirement
|
36
36
|
requirements:
|
37
|
-
- - "
|
37
|
+
- - ">="
|
38
38
|
- !ruby/object:Gem::Version
|
39
|
-
version:
|
39
|
+
version: 0.2.1
|
40
40
|
type: :runtime
|
41
41
|
prerelease: false
|
42
42
|
version_requirements: !ruby/object:Gem::Requirement
|
43
43
|
requirements:
|
44
|
-
- - "
|
44
|
+
- - ">="
|
45
45
|
- !ruby/object:Gem::Version
|
46
|
-
version:
|
46
|
+
version: 0.2.1
|
47
47
|
- !ruby/object:Gem::Dependency
|
48
48
|
name: terminal-table
|
49
49
|
requirement: !ruby/object:Gem::Requirement
|