gym 1.11.1 → 1.11.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/assets/wrap_xcodebuild/xcbuild-safe.sh +5 -3
- data/lib/gym/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: a846a91d18c9438a085308b5abd680fd209bcf00
|
4
|
+
data.tar.gz: ae142a4ea1be0be25a1d8284b97099acfd4ed029
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e0df24666cc18fa0a03e264863afc8717c605ff9feb0449abdef43de8953118fd7762bcd13a0b2a6f16641582f239a9d47a0a91f8c75f1104c816eeb704d3d3c
|
7
|
+
data.tar.gz: 022b893183cb29cfa096f253d89f267bbfcae3b162627118ab9d19a6ca881586e6696b53afd223feedb9d4310b12d40aa95e4d146ade8708a1890235beb7fa36
|
@@ -38,9 +38,6 @@ if which rbenv > /dev/null; then
|
|
38
38
|
# Cause rbenv to use system ruby. Lasts only for the scope of this
|
39
39
|
# session which will normally just be this script.
|
40
40
|
rbenv shell system
|
41
|
-
|
42
|
-
unset GEM_HOME
|
43
|
-
unset GEM_PATH
|
44
41
|
fi
|
45
42
|
|
46
43
|
# Since Xcode has a dependency to 2 external gems: sqlite and CFPropertyList
|
@@ -51,6 +48,11 @@ unset RUBYOPT
|
|
51
48
|
unset BUNDLE_BIN_PATH
|
52
49
|
unset _ORIGINAL_GEM_PATH
|
53
50
|
unset BUNDLE_GEMFILE
|
51
|
+
# Even if we do not use rbenv in some environments such as CircleCI,
|
52
|
+
# We also need to unset GEM_HOME and GEM_PATH explicitly.
|
53
|
+
# More information https://github.com/fastlane/fastlane/issues/6277
|
54
|
+
unset GEM_HOME
|
55
|
+
unset GEM_PATH
|
54
56
|
|
55
57
|
set -x # echoes commands
|
56
58
|
xcodebuild "$@" # calls xcodebuild with all the arguments passed to this
|
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.11.
|
4
|
+
version: 1.11.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Felix Krause
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2016-10-
|
11
|
+
date: 2016-10-12 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: fastlane_core
|
@@ -302,7 +302,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
302
302
|
version: '0'
|
303
303
|
requirements: []
|
304
304
|
rubyforge_project:
|
305
|
-
rubygems_version: 2.6.
|
305
|
+
rubygems_version: 2.6.6
|
306
306
|
signing_key:
|
307
307
|
specification_version: 4
|
308
308
|
summary: Building your iOS apps has never been easier
|