summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
* [ruby/csv] test scanner: specify encoding explicitlySutou Kouhei2020-07-201-1/+1
* [ruby/csv] Fix a bug that write_nil_value or write_empty_value don't work wit...Sutou Kouhei2020-07-201-1/+1
* [ruby/csv] Enhanced Rdoc for CSV (#122)Burdette Lamar2020-07-201-216/+322
* [ruby/csv] Bump versionSutou Kouhei2020-07-201-1/+1
* [ruby/csv] Fix a parse bug when split character exists in middle of column valueSutou Kouhei2020-07-201-3/+8
* [ruby/csv] Fix docs for :strip option (#114)TOMITA Masahiro2020-07-201-1/+1
* [ruby/csv] Ensuring StringIO's encoding in CSV.generate (#111)Seiei Miyagi2020-07-201-1/+2
* [ruby/csv] Do not loop forever when skip_lines regexp matches zero length wit...Mike MacDonald2020-07-201-1/+1
* [ruby/csv] Make CSV::Row#dup return a usable Row (#108)Jim Kane2020-07-201-1/+1
* [ruby/csv] Bump versionSutou Kouhei2020-07-201-1/+1
* Import remaining changesDavid Rodríguez2020-07-156-14/+13
* [rubygems/rubygems] Unswallow `Gem::Package::FormatError`David Rodríguez2020-07-151-2/+0
* [rubygems/rubygems] Allow setting a tag prefix to be used by gem release tasksDavid Rodríguez2020-07-151-1/+8
* [rubygems/rubygems] Fix line spacing to make Layout/EmptyLines happyUtkarsh Gupta2020-07-151-2/+3
* [rubygems/rubygems] Add blank lines to make Bundler/OrderedGems happyUtkarsh Gupta2020-07-151-0/+2
* [rubygems/rubygems] Fix Rakefile to make Style/SymbolArray happyUtkarsh Gupta2020-07-151-1/+5
* [rubygems/rubygems] Fix remaining RuboCop issuesUtkarsh Gupta2020-07-155-0/+10
* [rubygems/rubygems] Avoid calling LoadError#message because of its slownessJean Boussier2020-07-151-12/+2
* [rubygems/rubygems] Constrain (shipped) RuboCop's versionUtkarsh Gupta2020-07-151-1/+1
* [rubygems/rubygems] Lock rubocop version to 0.80.1Utkarsh Gupta2020-07-151-0/+3
* [rubygems/rubygems] Make Style/HashSyntax cop happyUtkarsh Gupta2020-07-151-1/+1
* [rubygems/rubygems] Roll back to Dir.chdir blockUtkarsh Gupta2020-07-151-1/+3
* [rubygems/rubygems] Fix RuboCop offensesUtkarsh Gupta2020-07-158-6/+20
* [rubygems/rubygems] bundler/lib/bundler/installer.rb - fix Windows 'executabl...MSP-Greg2020-07-151-12/+23
* Make the mkmf methods private in the global [Bug #16896]Nobuyoshi Nakada2020-07-131-1/+6
* [DOC] Use https:// instead of http:// [ci skip]Kazuhiro NISHIYAMA2020-07-131-2/+2
* Add instance_methods to class generated by DelegateClassMasataka Pocke Kuwabara2020-07-091-0/+15
* Avoid deprecated OpenSSL::Digest constantsBart de Water2020-06-292-2/+2
* Add require to Delegator examplesRichard Schneeman2020-06-251-0/+4
* Removed nonsense `rubygems_version` in input gemspec filesNobuyoshi Nakada2020-06-252-2/+0
* Fix Encoding::CompatibilityError in `FileUtils::Entry_#join`Kazuhiro NISHIYAMA2020-06-221-1/+9
* Revert d231b8f95b35d8a344cec4f62d7bbdf360a70e1c and add debug printKazuhiro NISHIYAMA2020-06-221-5/+1
* Use filesystem encoding for file path onlyKazuhiro NISHIYAMA2020-06-221-4/+7
* Fix remove_entry error when path encoding is not compatible UTF-8Kazuhiro NISHIYAMA2020-06-221-1/+5
* [DOC] Mentioned that `Time.parse` method is not validatorNobuyoshi Nakada2020-06-211-0/+5
* Fix `ERROR ArgumentError: invalid byte sequence in UTF-8`Kazuhiro NISHIYAMA2020-06-191-1/+1
* Use filesystem encoding as FileHandler's encodingKazuhiro NISHIYAMA2020-06-191-10/+9
* Do not change local_path encoding in WEBrick::HTTPServlet::DefaultFileHandlerKazuhiro NISHIYAMA2020-06-191-1/+1
* Fix failure on mswin CIKazuhiro NISHIYAMA2020-06-191-1/+10
* Hide error location from error messageKazuhiro NISHIYAMA2020-06-191-1/+1
* [open3] only close streams if a block is passedJean Boussier2020-06-181-4/+6
* lib/webrick/httpservlet/filehandler.rb: always handle a path as UTF-8Yusuke Endoh2020-06-181-6/+1
* [rubygems/rubygems] Disable parallel installation by default on WindowsDavid Rodríguez2020-06-181-1/+8
* [rubygems/rubygems] Remove unused methodDavid Rodríguez2020-06-181-6/+0
* [rubygems/rubygems] Only add .rubocop.yml when --rubocop flag is passedUtkarsh Gupta2020-06-181-1/+0
* Ship default .rubocop.ymlUtkarsh Gupta2020-06-182-0/+8
* [rubygems/rubygems] Only add .rubocop.yml when --rubocop flag is passedUtkarsh Gupta2020-06-181-0/+1
* Rename hidden templatesDavid Rodríguez2020-06-185-4/+4
* Undeprecate the `--no-cache` flagDavid Rodríguez2020-06-181-1/+1
* Removed the old file with https://github.com/rubygems/rubygems/pull/3667Hiroshi SHIBATA2020-06-181-6/+0