<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ruby.git/lib/forwardable, branch v3_2_11</title>
<subtitle>The Ruby Programming Language</subtitle>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/'/>
<entry>
<title>[ruby/forwardable] Move `:stopdoc:` directive</title>
<updated>2022-03-14T05:44:46+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2022-03-14T05:27:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=a884431624966824b9496daa1cfa0dc5e95fe118'/>
<id>a884431624966824b9496daa1cfa0dc5e95fe118</id>
<content type='text'>
If this is at the top level, it stops the documentation of the
entire module, but not only the part in this file.

https://github.com/ruby/forwardable/commit/34cd2ac4a1
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
If this is at the top level, it stops the documentation of the
entire module, but not only the part in this file.

https://github.com/ruby/forwardable/commit/34cd2ac4a1
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/forwardable] gemspec: Explicitly empty the executables list</title>
<updated>2021-04-21T11:41:52+00:00</updated>
<author>
<name>Olle Jonsson</name>
<email>olle.jonsson@gmail.com</email>
</author>
<published>2021-03-31T14:04:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=c27e8f1caf77050d4b89a2e9f7278d8db711ba1f'/>
<id>c27e8f1caf77050d4b89a2e9f7278d8db711ba1f</id>
<content type='text'>
This gem exposes no executables.

https://github.com/ruby/forwardable/commit/374b685927
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This gem exposes no executables.

https://github.com/ruby/forwardable/commit/374b685927
</pre>
</div>
</content>
</entry>
<entry>
<title>Update library versions of the default gems.</title>
<updated>2020-12-22T12:45:28+00:00</updated>
<author>
<name>Hiroshi SHIBATA</name>
<email>hsbt@ruby-lang.org</email>
</author>
<published>2020-12-22T12:43:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=9b9cbbbc17bb5840581c7da37fd0feb0a7d4c1f3'/>
<id>9b9cbbbc17bb5840581c7da37fd0feb0a7d4c1f3</id>
<content type='text'>
  They are followed up with
  https://github.com/ruby/ruby/commit/8fb02b7a97317090e3946e6f2d4a7d034f9699f1
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  They are followed up with
  https://github.com/ruby/ruby/commit/8fb02b7a97317090e3946e6f2d4a7d034f9699f1
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/forwardable] Specify minimum Ruby version.</title>
<updated>2020-12-03T08:35:29+00:00</updated>
<author>
<name>Marc-Andre Lafortune</name>
<email>github@marc-andre.ca</email>
</author>
<published>2020-08-24T14:07:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=ab524dfdd90078b48cc41354a8e9a472ef466a2f'/>
<id>ab524dfdd90078b48cc41354a8e9a472ef466a2f</id>
<content type='text'>
Remove jruby-9.1.17.0 from CI

https://github.com/ruby/forwardable/commit/08d92a9c39
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Remove jruby-9.1.17.0 from CI

https://github.com/ruby/forwardable/commit/08d92a9c39
</pre>
</div>
</content>
</entry>
<entry>
<title>Update the license for the default gems to dual licenses</title>
<updated>2020-08-18T11:26:39+00:00</updated>
<author>
<name>Hiroshi SHIBATA</name>
<email>hsbt@ruby-lang.org</email>
</author>
<published>2020-08-18T11:15:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=8fb02b7a97317090e3946e6f2d4a7d034f9699f1'/>
<id>8fb02b7a97317090e3946e6f2d4a7d034f9699f1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Extract version number from the source</title>
<updated>2020-07-30T10:03:18+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2020-07-28T15:31:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=b2d96abb42abbe2e01f010ffc9ac51f0f9a50002'/>
<id>b2d96abb42abbe2e01f010ffc9ac51f0f9a50002</id>
<content type='text'>
"requiring version.rb" strategy has some issues.

- cannot work when cross-compiling
- often introduces wrong namespace
- must know the superclasses
- costs at each runtime than at build-time

etc.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
"requiring version.rb" strategy has some issues.

- cannot work when cross-compiling
- often introduces wrong namespace
- must know the superclasses
- costs at each runtime than at build-time

etc.
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/forwardable] Bump version to 1.3.1</title>
<updated>2019-12-11T11:23:53+00:00</updated>
<author>
<name>Jeremy Evans</name>
<email>code@jeremyevans.net</email>
</author>
<published>2019-12-02T03:59:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=49ffae7ca66f3e0bc3e2d87092197d3514d5925e'/>
<id>49ffae7ca66f3e0bc3e2d87092197d3514d5925e</id>
<content type='text'>
https://github.com/ruby/forwardable/commit/aa07c55f3f
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/ruby/forwardable/commit/aa07c55f3f
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/forwardable] Bump version to 1.3.0</title>
<updated>2019-11-30T06:54:09+00:00</updated>
<author>
<name>Hiroshi SHIBATA</name>
<email>hsbt@ruby-lang.org</email>
</author>
<published>2019-11-30T06:50:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=856f9990a90e601ec5245a934d1da153591fcf3b'/>
<id>856f9990a90e601ec5245a934d1da153591fcf3b</id>
<content type='text'>
https://github.com/ruby/forwardable/commit/e56f0f83c6
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/ruby/forwardable/commit/e56f0f83c6
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/forwardable] Use Gemfile instead of Gem::Specification#add_development_dependency.</title>
<updated>2019-10-26T00:26:51+00:00</updated>
<author>
<name>Hiroshi SHIBATA</name>
<email>hsbt@ruby-lang.org</email>
</author>
<published>2019-08-12T13:16:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=f14b754151c8b6a006871cff8f590b9b608a7697'/>
<id>f14b754151c8b6a006871cff8f590b9b608a7697</id>
<content type='text'>
https://github.com/ruby/forwardable/commit/1e7123a81b
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/ruby/forwardable/commit/1e7123a81b
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/forwardable] Update spec.files</title>
<updated>2019-10-26T00:25:01+00:00</updated>
<author>
<name>Hiroshi SHIBATA</name>
<email>hsbt@ruby-lang.org</email>
</author>
<published>2019-08-12T13:28:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=b15e0983f7504c4688afce0ee29a2f4746b6631a'/>
<id>b15e0983f7504c4688afce0ee29a2f4746b6631a</id>
<content type='text'>
https://github.com/ruby/forwardable/commit/1b6991e589
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/ruby/forwardable/commit/1b6991e589
</pre>
</div>
</content>
</entry>
</feed>
