fastlane-plugin-ensure_xcode_build_version 0.1.1.2 → 0.1.1.3

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 2c4094877593f4323fecfc123dcb9a5981f4875e
4
- data.tar.gz: f152fb1f667a18cadeb4e9042f41788c18a70e6e
3
+ metadata.gz: 22ac127a6c1c0e0347c318328b6537bbd49385bd
4
+ data.tar.gz: 4d89bf9525f6da95b8115e4a0adc736d704ae98c
5
5
  SHA512:
6
- metadata.gz: bf005c993c90ef870e7ac8beeff3b01440b8da9fe9ae1c1ed82fa3bcd8c93c94177c825bc124dd80546d532b7c671cf7225addadd5610c21c12655d011fc06e0
7
- data.tar.gz: 548d01c4e1ee21a858929f404b1667bb38da96eccab64f0b5d0bb3f02481743c1b959397aa40f6f64f1271f1496e120b5b7b933ab1dbf070cd545ed4aab3c53b
6
+ metadata.gz: d3ffd6368f9a4698fdf9865b63077db43a6bd6522dcc0e56617dde73b88f18416b8378b3f124a4c1714874e92a65241f8bd748840f46280473e1c1eb1563ce3d
7
+ data.tar.gz: ef97abe4d26473063a2c25bedb7a856205e810162506116a4a1bc45f71bd84edf5258efa7b43f3772268d8e9077a2abc0051793d7ddea34d02ce4f8e072072f1
@@ -1,8 +1,10 @@
1
1
  # Since Xcode has a dependency to 2 external gems: sqlite and CFPropertyList
2
2
  # More information https://github.com/fastlane/fastlane/issues/6495
3
3
  # We have to unset those variables for rbenv, rvm and when the user uses bundler
4
- unset RUBYLIB
5
- unset RUBYOPT
4
+ # If we unset ruby related path, we got errors:
5
+ # /Users/distiller/ookami-ios/vendor/bundle/ruby/2.3.0/bin/xcversion:22:in `<main>': undefined method `activate_bin_path' for Gem:Module (NoMethodError)
6
+ # unset RUBYLIB
7
+ # unset RUBYOPT
6
8
  # If we unset Bundle related path, we got errors:
7
9
  # /Users/distiller/ookami-ios/vendor/bundle/ruby/2.3.0/bin/xcversion:22:in `<main>': undefined method `activate_bin_path' for Gem:Module (NoMethodError)
8
10
  # unset BUNDLE_BIN_PATH
@@ -1,5 +1,5 @@
1
1
  module Fastlane
2
2
  module EnsureXcodeBuildVersion
3
- VERSION = "0.1.1.2"
3
+ VERSION = "0.1.1.3"
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.2
4
+ version: 0.1.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Fumiya Nakamura