<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ruby.git/lib/csv, branch ruby_2_7</title>
<subtitle>The Ruby Programming Language</subtitle>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/'/>
<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>Fix keyword argument separation issues in lib</title>
<updated>2019-08-30T19:39:31+00:00</updated>
<author>
<name>Jeremy Evans</name>
<email>code@jeremyevans.net</email>
</author>
<published>2019-04-07T23:44:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=d08e1004e0ee1286e4513de2a170391a4d0a0116'/>
<id>d08e1004e0ee1286e4513de2a170391a4d0a0116</id>
<content type='text'>
Mostly requires adding ** in either calls or method definitions.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Mostly requires adding ** in either calls or method definitions.
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/csv] Fix a bug that strip: true removes newlines</title>
<updated>2019-07-14T14:07:31+00:00</updated>
<author>
<name>Kouhei Sutou</name>
<email>kou@clear-code.com</email>
</author>
<published>2019-04-22T20:54:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=198281a71d95c1a48445dc6e913bc1bd62350054'/>
<id>198281a71d95c1a48445dc6e913bc1bd62350054</id>
<content type='text'>
https://github.com/ruby/csv/commit/5540d35a30
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/ruby/csv/commit/5540d35a30
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/csv] Bump version</title>
<updated>2019-07-14T14:07:31+00:00</updated>
<author>
<name>Kouhei Sutou</name>
<email>kou@clear-code.com</email>
</author>
<published>2019-04-17T13:05:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=c8b82998d4fbbb8988b0f2458327697918a9e1a2'/>
<id>c8b82998d4fbbb8988b0f2458327697918a9e1a2</id>
<content type='text'>
https://github.com/ruby/csv/commit/3976985008
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/ruby/csv/commit/3976985008
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/csv] Refactor range in delete_suffix (#85)</title>
<updated>2019-07-14T14:07:31+00:00</updated>
<author>
<name>Kazuhiro NISHIYAMA</name>
<email>znz@users.noreply.github.com</email>
</author>
<published>2019-04-15T03:12:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=9171f833054cd47842e12fc0fd3cc1df704a9192'/>
<id>9171f833054cd47842e12fc0fd3cc1df704a9192</id>
<content type='text'>
https://github.com/ruby/csv/commit/7ff57a50e8
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/ruby/csv/commit/7ff57a50e8
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/csv] Bump version</title>
<updated>2019-07-14T14:07:31+00:00</updated>
<author>
<name>Kouhei Sutou</name>
<email>kou@clear-code.com</email>
</author>
<published>2019-04-15T02:05:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=864e2a95d90d547fe83c847c01daa1c3ba4503de'/>
<id>864e2a95d90d547fe83c847c01daa1c3ba4503de</id>
<content type='text'>
https://github.com/ruby/csv/commit/312f844693
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/ruby/csv/commit/312f844693
</pre>
</div>
</content>
</entry>
<entry>
<title>Suppress a warning when `write_headers: true`</title>
<updated>2019-07-08T04:03:50+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2019-07-08T04:03:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=e9907122ed6d71de4601b0be22e39e4486636c69'/>
<id>e9907122ed6d71de4601b0be22e39e4486636c69</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>
<entry>
<title>Import CSV 3.0.2</title>
<updated>2018-12-23T07:00:35+00:00</updated>
<author>
<name>kou</name>
<email>kou@b2dd03c8-39d4-4d8f-98ff-823fe69b080e</email>
</author>
<published>2018-12-23T07:00:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=e5d634260e7927db284fd7d2d656899443f5c53e'/>
<id>e5d634260e7927db284fd7d2d656899443f5c53e</id>
<content type='text'>
This includes performance improvement especially writing. Writing is
about 2 times faster.


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@66507 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This includes performance improvement especially writing. Writing is
about 2 times faster.


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@66507 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
</pre>
</div>
</content>
</entry>
</feed>
