Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: ruby/csv
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.3.2
Choose a base ref
...
head repository: ruby/csv
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.3.3
Choose a head ref
  • 15 commits
  • 11 files changed
  • 4 contributors

Commits on Dec 21, 2024

  1. Bump version

    kou committed Dec 21, 2024
    Configuration menu
    Copy the full SHA
    f33c613 View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2025

  1. Provide a 'Changelog' link on rubygems.org/gems/csv (#327)

    By providing a 'changelog_uri' in the metadata of the gemspec a
    'Changelog' link will be shown on https://rubygems.org/gems/csv which
    makes it quick and easy for someone to check on the changes introduced
    with a new version.
    
    Details of this functionality can be found on
    https://guides.rubygems.org/specification-reference/#metadata
    
    ---------
    
    Co-authored-by: Sutou Kouhei <kou@cozmixng.org>
    mark-young-atg and kou authored Jan 8, 2025
    Configuration menu
    Copy the full SHA
    f9254d4 View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2025

  1. Fix wrong EOF detection for ARGF

    GitHub: fix GH-328
    
    We can't use ARGF.eof? to detect EOF of ARGF. Because ARGF.eof?
    returns true when an file reached EOF but ARGF may use multiple files.
    
    Reported by Takeshi Nishimatsu. Thanks!!!
    kou committed Feb 24, 2025
    Configuration menu
    Copy the full SHA
    a13a4b2 View commit details
    Browse the repository at this point in the history
  2. Add RDoc dependency

    Because RDoc is changed to bundled gem.
    kou committed Feb 24, 2025
    Configuration menu
    Copy the full SHA
    49129ff View commit details
    Browse the repository at this point in the history
  3. Add bare bones console application for filtering CSV (#321)

    This is the bare bones (no input/output options yet). Options to be
    added piecemeal.
    
    The help text is a little misleading; it mentions input and output
    options, but there are none (yet).
    
    ---------
    
    Co-authored-by: Sutou Kouhei <kou@cozmixng.org>
    Co-authored-by: Sutou Kouhei <kou@clear-code.com>
    3 people authored Feb 24, 2025
    Configuration menu
    Copy the full SHA
    6f1c50f View commit details
    Browse the repository at this point in the history
  4. ci test: update Ruby versions

    kou committed Feb 24, 2025
    Configuration menu
    Copy the full SHA
    34550ad View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2025

  1. ci benchmark: use the latest Ruby

    kou committed Feb 25, 2025
    Configuration menu
    Copy the full SHA
    c457574 View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2025

  1. Configuration menu
    Copy the full SHA
    bfaa5fb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    eec15de View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2025

  1. Configuration menu
    Copy the full SHA
    f524356 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    559fbf7 View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2025

  1. csv-filter: add --input-quote-char (#333)

    Co-authored-by: Sutou Kouhei <kou@cozmixng.org>
    BurdetteLamar and kou authored Mar 3, 2025
    Configuration menu
    Copy the full SHA
    29723a0 View commit details
    Browse the repository at this point in the history
  2. csv-filter: add --row-sep (#335)

    Co-authored-by: Sutou Kouhei <kou@cozmixng.org>
    BurdetteLamar and kou authored Mar 3, 2025
    Configuration menu
    Copy the full SHA
    34e21fa View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2025

  1. CSV.read: Add support for integer mode again

    Fix GH-336
    
    Reported by Dave Burgess. Thanks!!!
    kou committed Mar 20, 2025
    Configuration menu
    Copy the full SHA
    f394f79 View commit details
    Browse the repository at this point in the history
  2. Add 3.3.3 entry

    kou committed Mar 20, 2025
    Configuration menu
    Copy the full SHA
    d2abb36 View commit details
    Browse the repository at this point in the history
Loading