<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ruby.git/lib/tmpdir.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/tmpdir] Bump up v0.3.1</title>
<updated>2024-12-17T06:47:52+00:00</updated>
<author>
<name>Hiroshi SHIBATA</name>
<email>hsbt@ruby-lang.org</email>
</author>
<published>2024-12-17T06:47:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=fc38023d4e4f44ce1d4d7c1e7921668b52983452'/>
<id>fc38023d4e4f44ce1d4d7c1e7921668b52983452</id>
<content type='text'>
https://github.com/ruby/tmpdir/commit/0245079c24
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/ruby/tmpdir/commit/0245079c24
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/tmpdir] Bump up v0.3.0</title>
<updated>2024-11-06T08:05:01+00:00</updated>
<author>
<name>Hiroshi SHIBATA</name>
<email>hsbt@ruby-lang.org</email>
</author>
<published>2024-11-06T08:04:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=7d9e9eabe7d6c53f5a24297b6275d8935648e3b7'/>
<id>7d9e9eabe7d6c53f5a24297b6275d8935648e3b7</id>
<content type='text'>
https://github.com/ruby/tmpdir/commit/ef9ca591cf
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/ruby/tmpdir/commit/ef9ca591cf
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/tmpdir] Fix for environment without git</title>
<updated>2024-02-27T01:31:50+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2024-02-27T01:17:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=316d1e1014e99b750d6ac5d5245b1e0fee3662c3'/>
<id>316d1e1014e99b750d6ac5d5245b1e0fee3662c3</id>
<content type='text'>
https://github.com/ruby/tmpdir/commit/3f1f2260eb
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/ruby/tmpdir/commit/3f1f2260eb
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/tmpdir] Use `IO.popen` to list files</title>
<updated>2024-02-25T08:32:09+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2024-02-25T08:14:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=c0c56d1714b44d30d69b51127f9c97df21322d58'/>
<id>c0c56d1714b44d30d69b51127f9c97df21322d58</id>
<content type='text'>
- Redirect `git ls-files` without shelling out.

- When building by `gem`, `__FILE__` is the path name given in the
  command line, or the gemspec file name in the current directory.  In
  that case, comparison it and expanded path never equal.  Compare
  listed file names with the base name of `__FILE__` instead.

https://github.com/ruby/tmpdir/commit/f505e3f7cb
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Redirect `git ls-files` without shelling out.

- When building by `gem`, `__FILE__` is the path name given in the
  command line, or the gemspec file name in the current directory.  In
  that case, comparison it and expanded path never equal.  Compare
  listed file names with the base name of `__FILE__` instead.

https://github.com/ruby/tmpdir/commit/f505e3f7cb
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/tmpdir] Update gemspec according to the recent bundler template</title>
<updated>2024-02-25T05:04:12+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2024-02-25T05:03:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=7356067b73f9f1a4c8a06546611ec242af1fa192'/>
<id>7356067b73f9f1a4c8a06546611ec242af1fa192</id>
<content type='text'>
https://github.com/ruby/tmpdir/commit/4ef7bc4f2a
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/ruby/tmpdir/commit/4ef7bc4f2a
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/tmpdir] Bump up 0.2.0</title>
<updated>2023-11-07T02:39:02+00:00</updated>
<author>
<name>Hiroshi SHIBATA</name>
<email>hsbt@ruby-lang.org</email>
</author>
<published>2023-11-07T02:06:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=ad81af22d4a1a24c3a63a960d558d0131ee2a3d6'/>
<id>ad81af22d4a1a24c3a63a960d558d0131ee2a3d6</id>
<content type='text'>
https://github.com/ruby/tmpdir/commit/8bbd87c8ac
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/ruby/tmpdir/commit/8bbd87c8ac
</pre>
</div>
</content>
</entry>
<entry>
<title>Redirect to `IO::NULL` for the portability</title>
<updated>2023-05-05T09:52:36+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2023-05-05T09:32:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=cfa6a892d05c5dcbd8fcd7c78cdbac49a8ff6100'/>
<id>cfa6a892d05c5dcbd8fcd7c78cdbac49a8ff6100</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/tmpdir] Bump version to 0.1.3</title>
<updated>2022-12-05T08:15:11+00:00</updated>
<author>
<name>Hiroshi SHIBATA</name>
<email>hsbt@ruby-lang.org</email>
</author>
<published>2022-12-05T08:14:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=325ac80c21d9da96b314d1e5b0cb1dc55034878a'/>
<id>325ac80c21d9da96b314d1e5b0cb1dc55034878a</id>
<content type='text'>
https://github.com/ruby/tmpdir/commit/ee99c758fd
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/ruby/tmpdir/commit/ee99c758fd
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/tmpdir] Update supported and testing ruby versions </title>
<updated>2022-10-25T06:59:30+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2022-10-25T06:41:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=d55f72bcdbe7f6157c3ad9b1ce32bcc01cf375c4'/>
<id>d55f72bcdbe7f6157c3ad9b1ce32bcc01cf375c4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/tmpdir] Bump version to 0.1.2</title>
<updated>2021-04-05T12:08:58+00:00</updated>
<author>
<name>Hiroshi SHIBATA</name>
<email>hsbt@ruby-lang.org</email>
</author>
<published>2021-04-05T12:06:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=a00d92326c5b7431592d29b408be332f65ec8dc2'/>
<id>a00d92326c5b7431592d29b408be332f65ec8dc2</id>
<content type='text'>
https://github.com/ruby/tmpdir/commit/c79bc7adf6
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/ruby/tmpdir/commit/c79bc7adf6
</pre>
</div>
</content>
</entry>
</feed>
