<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ruby.git/tool/lib/bundled_gem.rb, branch v3_4_9</title>
<subtitle>The Ruby Programming Language</subtitle>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/'/>
<entry>
<title>Try to find bundled gem version from lib/*/version.rb</title>
<updated>2024-09-13T06:49:28+00:00</updated>
<author>
<name>Yusuke Endoh</name>
<email>mame@ruby-lang.org</email>
</author>
<published>2024-09-13T05:50:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=f090d1fa598ec13b30a40101d8de85c02a77cce3'/>
<id>f090d1fa598ec13b30a40101d8de85c02a77cce3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Re-use strscan with ruby repo</title>
<updated>2024-05-20T09:10:09+00:00</updated>
<author>
<name>Hiroshi SHIBATA</name>
<email>hsbt@ruby-lang.org</email>
</author>
<published>2024-05-20T08:10:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=7f0e26b7f99bf76408569892ce20318501f74729'/>
<id>7f0e26b7f99bf76408569892ce20318501f74729</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Don't need to remove ruby2_keywords dependency from drb</title>
<updated>2024-03-01T03:32:40+00:00</updated>
<author>
<name>Hiroshi SHIBATA</name>
<email>hsbt@ruby-lang.org</email>
</author>
<published>2024-03-01T03:02:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=874e9fc34d728f8e2444d15aa6759befd217c464'/>
<id>874e9fc34d728f8e2444d15aa6759befd217c464</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed dependencies list format</title>
<updated>2024-02-16T08:59:38+00:00</updated>
<author>
<name>Hiroshi SHIBATA</name>
<email>hsbt@ruby-lang.org</email>
</author>
<published>2024-02-16T08:59:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=0301473fb523c71d8cdc4966971f31f502001185'/>
<id>0301473fb523c71d8cdc4966971f31f502001185</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Clear runtime dependencies if default gems is specified.</title>
<updated>2024-02-16T08:28:00+00:00</updated>
<author>
<name>Hiroshi SHIBATA</name>
<email>hsbt@ruby-lang.org</email>
</author>
<published>2024-02-16T06:43:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=9f708d48f6df37ee9600db9d51b57a156609a13b'/>
<id>9f708d48f6df37ee9600db9d51b57a156609a13b</id>
<content type='text'>
The current build system uses runtime dependencies from only
`.bundle` directory. We shouldn't install runtime dependencies
from rubygems.org when `make test-bundled-gems` is invoked.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The current build system uses runtime dependencies from only
`.bundle` directory. We shouldn't install runtime dependencies
from rubygems.org when `make test-bundled-gems` is invoked.
</pre>
</div>
</content>
</entry>
<entry>
<title>Allow to use development version of bundled gems for packaging</title>
<updated>2023-05-09T03:57:12+00:00</updated>
<author>
<name>Hiroshi SHIBATA</name>
<email>hsbt@ruby-lang.org</email>
</author>
<published>2023-05-09T02:08:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=59646e87983ff7ab04a8eccd92e789d77f4402ed'/>
<id>59646e87983ff7ab04a8eccd92e789d77f4402ed</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>We should not validate development version of bundled gems with fetch timing.</title>
<updated>2023-05-09T03:57:12+00:00</updated>
<author>
<name>Hiroshi SHIBATA</name>
<email>hsbt@ruby-lang.org</email>
</author>
<published>2023-05-09T01:23:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=bb75e83d9f22c10b8893f3ff20fdd1d8d1825caf'/>
<id>bb75e83d9f22c10b8893f3ff20fdd1d8d1825caf</id>
<content type='text'>
  We want to notify above situation when release time. So, I move this check into ruby/actions.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  We want to notify above situation when release time. So, I move this check into ruby/actions.
</pre>
</div>
</content>
</entry>
<entry>
<title>code style</title>
<updated>2023-03-08T08:48:43+00:00</updated>
<author>
<name>Hiroshi SHIBATA</name>
<email>hsbt@ruby-lang.org</email>
</author>
<published>2023-03-08T07:51:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=116320402109c9b6de66bc71ed02ef4d12c38dc0'/>
<id>116320402109c9b6de66bc71ed02ef4d12c38dc0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added debug info to gemspec version check</title>
<updated>2023-03-08T08:48:43+00:00</updated>
<author>
<name>Hiroshi SHIBATA</name>
<email>hsbt@ruby-lang.org</email>
</author>
<published>2023-03-08T06:50:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=a7cee4da9729f82058fd6b369ce5b396223d4aa7'/>
<id>a7cee4da9729f82058fd6b369ce5b396223d4aa7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Refine exception messages when git failed</title>
<updated>2023-02-22T01:23:05+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2023-02-22T01:05:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=ac5a949c2a973d2f715bc38dd30f8a2539e64c29'/>
<id>ac5a949c2a973d2f715bc38dd30f8a2539e64c29</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
