Skip to content

Commit

Permalink
textproc/ruby-csv: update to 3.2.7
Browse files Browse the repository at this point in the history
ruby-csv is default gem but 3.2.7 is newer version for both Ruby 3.1 and 3.2
with a few bug fixes.

3.2.7 (2023-06-26)

Improvements

* Removed an unused internal variable.  GH-273 [Patch by Mau Magnaguagno]
* Changed to use https:// instead of http:// in documents.  GH-274 [Patch by
  Vivek Bharath Akupatni]
* Added prefix to a helper module in test.  GH-278 [Patch by Luke Gruber]
* Added a documentation for liberal_parsing: {backslash_quotes: true}.
  GH-280 [Patch by Mark Schneider]

Fixes

* Fixed a wrong execution result in documents.  GH-276 [Patch by Yuki
  Tsujimoto]

* Fixed a bug that the same line is used multiple times.  GH-279 [Reported
  by Gabriel Nagy]

Thanks

* Mau Magnaguagno
* Vivek Bharath Akupatni
* Yuki Tsujimoto
* Luke Gruber
* Mark Schneider
* Gabriel Nagy
  • Loading branch information
taca committed Sep 9, 2023
1 parent 4374fe6 commit 53250e4
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions textproc/ruby-csv/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.11 2023/09/09 13:52:57 taca Exp $
# $NetBSD: Makefile,v 1.12 2023/09/09 14:38:46 taca Exp $

DISTNAME= csv-3.2.7
CATEGORIES= textproc
Expand All @@ -10,9 +10,5 @@ LICENSE= 2-clause-bsd

USE_LANGUAGES= # none

# This package is for redmine50 on Ruby 3.0.
# Ruby 3.2 has the same version as default gem.
RUBY_VERSIONS_ACCEPTED= 31

.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"

0 comments on commit 53250e4

Please sign in to comment.