<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ruby.git/lib/tempfile.rb, branch v4.0.2</title>
<subtitle>The Ruby Programming Language</subtitle>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/'/>
<entry>
<title>[ruby/tempfile] [DOC] Monofont some text in Tempfile.create</title>
<updated>2025-11-29T18:53:59+00:00</updated>
<author>
<name>Peter Zhu</name>
<email>peter@peterzhu.ca</email>
</author>
<published>2025-11-29T18:42:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=8a0ae3a71a8b12a5e5929a565ba98fdf7c16233b'/>
<id>8a0ae3a71a8b12a5e5929a565ba98fdf7c16233b</id>
<content type='text'>
https://github.com/ruby/tempfile/commit/7fa7436baa
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/ruby/tempfile/commit/7fa7436baa
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/tempfile] [DOC] Fix monofont for Tempfile.create</title>
<updated>2025-11-29T18:53:59+00:00</updated>
<author>
<name>Peter Zhu</name>
<email>peter@peterzhu.ca</email>
</author>
<published>2025-11-29T18:40:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=d9093eab625c7a7029888e538c5474430fb1c110'/>
<id>d9093eab625c7a7029888e538c5474430fb1c110</id>
<content type='text'>
https://github.com/ruby/tempfile/commit/96361e9e42
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/ruby/tempfile/commit/96361e9e42
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/tempfile] [DOC] Suppress documentation for internals</title>
<updated>2025-11-10T10:00:00+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2025-11-10T09:55:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=ae0dd72b96ebd6e968ac639d08126e989cebf366'/>
<id>ae0dd72b96ebd6e968ac639d08126e989cebf366</id>
<content type='text'>
https://github.com/ruby/tempfile/commit/475d719e4d
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/ruby/tempfile/commit/475d719e4d
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/tempfile] [DOC] Fix a typo</title>
<updated>2025-06-17T09:41:45+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2025-06-17T09:41:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=9647dca143ef614cdb1c8cf610d0aa63bf73e012'/>
<id>9647dca143ef614cdb1c8cf610d0aa63bf73e012</id>
<content type='text'>
ruby/ruby#13636

https://github.com/ruby/tempfile/commit/366d9ccb8f

Co-Authored-By: Tim Smith &lt;tsmith84@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
ruby/ruby#13636

https://github.com/ruby/tempfile/commit/366d9ccb8f

Co-Authored-By: Tim Smith &lt;tsmith84@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/tempfile] Bump up v0.3.1</title>
<updated>2024-11-18T04:28:47+00:00</updated>
<author>
<name>Hiroshi SHIBATA</name>
<email>hsbt@ruby-lang.org</email>
</author>
<published>2024-11-18T04:28:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=572eebf603877161d46352328752c5c9542ac65b'/>
<id>572eebf603877161d46352328752c5c9542ac65b</id>
<content type='text'>
https://github.com/ruby/tempfile/commit/297bdf2c8d
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/ruby/tempfile/commit/297bdf2c8d
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/tempfile] Stop using `IO::NULL` for feature detection</title>
<updated>2024-11-18T04:19:40+00:00</updated>
<author>
<name>Yuta Saito</name>
<email>kateinoigakukun@gmail.com</email>
</author>
<published>2024-11-15T20:51:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=6c142d05fa7446cccffc36d81b3ca98ae6199c83'/>
<id>6c142d05fa7446cccffc36d81b3ca98ae6199c83</id>
<content type='text'>
`IO::NULL`'s underlying file `/dev/null` is not always available on
WASI, so use of the file on top-level code (introduced in
https://github.com/ruby/tempfile/pull/36) causes tempfile library not
to work at all on WASI.

https://github.com/ruby/tempfile/commit/d50939890e
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
`IO::NULL`'s underlying file `/dev/null` is not always available on
WASI, so use of the file on top-level code (introduced in
https://github.com/ruby/tempfile/pull/36) causes tempfile library not
to work at all on WASI.

https://github.com/ruby/tempfile/commit/d50939890e
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/tempfile] Bump up v0.3.0</title>
<updated>2024-11-06T07:47:49+00:00</updated>
<author>
<name>Hiroshi SHIBATA</name>
<email>hsbt@ruby-lang.org</email>
</author>
<published>2024-11-06T07:47:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=7e167b3225312410dcd8c303aa1ca9a904eeff6e'/>
<id>7e167b3225312410dcd8c303aa1ca9a904eeff6e</id>
<content type='text'>
https://github.com/ruby/tempfile/commit/2ff9b3ccef
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/ruby/tempfile/commit/2ff9b3ccef
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/tempfile] Support anonymous tempfile on earlier than Ruby 3.2</title>
<updated>2024-08-26T02:49:02+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2024-08-23T15:37:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=136cbf04419acf993357701e54712f921a294355'/>
<id>136cbf04419acf993357701e54712f921a294355</id>
<content type='text'>
https://github.com/ruby/tempfile/commit/7052805029
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/ruby/tempfile/commit/7052805029
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/tempfile] File.new(fileno, mode: mode, path: path) is provided from Ruby 3.2</title>
<updated>2024-08-23T06:07:40+00:00</updated>
<author>
<name>Hiroshi SHIBATA</name>
<email>hsbt@ruby-lang.org</email>
</author>
<published>2024-08-23T05:58:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=7812732e2c271732b96e285584ba84eb236c647a'/>
<id>7812732e2c271732b96e285584ba84eb236c647a</id>
<content type='text'>
https://github.com/ruby/tempfile/commit/67ce897727
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/ruby/tempfile/commit/67ce897727
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/tempfile] Don't unlink in finalizer when already unlinked</title>
<updated>2024-08-20T18:37:53+00:00</updated>
<author>
<name>Peter Zhu</name>
<email>peter@peterzhu.ca</email>
</author>
<published>2024-08-20T18:37:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=1d68a735a262dba3d6222cfd664b80db2a33fc60'/>
<id>1d68a735a262dba3d6222cfd664b80db2a33fc60</id>
<content type='text'>
https://github.com/ruby/tempfile/commit/f677941ea2
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/ruby/tempfile/commit/f677941ea2
</pre>
</div>
</content>
</entry>
</feed>
