<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ruby.git/test/csv/write, 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/csv] force_quotes: add support for specifying the target indexes or names</title>
<updated>2020-07-19T17:32:54+00:00</updated>
<author>
<name>Sutou Kouhei</name>
<email>kou@clear-code.com</email>
</author>
<published>2020-07-15T21:10:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=178649e6dcb679f4b42cbf723d4f34f81a591304'/>
<id>178649e6dcb679f4b42cbf723d4f34f81a591304</id>
<content type='text'>
GitHub: fix GH-153

Reported by Aleksandr. Thanks!!!

https://github.com/ruby/csv/commit/8812c58a26
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
GitHub: fix GH-153

Reported by Aleksandr. Thanks!!!

https://github.com/ruby/csv/commit/8812c58a26
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/csv] Fix a bug that write_nil_value or write_empty_value don't work with non String</title>
<updated>2020-07-19T17:32:50+00:00</updated>
<author>
<name>Sutou Kouhei</name>
<email>kou@clear-code.com</email>
</author>
<published>2020-05-17T02:51:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=b8084b5cb4e20d463938b518dd12f91290c3fb1a'/>
<id>b8084b5cb4e20d463938b518dd12f91290c3fb1a</id>
<content type='text'>
GitHub: fix GH-123

Reported by asm256. Thanks!!!

https://github.com/ruby/csv/commit/b4492139be
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
GitHub: fix GH-123

Reported by asm256. Thanks!!!

https://github.com/ruby/csv/commit/b4492139be
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/csv] Ensuring StringIO's encoding in CSV.generate (#111)</title>
<updated>2020-07-19T17:32:49+00:00</updated>
<author>
<name>Seiei Miyagi</name>
<email>hanachin@gmail.com</email>
</author>
<published>2019-11-25T01:06:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=3c5b67e0db22ec9a15cef6c4961abf6f91373dd3'/>
<id>3c5b67e0db22ec9a15cef6c4961abf6f91373dd3</id>
<content type='text'>
https://github.com/ruby/csv/commit/dbf55ef008
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/ruby/csv/commit/dbf55ef008
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/csv] Suppress warnings</title>
<updated>2020-07-19T17:32:49+00:00</updated>
<author>
<name>Sutou Kouhei</name>
<email>kou@clear-code.com</email>
</author>
<published>2019-10-16T00:36:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=9141aae8c2e2cf9ccf38a8c12828b284297c264b'/>
<id>9141aae8c2e2cf9ccf38a8c12828b284297c264b</id>
<content type='text'>
https://github.com/ruby/csv/commit/b37df55f46
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/ruby/csv/commit/b37df55f46
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert "test/csv/write/test_general.rb: suppress warnings"</title>
<updated>2020-07-19T17:32:48+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2020-07-19T11:47:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=d03a7c6a25fad2393d8eb2cccd1680e37206cd7e'/>
<id>d03a7c6a25fad2393d8eb2cccd1680e37206cd7e</id>
<content type='text'>
This reverts commit 375cf129189f32f7be76ac525035bcde691a63e7, to
sync csv from the upstream.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts commit 375cf129189f32f7be76ac525035bcde691a63e7, to
sync csv from the upstream.
</pre>
</div>
</content>
</entry>
<entry>
<title>test/csv/write/test_general.rb: suppress warnings</title>
<updated>2019-10-15T14:29:49+00:00</updated>
<author>
<name>Yusuke Endoh</name>
<email>mame@ruby-lang.org</email>
</author>
<published>2019-10-15T14:29:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=375cf129189f32f7be76ac525035bcde691a63e7'/>
<id>375cf129189f32f7be76ac525035bcde691a63e7</id>
<content type='text'>
of "setting Encoding.default_internal".
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
of "setting Encoding.default_internal".
</pre>
</div>
</content>
</entry>
<entry>
<title>Import CSV 3.1.2 (#2547)</title>
<updated>2019-10-12T05:03:21+00:00</updated>
<author>
<name>Sutou Kouhei</name>
<email>kou@cozmixng.org</email>
</author>
<published>2019-10-12T05:03:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=92df7d98b62f48cf21cdec522f2e7b34380fd718'/>
<id>92df7d98b62f48cf21cdec522f2e7b34380fd718</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Import CSV 3.0.8</title>
<updated>2019-04-14T21:01:51+00:00</updated>
<author>
<name>kou</name>
<email>kou@b2dd03c8-39d4-4d8f-98ff-823fe69b080e</email>
</author>
<published>2019-04-14T21:01:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=e3b6c7c7ebca1b051dbaa6f33494e92f5638fcc9'/>
<id>e3b6c7c7ebca1b051dbaa6f33494e92f5638fcc9</id>
<content type='text'>
This includes performance improvements and backward incompatibility
fixes.


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@67560 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This includes performance improvements and backward incompatibility
fixes.


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@67560 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
</pre>
</div>
</content>
</entry>
<entry>
<title>Upgrade CSV to 3.0.4</title>
<updated>2019-01-25T06:49:59+00:00</updated>
<author>
<name>kou</name>
<email>kou@b2dd03c8-39d4-4d8f-98ff-823fe69b080e</email>
</author>
<published>2019-01-25T06:49:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=24b57b102c1992b679f8f8c0fd1a0239289a129b'/>
<id>24b57b102c1992b679f8f8c0fd1a0239289a129b</id>
<content type='text'>
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@66922 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@66922 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
</pre>
</div>
</content>
</entry>
</feed>
