<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ruby.git/tool/rbinstall.rb, branch v3_0_4</title>
<subtitle>The Ruby Programming Language</subtitle>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/'/>
<entry>
<title>merge revision(s) 5d710d7e41ef3a9877426c87de121be3bf770e34: [Backport #17476]</title>
<updated>2021-07-03T02:38:10+00:00</updated>
<author>
<name>nagachika</name>
<email>nagachika@ruby-lang.org</email>
</author>
<published>2021-07-03T02:38:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=934001fb08ef133b2925f1651f36f83ddcd2f46d'/>
<id>934001fb08ef133b2925f1651f36f83ddcd2f46d</id>
<content type='text'>
	Fix the wrong file detection for net-*.gemspec

	[Bug #17476][ruby-core:101724]
	---
	 tool/rbinstall.rb | 5 +++++
	 1 file changed, 5 insertions(+)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
	Fix the wrong file detection for net-*.gemspec

	[Bug #17476][ruby-core:101724]
	---
	 tool/rbinstall.rb | 5 +++++
	 1 file changed, 5 insertions(+)
</pre>
</div>
</content>
</entry>
<entry>
<title>rbinstall.rb: do not install useless files after installed</title>
<updated>2020-12-07T14:57:31+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2020-12-07T14:57:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=05e1d87e625d9903d53e13049d69848924aecd28'/>
<id>05e1d87e625d9903d53e13049d69848924aecd28</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Extract gemspec to versioned file</title>
<updated>2020-12-07T14:47:37+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2020-12-07T14:47:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=91f831ac17c8ff58d536ce1fa320294bb477d2ae'/>
<id>91f831ac17c8ff58d536ce1fa320294bb477d2ae</id>
<content type='text'>
Not to be overwritten by test-bundler-prepare.  gem files often
contain useless gemspec files which have not been processed.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Not to be overwritten by test-bundler-prepare.  gem files often
contain useless gemspec files which have not been processed.
</pre>
</div>
</content>
</entry>
<entry>
<title>rbinstall.rb: relaxed split argument</title>
<updated>2020-12-07T13:40:46+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2020-12-07T13:40:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=e025113d71ca208255203f78cc85e9efa25bb23f'/>
<id>e025113d71ca208255203f78cc85e9efa25bb23f</id>
<content type='text'>
did_you_mean splits the output by `$/`.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
did_you_mean splits the output by `$/`.
</pre>
</div>
</content>
</entry>
<entry>
<title>rbinstall.rb: fix the position to expand files</title>
<updated>2020-12-07T13:38:09+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2020-12-07T13:27:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=5894ea5954db119fc818bb7030ed56cf46830c6d'/>
<id>5894ea5954db119fc818bb7030ed56cf46830c6d</id>
<content type='text'>
As `spec.files` is used for `executables` and so on, the expanded
list needs to be located at the same place.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
As `spec.files` is used for `executables` and so on, the expanded
list needs to be located at the same place.
</pre>
</div>
</content>
</entry>
<entry>
<title>rbinstall.rb: install files expanded from bundled gems</title>
<updated>2020-12-07T10:09:23+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2020-12-07T10:09:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=29dee10af28e5766916ad3aa93401508508d53e2'/>
<id>29dee10af28e5766916ad3aa93401508508d53e2</id>
<content type='text'>
Although gemspec file (e.g., power_assert and rake) often uses
`git ls-files`, as it does not make sense in other than its own
repository, it has been ignored now.  Gather all files expanded
from the bundled gem to install, instead.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Although gemspec file (e.g., power_assert and rake) often uses
`git ls-files`, as it does not make sense in other than its own
repository, it has been ignored now.  Gather all files expanded
from the bundled gem to install, instead.
</pre>
</div>
</content>
</entry>
<entry>
<title>rbinstall.rb: OpenStruct has not been needed for years</title>
<updated>2020-09-11T04:26:20+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2020-09-11T04:26:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=0d78390bfb9d87ac7ee192115216882e09c50a06'/>
<id>0d78390bfb9d87ac7ee192115216882e09c50a06</id>
<content type='text'>
Since 6f3e8df133c7785ff6bb6f18d1faec81fefb3999 in 2014.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Since 6f3e8df133c7785ff6bb6f18d1faec81fefb3999 in 2014.
</pre>
</div>
</content>
</entry>
<entry>
<title>rbinstall.rb: fix generated script name to set mode</title>
<updated>2020-07-29T14:02:33+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2020-07-29T14:02:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=f79dc8741f631f5572f4d2fa3cb7cad39b1356bb'/>
<id>f79dc8741f631f5572f4d2fa3cb7cad39b1356bb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>rbinstall.rb: fix dry-run mode</title>
<updated>2020-07-29T13:47:00+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2020-07-29T13:47:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=f0affcdbf6fde6d7d99eb608ce02bcfe2d867553'/>
<id>f0affcdbf6fde6d7d99eb608ce02bcfe2d867553</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Skip comment and empty lines in gems/bundled_gems file</title>
<updated>2020-07-05T09:59:06+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2020-07-05T09:59:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=358f91bf6f9999ba4683f702bc47483789bd4e7e'/>
<id>358f91bf6f9999ba4683f702bc47483789bd4e7e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
