aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Fix typo: duplicated the [skip-ci]ohbarye2019-08-092-2/+2
* Revert a6e32855d079e8f3806d8be8a5f5cf7b3a967133 partiallyKazuhiro NISHIYAMA2019-08-091-1/+1
* Fixed deprecation messageNobuyoshi Nakada2019-08-071-1/+1
* Revert "Don't echo results of assignment expressions"aycabta2019-08-063-63/+1
* Don't echo results of assignment expressionsSteven Willis2019-08-063-1/+63
* Use host_os from RbConfig to detect host OS.Charles Oliver Nutter2019-08-061-1/+1
* Remove obsolete TODO commentaycabta2019-08-061-1/+1
* Update Unicode URL to 12.1.0aycabta2019-08-061-1/+1
* Improve same directory detection in FileUtilsJustin Collins2019-08-061-2/+5
* [rubygems/rubygems] Use the standard RUBY_ENGINE_VERSION instead of JRUBY_VER...Benoit Daloze2019-08-054-21/+10
* [rubygems/rubygems] Use gsub with HashKazuhiro NISHIYAMA2019-08-051-2/+2
* [rubygems/rubygems] Revert cadb66037d9b58c80fc795f39384d533229a1f73bronzdoc2019-08-052-0/+11
* [rubygems/rubygems] Fixed to warn with shadowing outer local variable.Hiroshi SHIBATA2019-08-051-4/+4
* [rubygems/rubygems] Remove FIXME commentbronzdoc2019-08-051-2/+0
* [ruby/rexml] gemspec: updateSutou Kouhei2019-08-041-1/+0
* [ruby/rexml] xpath: add missing value conversions for equality and relational...Kouhei Sutou2019-08-041-20/+39
* [ruby/rexml] xpath number: fix a bug that false is converted to NaNKouhei Sutou2019-08-041-10/+7
* [ruby/rexml] xpath local_name: fix a bug that nil is returned for nonexistent...Kouhei Sutou2019-08-041-2/+3
* [ruby/rexml] xpath boolean: implementKouhei Sutou2019-08-041-11/+16
* [ruby/rexml] xpath: fix a bug for equality or relational expressionsKouhei Sutou2019-08-042-110/+86
* [ruby/rexml] Use PPKouhei Sutou2019-08-041-1/+6
* [ruby/rexml] xpath: add support for changing to debug mode by environment var...Kouhei Sutou2019-08-041-16/+19
* [ruby/rexml] Bump versionKouhei Sutou2019-08-041-1/+1
* [ruby/rexml] Message less confusing error to human (#16)ujihisa2019-08-041-0/+4
* [ruby/rexml] Fix crash with nil XPath variables (#13)Alyssa Ross2019-08-041-4/+1
* [ruby/rexml] use #inspect to print meta-characters in error messagesFUJI Goro (gfx)2019-08-041-4/+4
* [ruby/rexml] Bump versionKouhei Sutou2019-08-041-1/+1
* [ruby/rexml] Fix attribute's default namespace behaviorKouhei Sutou2019-08-043-21/+14
* [ruby/rexml] FormatKouhei Sutou2019-08-041-10/+12
* [ruby/rexml] Revert "xpath: remove needless nil check"Kouhei Sutou2019-08-041-2/+6
* [ruby/rexml] xpath: remove needless nil checkKouhei Sutou2019-08-041-6/+2
* [ruby/rexml] Add a TODO for Attribute#namespaceKouhei Sutou2019-08-041-0/+14
* [ruby/rexml] xpath: fix a bug that no namespace attribute isn't matched with ...Kouhei Sutou2019-08-041-1/+5
* [ruby/rexml] Bump versionKouhei Sutou2019-08-041-1/+1
* change call CGI methods from :: to .Semyon Pupkov2019-08-046-31/+31
* [bundler/bundler] Remove Bundler.rubygems.config_map because it was deprecated.Hiroshi SHIBATA2019-08-032-5/+1
* [bundler/bundler] Point to CoC which contains the contributor covenantAdam Wanninger2019-08-031-1/+2
* [bundler/bundler] Bump rubocop to 0.74.0David Rodríguez2019-08-033-3/+3
* [bundler/bundler] net-http-persistent 3.1.0 has been releasedDavid Rodríguez2019-08-033-9/+31
* [bundler/bundler] Adapt to the way my automatiek patch worksDavid Rodríguez2019-08-031-1/+1
* [bundler/bundler] Bump net-http-persistent to 3.0.1David Rodríguez2019-08-0312-440/+811
* [bundler/bundler] Enable `Style/UnneededInterpolation` copDavid Rodríguez2019-08-033-3/+3
* [bundler/bundler] Check for straneous quotesDavid Rodríguez2019-08-031-1/+1
* [bundler/bundler] [CurrentRuby] Say we are ruby? when the generic local platf...Samuel Giddins2019-08-031-0/+2
* [bundler/bundler] Fully remove compatibility guardDavid Rodríguez2019-08-034-15/+0
* [bundler/bundler] Remove development dependencies from gemspecDavid Rodríguez2019-08-031-7/+0
* [bundler/bundler] RUBY_ENGINE should always be defined after 1.8.7David Rodríguez2019-08-033-15/+8
* [bundler/bundler] Add exclamation mark to methodDavid Rodríguez2019-08-031-2/+2
* [bundler/bundler] Move `strict` to an attributeDavid Rodríguez2019-08-031-8/+8
* [bundler/bundler] Extract some methodsDavid Rodríguez2019-08-031-19/+31