fastlane-plugin-ensure_xcode_build_version 0.1.1.3 → 0.1.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: 22ac127a6c1c0e0347c318328b6537bbd49385bd
4
- data.tar.gz: 4d89bf9525f6da95b8115e4a0adc736d704ae98c
3
+ metadata.gz: ac52af7cf5339364288feab4613e962de9bfd2a5
4
+ data.tar.gz: d2df7701e63850ed46ff268f15f1f0eeab624e15
5
5
  SHA512:
6
- metadata.gz: d3ffd6368f9a4698fdf9865b63077db43a6bd6522dcc0e56617dde73b88f18416b8378b3f124a4c1714874e92a65241f8bd748840f46280473e1c1eb1563ce3d
7
- data.tar.gz: ef97abe4d26473063a2c25bedb7a856205e810162506116a4a1bc45f71bd84edf5258efa7b43f3772268d8e9077a2abc0051793d7ddea34d02ce4f8e072072f1
6
+ metadata.gz: d18607906aaccd05b4a14b24c41099f0e24644835df19fae5929f9871f62eb82db95d4612f6448dd7f0ad346a25a0dfade9167c77ea68fa12a7eb4c0d4832640
7
+ data.tar.gz: dc078f0dab3bea567f9d790cdb34e12627c41d9085eeb9951fe24bf57f7c8288e452eca4b1f61dc796418263fd7e633ca72e7f21a94f1566390d09d95e94aa7d
@@ -3,13 +3,13 @@
3
3
  # We have to unset those variables for rbenv, rvm and when the user uses bundler
4
4
  # If we unset ruby related path, we got errors:
5
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
+ unset RUBYLIB
7
+ unset RUBYOPT
8
8
  # If we unset Bundle related path, we got errors:
9
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)
10
- # unset BUNDLE_BIN_PATH
11
- # unset _ORIGINAL_GEM_PATH
12
- # unset BUNDLE_GEMFILE
10
+ unset BUNDLE_BIN_PATH
11
+ unset _ORIGINAL_GEM_PATH
12
+ unset BUNDLE_GEMFILE
13
13
  # Even if we do not use rbenv in some environments such as CircleCI,
14
14
  # We also need to unset GEM_HOME and GEM_PATH explicitly.
15
15
  # More information https://github.com/fastlane/fastlane/issues/6277
@@ -1,5 +1,5 @@
1
1
  module Fastlane
2
2
  module EnsureXcodeBuildVersion
3
- VERSION = "0.1.1.3"
3
+ VERSION = "0.1.2"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
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.3
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Fumiya Nakamura
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-11-05 00:00:00.000000000 Z
11
+ date: 2017-01-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: pry