[前][次][番号順一覧][スレッド一覧]

ruby-changes:53762

From: hsbt <ko1@a...>
Date: Mon, 26 Nov 2018 10:54:57 +0900 (JST)
Subject: [ruby-changes:53762] hsbt:r65979: Removed `bundle_ruby` command. Because It's no longer shipped from Bundler 1.0.2.

hsbt	2018-11-26 10:54:53 +0900 (Mon, 26 Nov 2018)

  New Revision: 65979

  https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=65979

  Log:
    Removed `bundle_ruby` command. Because It's no longer shipped from Bundler 1.0.2.
    
      [Bug #15291][ruby-dev:50663]

  Removed files:
    trunk/bin/bundle_ruby
Index: bin/bundle_ruby
===================================================================
--- bin/bundle_ruby	(revision 65978)
+++ bin/bundle_ruby	(nonexistent)
@@ -1,27 +0,0 @@ https://github.com/ruby/ruby/blob/trunk/bin/bundle_ruby#L0
-#!/usr/bin/env ruby
-#
-# This file was generated by RubyGems.
-#
-# The application 'bundler' is installed as part of a gem, and
-# this file is here to facilitate running it.
-#
-
-require 'rubygems'
-
-version = ">= 0.a"
-
-if ARGV.first
-  str = ARGV.first
-  str = str.dup.force_encoding("BINARY") if str.respond_to? :force_encoding
-  if str =~ /\A_(.*)_\z/ and Gem::Version.correct?($1) then
-    version = $1
-    ARGV.shift
-  end
-end
-
-if Gem.respond_to?(:activate_bin_path)
-load Gem.activate_bin_path('bundler', 'bundle_ruby', version)
-else
-gem "bundler", version
-load Gem.bin_path("bundler", "bundle_ruby", version)
-end

Property changes on: bin/bundle_ruby
___________________________________________________________________
Deleted: svn:eol-style
## -1 +0,0 ##
-LF
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property

--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]