2022-01-14 16:58:50 by Takahiro Kambe | Files touched by this commit (1) |
Log message:
textproc/ruby-csv: fix descrition in comment
Fix descrition in comment and trial (commented out) lines.
|
2021-10-26 13:23:42 by Nia Alarie | Files touched by this commit (1161) |
Log message:
textproc: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
Unfetchable distfiles (fetched conditionally?):
./textproc/convertlit/distinfo clit18src.zip
|
2021-10-07 17:02:49 by Nia Alarie | Files touched by this commit (1162) |
Log message:
textproc: Remove SHA1 hashes for distfiles
|
2021-06-10 16:25:43 by Takahiro Kambe | Files touched by this commit (1) |
Log message:
textproc/ruby-csv: make it incompatible with ruby30
Restrict this package to Ruby 2.6 and 2.7 since Ruby 3.0 contain the same
version of rexml.
|
2021-01-14 15:38:40 by Takahiro Kambe | Files touched by this commit (3) | |
Log message:
textproc/ruby-csv: update to 3.1.9
3.1.9 - 2020-11-23
Fixes
* Fixed a compatibility bug that the line to be processed by skip_lines:
has a row separator. [GitHub#194][Reported by Josef Šimánek]
Thanks
* Josef Šimánek
3.1.8 - 2020-11-18
Improvements
* Improved documentation. [Patch by Burdette Lamar]
Thanks
* Burdette Lamar
|
2020-09-14 16:24:42 by Takahiro Kambe | Files touched by this commit (3) | |
Log message:
textproc/ruby-csv: update to 3.1.7
Update ruby-csv package to 3.1.7.
## 3.1.7 - 2020-08-04
### Improvements
* Improved document.
[GitHub#158][GitHub#160][GitHub#161]
[Patch by Burdette Lamar]
* Updated required Ruby version to 2.5.0 or later.
[GitHub#159]
[Patch by Gabriel Nagy]
* Removed stringio 0.1.3 or later dependency.
### Thanks
* Burdette Lamar
* Gabriel Nagy
## 3.1.6 - 2020-07-20
### Improvements
* Improved document.
[GitHub#127][GitHub#135][GitHub#136][GitHub#137][GitHub#139][GitHub#140]
[GitHub#141][GitHub#142][GitHub#143][GitHub#145][GitHub#146][GitHub#148]
[GitHub#148][GitHub#151][GitHub#152][GitHub#154][GitHub#155][GitHub#157]
[Patch by Burdette Lamar]
* `CSV.open`: Added support for `undef: :replace`.
[GitHub#129][Patch by Koichi ITO]
* `CSV.open`: Added support for `invalid: :replace`.
[GitHub#129][Patch by Koichi ITO]
* Don't run quotable check for invalid encoding field values.
[GitHub#131][Patch by Koichi ITO]
* Added support for specifying the target indexes and names to
`force_quotes:`.
[GitHub#153][Reported by Aleksandr]
* `CSV.generate`: Changed to use the encoding of the first non-ASCII
field rather than the encoding of ASCII only field.
* Changed to require the stringio gem 0.1.3 or later.
### Thanks
* Burdette Lamar
* Koichi ITO
* Aleksandr
|
2020-05-25 16:35:40 by Takahiro Kambe | Files touched by this commit (4) |
Log message:
textproc/ruby-csv: add package version 3.1.5
Add ruby-csv package version 3.1.5.
This library provides a complete interface to CSV files and data. It
offers tools to enable you to read and write to and from Strings or IO
objects, as needed.
|