gym 1.11.1 → 1.11.2

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: aa40ab1e6c3b83abae8ad6a00bb3e918316f489a
4
- data.tar.gz: 83dee506e0ec64d5e7b0199b0dd54fc39ab3be87
3
+ metadata.gz: a846a91d18c9438a085308b5abd680fd209bcf00
4
+ data.tar.gz: ae142a4ea1be0be25a1d8284b97099acfd4ed029
5
5
  SHA512:
6
- metadata.gz: 5d561a6ab3769ca0591d96c40dc6a332b664109b1084ef8e2188771e75258f5a56e5ea6db906e40e21394910e0a3e1bb5524e76a7000a17f6861d85d374a99cc
7
- data.tar.gz: a3c5ea402f64c21d40c4ac8257ea5ba9fc1d071260a855a7c6c062b3badbdba7576b0ffc72711b9e066fb2aaf38501915975ae97ac7569b47114a1212f3c2357
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
@@ -1,4 +1,4 @@
1
1
  module Gym
2
- VERSION = "1.11.1"
2
+ VERSION = "1.11.2"
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: 1.11.1
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 00:00:00.000000000 Z
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.7
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