<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ruby.git/lib/reline/reline.gemspec, 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>[ruby/reline] Add metadata for rubygems.org</title>
<updated>2024-01-28T12:38:55+00:00</updated>
<author>
<name>Masato Nakamura</name>
<email>masato.nakamura145@gmail.com</email>
</author>
<published>2024-01-28T12:38:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=c1666158373398c6f58e637adfe31ddad8c8ce00'/>
<id>c1666158373398c6f58e637adfe31ddad8c8ce00</id>
<content type='text'>
(https://github.com/ruby/reline/pull/638)

https://github.com/ruby/reline/commit/d3a324d22c
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(https://github.com/ruby/reline/pull/638)

https://github.com/ruby/reline/commit/d3a324d22c
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/reline] Require Ruby &gt;= 2.6</title>
<updated>2022-05-20T08:49:15+00:00</updated>
<author>
<name>ima1zumi</name>
<email>mariimaizumi5@gmail.com</email>
</author>
<published>2022-04-12T13:20:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=bcdbfe4b6e09c0076571addd1d0dd3421bde146d'/>
<id>bcdbfe4b6e09c0076571addd1d0dd3421bde146d</id>
<content type='text'>
fix https://github.com/ruby/reline/pull/428

https://github.com/ruby/reline/commit/dae9eca323
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
fix https://github.com/ruby/reline/pull/428

https://github.com/ruby/reline/commit/dae9eca323
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/reline] Load correct version.rb from gemspec</title>
<updated>2021-12-19T03:14:10+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2021-12-15T13:43:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=a81e0600a7fa97bc1782de91110c6704a47af419'/>
<id>a81e0600a7fa97bc1782de91110c6704a47af419</id>
<content type='text'>
When merged to ruby/ruby, reline.gemspec file is located under
lib/reline, as the same as reline/version.rb.  That is the latter
path relative from the former differs from the ruby/reline case,
and the reline/version.rb in the default load path will be loaded.
Try `require_relative` not to load unexpected files.

https://github.com/ruby/reline/commit/54905d0e1b
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
When merged to ruby/ruby, reline.gemspec file is located under
lib/reline, as the same as reline/version.rb.  That is the latter
path relative from the former differs from the ruby/reline case,
and the reline/version.rb in the default load path will be loaded.
Try `require_relative` not to load unexpected files.

https://github.com/ruby/reline/commit/54905d0e1b
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/reline] Moved development dependencies to Gemfile</title>
<updated>2021-04-08T12:41:00+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2021-04-07T02:56:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=b0b3022f95b9ad4f19098b461e461dbb96f8e906'/>
<id>b0b3022f95b9ad4f19098b461e461dbb96f8e906</id>
<content type='text'>
As expressions in a gemspec file are evaluated at the build time,
but not the run time, the conditional in the gemspec will not work
as intended.

https://github.com/ruby/reline/commit/c09b7c454a
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
As expressions in a gemspec file are evaluated at the build time,
but not the run time, the conditional in the gemspec will not work
as intended.

https://github.com/ruby/reline/commit/c09b7c454a
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/reline] Check WITH_VTERM env to add vterm gem as dependency</title>
<updated>2021-04-08T12:41:00+00:00</updated>
<author>
<name>aycabta</name>
<email>aycabta@gmail.com</email>
</author>
<published>2021-04-03T17:44:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=16f31da92e0c8722cb1f708d1a6938c386d477cf'/>
<id>16f31da92e0c8722cb1f708d1a6938c386d477cf</id>
<content type='text'>
https://github.com/ruby/reline/commit/27b689a7e2
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/ruby/reline/commit/27b689a7e2
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/reline] Use vterm 0.0.5 or newer on Unix like OSes because suppresses SEGV</title>
<updated>2021-04-03T11:22:56+00:00</updated>
<author>
<name>aycabta</name>
<email>aycabta@gmail.com</email>
</author>
<published>2021-04-03T11:17:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=47abb70234867bd7dbc2f324ebcae7873fc4625e'/>
<id>47abb70234867bd7dbc2f324ebcae7873fc4625e</id>
<content type='text'>
https://github.com/ruby/reline/commit/7562cf3b5f
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/ruby/reline/commit/7562cf3b5f
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/reline] Add acknowledgments and license for rb-readline</title>
<updated>2021-01-08T04:25:18+00:00</updated>
<author>
<name>aycabta</name>
<email>aycabta@gmail.com</email>
</author>
<published>2021-01-05T22:06:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=a8f4cbeece5c30587536e456365c28d829bb1a95'/>
<id>a8f4cbeece5c30587536e456365c28d829bb1a95</id>
<content type='text'>
https://github.com/ruby/reline/commit/19df59b916
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/ruby/reline/commit/19df59b916
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/reline] Use yamatanooroti 0.0.6 for supporting startup_message on Windows</title>
<updated>2020-12-04T17:58:58+00:00</updated>
<author>
<name>aycabta</name>
<email>aycabta@gmail.com</email>
</author>
<published>2020-10-14T14:16:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=e16e481385743666443e162141116b46416cb10d'/>
<id>e16e481385743666443e162141116b46416cb10d</id>
<content type='text'>
https://github.com/ruby/reline/commit/167423b664
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/ruby/reline/commit/167423b664
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/reline] Use startup_option instead of startup wait</title>
<updated>2020-12-04T17:58:58+00:00</updated>
<author>
<name>aycabta</name>
<email>aycabta@gmail.com</email>
</author>
<published>2020-10-09T12:30:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=87f51c7e66f9e92242621dda526c668071c315be'/>
<id>87f51c7e66f9e92242621dda526c668071c315be</id>
<content type='text'>
https://github.com/ruby/reline/commit/a63ce6371c
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/ruby/reline/commit/a63ce6371c
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/reline] Use the standard SPDX ID for license in gemspec</title>
<updated>2020-08-18T10:09:43+00:00</updated>
<author>
<name>Maciej Mensfeld</name>
<email>maciej@mensfeld.pl</email>
</author>
<published>2020-08-10T10:54:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=d1b06229fab604515a29bd03eea0ac0c960a1ccf'/>
<id>d1b06229fab604515a29bd03eea0ac0c960a1ccf</id>
<content type='text'>
It is better to use SPDX ID for license field:

https://guides.rubygems.org/specification-reference/#license=

ref: https://spdx.org/licenses/Ruby.html
https://github.com/ruby/reline/commit/8468a727e5
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It is better to use SPDX ID for license field:

https://guides.rubygems.org/specification-reference/#license=

ref: https://spdx.org/licenses/Ruby.html
https://github.com/ruby/reline/commit/8468a727e5
</pre>
</div>
</content>
</entry>
</feed>
