gym 0.4.4 → 0.4.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 +4 -4
- data/lib/gym/commands_generator.rb +0 -2
- data/lib/gym/options.rb +1 -1
- data/lib/gym/version.rb +1 -1
- data/lib/gym/xcodebuild_fixes/swift_fix.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: afc2f16fa2edc720d5d6fd041213438de1e4e198
|
|
4
|
+
data.tar.gz: bf412d429e1af9eb9aa210d72d72c7549874b3b6
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c75772deb67c02f264847370c90679ff0f844f13108224fad726ac2cfe0961961799c462157170505e8be7276d8b31d04bb399141934a8e30beced440ef2ba78
|
|
7
|
+
data.tar.gz: 9e6de65249e7b3146432bfdb36e42279cf4c8733e845dad1d627910dbbaa10993e421eeefdeda32a2b1025d23ae51b3d00b20b744b5ebe4fcf817f45513dc712
|
data/lib/gym/options.rb
CHANGED
|
@@ -69,7 +69,7 @@ module Gym
|
|
|
69
69
|
description: "The configuration to use when building the app. Defaults to 'Release'",
|
|
70
70
|
optional: true),
|
|
71
71
|
FastlaneCore::ConfigItem.new(key: :silent,
|
|
72
|
-
short_option: "-
|
|
72
|
+
short_option: "-a",
|
|
73
73
|
env_name: "GYM_SILENT",
|
|
74
74
|
description: "Hide all information that's not necessary while building",
|
|
75
75
|
default_value: false,
|
data/lib/gym/version.rb
CHANGED
|
@@ -27,7 +27,7 @@ module Gym
|
|
|
27
27
|
|
|
28
28
|
# Add "SwiftSupport" to the .ipa archive
|
|
29
29
|
Dir.chdir(tmpdir) do
|
|
30
|
-
command_parts = ["zip --recurse-paths #{PackageCommandGenerator.ipa_path} SwiftSupport"]
|
|
30
|
+
command_parts = ["zip --recurse-paths '#{PackageCommandGenerator.ipa_path}' SwiftSupport"]
|
|
31
31
|
command_parts << "> /dev/null" unless $verbose
|
|
32
32
|
Runner.new.print_command(command_parts, "Fix Swift embedded code if needed") if $verbose
|
|
33
33
|
|
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.4.
|
|
4
|
+
version: 0.4.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-08-
|
|
11
|
+
date: 2015-08-25 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: fastlane_core
|