<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ruby.git/lib/rubygems/test_case.rb, branch v2_7_8</title>
<subtitle>The Ruby Programming Language</subtitle>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/'/>
<entry>
<title>Merge RubyGems-3.1.6 [Bug #16926]</title>
<updated>2021-01-30T11:43:44+00:00</updated>
<author>
<name>nagachika</name>
<email>nagachika@ruby-lang.org</email>
</author>
<published>2021-01-30T11:43:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=99b4f20fd65075d2d9ee02f8c7a6b5d6a914ce31'/>
<id>99b4f20fd65075d2d9ee02f8c7a6b5d6a914ce31</id>
<content type='text'>
https://github.com/ruby/ruby/pull/4122
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/ruby/ruby/pull/4122
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge RubyGems 3.1.4</title>
<updated>2020-09-15T11:55:40+00:00</updated>
<author>
<name>Hiroshi SHIBATA</name>
<email>hsbt@ruby-lang.org</email>
</author>
<published>2020-06-30T12:23:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=7d76314885be3532999684356657ce36da84d04e'/>
<id>7d76314885be3532999684356657ce36da84d04e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge RubyGems 3.1.2</title>
<updated>2019-12-20T02:50:32+00:00</updated>
<author>
<name>Hiroshi SHIBATA</name>
<email>hsbt@ruby-lang.org</email>
</author>
<published>2019-12-20T02:50:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=e672494cd737b8fea3a186aeb5c2c17d1a18cb96'/>
<id>e672494cd737b8fea3a186aeb5c2c17d1a18cb96</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge RubyGems 3.1.0.pre3</title>
<updated>2019-11-11T07:59:49+00:00</updated>
<author>
<name>Hiroshi SHIBATA</name>
<email>hsbt@ruby-lang.org</email>
</author>
<published>2019-11-11T06:03:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=7d463e360b9c4718b17378eb52783116a01b884b'/>
<id>7d463e360b9c4718b17378eb52783116a01b884b</id>
<content type='text'>
  * Fix gem pristine not accounting for user installed gems. Pull request
    #2914 by Luis Sagastume.
  * Refactor keyword argument test for Ruby 2.7. Pull request #2947 by
    SHIBATA Hiroshi.
  * Fix errors at frozen Gem::Version. Pull request #2949 by Nobuyoshi
    Nakada.
  * Remove taint usage on Ruby 2.7+. Pull request #2951 by Jeremy Evans.
  * Check Manifest.txt is up to date. Pull request #2953 by David Rodríguez.
  * Clarify symlink conditionals in tests. Pull request #2962 by David
    Rodríguez.
  * Update command line parsing to work under ps. Pull request #2966 by
    David Rodríguez.
  * Properly test `Gem::Specifications.stub_for`. Pull request #2970 by
    David Rodríguez.
  * Fix Gem::LOADED_SPECS_MUTEX handling for recursive locking. Pull request
    #2985 by MSP-Greg.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  * Fix gem pristine not accounting for user installed gems. Pull request
    #2914 by Luis Sagastume.
  * Refactor keyword argument test for Ruby 2.7. Pull request #2947 by
    SHIBATA Hiroshi.
  * Fix errors at frozen Gem::Version. Pull request #2949 by Nobuyoshi
    Nakada.
  * Remove taint usage on Ruby 2.7+. Pull request #2951 by Jeremy Evans.
  * Check Manifest.txt is up to date. Pull request #2953 by David Rodríguez.
  * Clarify symlink conditionals in tests. Pull request #2962 by David
    Rodríguez.
  * Update command line parsing to work under ps. Pull request #2966 by
    David Rodríguez.
  * Properly test `Gem::Specifications.stub_for`. Pull request #2970 by
    David Rodríguez.
  * Fix Gem::LOADED_SPECS_MUTEX handling for recursive locking. Pull request
    #2985 by MSP-Greg.
</pre>
</div>
</content>
</entry>
<entry>
<title>$LOAD_PATH elements should be real paths</title>
<updated>2019-08-17T15:32:21+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2019-08-17T15:25:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=8b8e7e6e9ec785ff49b3045ce06fa38b9f5cf809'/>
<id>8b8e7e6e9ec785ff49b3045ce06fa38b9f5cf809</id>
<content type='text'>
Installed path may contain symbolic links.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Installed path may contain symbolic links.
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert "Revert "[rubygems/rubygems] [Require] Ensure -I beats a default gem""</title>
<updated>2019-08-17T06:12:45+00:00</updated>
<author>
<name>Hiroshi SHIBATA</name>
<email>hsbt@ruby-lang.org</email>
</author>
<published>2019-08-16T23:54:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=dd16f8524c44f8802e634af2577fe5a149cd740e'/>
<id>dd16f8524c44f8802e634af2577fe5a149cd740e</id>
<content type='text'>
This reverts commit 75d29db8f965893bb6ab38b9008abc80cdda246e.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts commit 75d29db8f965893bb6ab38b9008abc80cdda246e.
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert "[rubygems/rubygems] [Require] Ensure -I beats a default gem"</title>
<updated>2019-08-16T23:52:39+00:00</updated>
<author>
<name>Hiroshi SHIBATA</name>
<email>hsbt@ruby-lang.org</email>
</author>
<published>2019-08-16T23:52:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=75d29db8f965893bb6ab38b9008abc80cdda246e'/>
<id>75d29db8f965893bb6ab38b9008abc80cdda246e</id>
<content type='text'>
This reverts commit 00cd5d74cecb6aa4a184e57e2b8246ef6e45d458.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts commit 00cd5d74cecb6aa4a184e57e2b8246ef6e45d458.
</pre>
</div>
</content>
</entry>
<entry>
<title>[rubygems/rubygems] [Require] Ensure -I beats a default gem</title>
<updated>2019-08-16T22:35:48+00:00</updated>
<author>
<name>Samuel Giddins</name>
<email>segiddins@segiddins.me</email>
</author>
<published>2017-03-14T17:34:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=00cd5d74cecb6aa4a184e57e2b8246ef6e45d458'/>
<id>00cd5d74cecb6aa4a184e57e2b8246ef6e45d458</id>
<content type='text'>
https://github.com/rubygems/rubygems/commit/6fbda98eb3
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/rubygems/rubygems/commit/6fbda98eb3
</pre>
</div>
</content>
</entry>
<entry>
<title>[rubygems/rubygems] Enable `Layout/EmptyLinesAroundAccessModifier`</title>
<updated>2019-07-30T23:47:02+00:00</updated>
<author>
<name>David Rodríguez</name>
<email>deivid.rodriguez@riseup.net</email>
</author>
<published>2019-06-04T08:21:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=0817d95714bc73cef7a4eb6cdfc50a1c5ea4a6c1'/>
<id>0817d95714bc73cef7a4eb6cdfc50a1c5ea4a6c1</id>
<content type='text'>
https://github.com/rubygems/rubygems/commit/41b1cebc33
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/rubygems/rubygems/commit/41b1cebc33
</pre>
</div>
</content>
</entry>
<entry>
<title>[rubygems/rubygems] There is no usage of @orig_env_* variables in test suite.</title>
<updated>2019-07-30T23:47:02+00:00</updated>
<author>
<name>Hiroshi SHIBATA</name>
<email>hsbt@ruby-lang.org</email>
</author>
<published>2019-07-21T01:17:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=d1806bd8da963c597ccd8c0b63ceac4dbe3ff3ae'/>
<id>d1806bd8da963c597ccd8c0b63ceac4dbe3ff3ae</id>
<content type='text'>
https://github.com/rubygems/rubygems/commit/2adef51dc9
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/rubygems/rubygems/commit/2adef51dc9
</pre>
</div>
</content>
</entry>
</feed>
