fastlane-plugin-ensure_xcode_build_version 0.1.1 → 0.1.1.1

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: 55efb4372bb60c14c721c207b5648f20b2e230db
4
- data.tar.gz: b583680937087b6457cd8cd5eb778608cffea9ff
3
+ metadata.gz: 370f0fd6235dfdd919f4f65f07decff6c9f65d78
4
+ data.tar.gz: 4780878f0cc8ff5de383070ee14b10b55c7cda24
5
5
  SHA512:
6
- metadata.gz: 43169356f89a424391a3a358dd306edd479ede0f3d16b321f792623ddd38c8ef9de1c0808402aa9c5daf19c55d1b67daf78c6576ed6af33ed6153d71dce09de0
7
- data.tar.gz: 01a54aa9a9396bc22354b6e55090192fb2250693d680230ff0553a13fae7352ac547a476138df47006e619396019264a7e13705fcb013acb19794d39eaf8a35f
6
+ metadata.gz: e5b9a507a0128040126a7703d0cda1d2336fa70a5f1c2fdc1d596fc9ded96935e6b88647fbe4fbcb53566f17702b96ee682040d045d8c1b6a7f6d120e866c832
7
+ data.tar.gz: 7e07036c068b3e2e0b5a9b76fc7442a0ac306f6a8bee025904f846c42fb578f255dd80077a664af4f26b26c930bd000c501a0e633009917eaca40a4194767bd7
@@ -6,10 +6,5 @@ unset RUBYOPT
6
6
  unset BUNDLE_BIN_PATH
7
7
  unset _ORIGINAL_GEM_PATH
8
8
  unset BUNDLE_GEMFILE
9
- # Even if we do not use rbenv in some environments such as CircleCI,
10
- # We also need to unset GEM_HOME and GEM_PATH explicitly.
11
- # More information https://github.com/fastlane/fastlane/issues/6277
12
- unset GEM_HOME
13
- unset GEM_PATH
14
9
 
15
10
  xcversion selected | tail -1 | xargs echo -n
@@ -1,5 +1,5 @@
1
1
  module Fastlane
2
2
  module EnsureXcodeBuildVersion
3
- VERSION = "0.1.1"
3
+ VERSION = "0.1.1.1"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fastlane-plugin-ensure_xcode_build_version
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Fumiya Nakamura