1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
ruby--ruby/lib
hsbt 8598f8c2dc Merge bundler to standard libraries.
rubygems 2.7.x depends bundler-1.15.x. This is preparation for
  rubygems and bundler migration.

  * lib/bundler.rb, lib/bundler/*: files of bundler-1.15.4
  * spec/bundler/*: rspec examples of bundler-1.15.4. I applied patches.
    * https://github.com/bundler/bundler/pull/6007
    * Exclude not working examples on ruby repository.
    * Fake ruby interpriter instead of installed ruby.
  * Makefile.in: Added test task named `test-bundler`. This task is only
    working macOS/linux yet. I'm going to support Windows environment later.
  * tool/sync_default_gems.rb: Added sync task for bundler.

  [Feature #12733][ruby-core:77172]

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@59779 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2017-09-08 08:45:41 +00:00
..
bundler Merge bundler to standard libraries. 2017-09-08 08:45:41 +00:00
cgi Fix cgi/core code example missing comma 2017-08-02 15:10:38 +00:00
drb
forwardable
irb Don't pollute toplevel by an IRB internal method 2017-06-15 10:43:17 +00:00
matrix
net to_str -> to_s 2017-08-30 22:23:45 +00:00
optparse
racc
rdoc * remove trailing spaces. 2017-08-29 11:52:52 +00:00
rexml fix documentation of REXML::Formatters::Default (id_hack -> ie_hack) [ci skip] 2017-08-14 16:04:35 +00:00
rinda
rss
rubygems Merge rubygems-2.6.13. 2017-08-28 08:31:28 +00:00
shell Fix exception type in option type checker 2017-06-22 10:56:49 +00:00
unicode_normalize update Ruby to Unicode 10.0.0 2017-09-06 07:56:41 +00:00
uri ftp.rb: fix example format [ci skip] 2017-08-15 01:05:50 +00:00
webrick webrick: fix SNI support 2017-07-18 01:59:28 +00:00
yaml
abbrev.rb
base64.rb
benchmark.rb
bundler.gemspec Merge bundler to standard libraries. 2017-09-08 08:45:41 +00:00
bundler.rb Merge bundler to standard libraries. 2017-09-08 08:45:41 +00:00
cgi.rb
cmath.gemspec Make string literal to frozen object on gemspec of defulte gems. 2017-06-19 13:03:06 +00:00
cmath.rb
csv.gemspec Make string literal to frozen object on gemspec of defulte gems. 2017-06-19 13:03:06 +00:00
csv.rb Partly reverted r59642. Because IO#close is idempotent since Ruby 2.3. 2017-08-29 10:22:47 +00:00
debug.rb
delegate.rb Delegate to eql? [Fix GH-1564] 2017-06-24 03:35:29 +00:00
drb.rb
e2mmap.rb
English.rb $IGNORECASE is no longer effective. [ci skip] 2017-08-25 15:47:04 +00:00
erb.rb Use register_scanner instead of regist_scanner 2017-08-04 11:59:59 +00:00
fileutils.gemspec Make string literal to frozen object on gemspec of defulte gems. 2017-06-19 13:03:06 +00:00
fileutils.rb
find.rb
forwardable.rb
getoptlong.rb getoptlong.rb: multiline regexps 2017-09-02 02:05:34 +00:00
ipaddr.gemspec Extract files variables of ipaddr.gemspec for non git environment. 2017-08-16 09:45:58 +00:00
ipaddr.rb
irb.rb
logger.rb logger.rb: Fix handling progname 2017-07-20 16:47:26 +00:00
matrix.rb
mkmf.rb
monitor.rb
mutex_m.rb
observer.rb
open-uri.rb
open3.rb
optionparser.rb
optparse.rb optparse.rb: case-sensitive candidate 2017-07-24 01:56:04 +00:00
ostruct.rb
pp.rb
prettyprint.rb
prime.rb prime.rb: remove alias after timeout test 2017-05-20 10:21:44 +00:00
profile.rb
profiler.rb
pstore.rb
rdoc.rb Merge rdoc-6.0.0.beta1. 2017-08-29 11:52:50 +00:00
resolv-replace.rb
resolv.rb resolv.rb: remove unnecessary require statement 2017-08-29 04:58:29 +00:00
rss.rb
rubygems.rb Merge rubygems-2.6.13. 2017-08-28 08:31:28 +00:00
scanf.gemspec Make string literal to frozen object on gemspec of defulte gems. 2017-06-19 13:03:06 +00:00
scanf.rb
securerandom.rb
set.rb Alias Set#to_s to #inspect [ruby-core:81753] [Feature #13676] 2017-07-14 08:46:13 +00:00
shell.rb
shellwords.rb
singleton.rb
sync.rb
tempfile.rb tempfile.rb: do not call File.identical? on closed stream 2017-05-19 09:36:34 +00:00
thwait.rb
time.rb
timeout.rb
tmpdir.rb
tracer.rb
tsort.rb
ubygems.rb
un.rb un.rb: use OpenSSL::PKey.read instead of OpenSSL::PKey::RSA.new 2017-07-05 09:05:53 +00:00
uri.rb
weakref.rb
webrick.rb
yaml.rb