Skip to content
This repository was archived by the owner on Dec 1, 2022. It is now read-only.

Revert to 3.0.0 #1

Closed
wants to merge 152 commits into from
Closed

Revert to 3.0.0 #1

wants to merge 152 commits into from

Conversation

thegorgon
Copy link
Member

No description provided.

kou and others added 30 commits June 6, 2018 14:18
There was no test CSV::Table#by_col_or_row. cover with this PR.
GitHub: fix ruby#39

Reported by André Guimarães Sakata. Thanks!!!
Fix typo

Patch by Marcus Stollsteimer. Thanks!!!
…l_empty_value_option

Add descriptions of new options. (nil_value and empty_value)

Patch by Owl. Thanks!!!
Support ruby core repository with gemspec
Cache input data read during init_separators to avoid seek/rewind.

Patch by Ilmari Karonen. Thanks!!!
Turns out that StringIO objects responds to both
:internal_encoding & :external_encoding so it
doesn't execute that condition and the determination
of the encoding
Removing branch on raw_encoding

Patch by Espartaco Palma. Thanks!!!
Enable headers-only file to get headers using 'headers: true' option

Patch by KAZUMA SHIBASAKA. Thanks!!!
This will be provided by SimpleCov gem, on every run
will generate a report for the code coverage
Also include the CodeClimate badge on the README.md
Contributors can enable the coverage just setting the
ENV variable CI* to a truthy value:

Bash compatible
```
CI=true rake
```

Fish
```
ENV CI=true rake
```

* travis CI set this by default on all executions:
https://docs.travis-ci.com/user/environment-variables/
Introducing test coverage report - Closes ruby#49 

Patch by Espartaco Palma. Thanks!!!
GitHub: fix ruby#51

Reported by Yuki Kurihara. Thanks!!!
kou and others added 29 commits January 5, 2019 13:52
But it's not recorded yet...
GitHub: fix ruby#66

Reported by Watson. Thanks!!!
It controls whether empty value ("") is quoted or not. The default is
quoted. It's backward compatible.

GitHub: fix ruby#35

Reported by Dave Myron. Thanks!!!
GitHub: fix ruby#68

Reported by Max Schwenk. Thanks!!!
Remove duplicate implementations

GitHub: fix ruby#69

Patch by Max Schwenk. Thanks!!!
[CHORE] Duplicate definition of _header

Patch by Max Schwenk. Thanks!!!
GitHub: fix ruby#71

Reported by tomoyuki kosaka. Thanks!!!
@thegorgon thegorgon closed this Jan 23, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.