| Age | Commit message (Collapse) | Author |
|
example.com is the canonical stand in for domain examples and will never have a backing website.
via https://www.rfc-editor.org/rfc/rfc2606.html
https://github.com/rubygems/rubygems/commit/26622c81c2
|
|
It doesn't make much sense to just forbid certain words in descriptions.
https://github.com/rubygems/rubygems/commit/7890c98415
|
|
https://github.com/rubygems/rubygems/commit/ef5f30cba7
|
|
There are two directories where csv*/**/*.rb exist, lib/ and
test/, and depending on the order of tests, test/ may be placed
before lib/. In that case, as "shortest" names were not sorted,
csv/helper.rb will be the first candidate for "csv".
https://github.com/ruby/irb/commit/2af7c6bf71
|
|
https://github.com/ruby/irb/commit/005ade74dd
|
|
This allows easy differentiation between ABI incompatible platforms like MSWIN64 and MSVCRT-based MINGW32.
This also implicates a distinct rubygem platform which is also "x64-mingw-ucrt".
Although the term "mingw32" is the OS-part for 64 bit systems as well, the "32" is misleading and confusing for many users.
Therefore the new platform string drops the "32" from the OS part to just "mingw".
This conforms to the common practice of windows platform testing per RUBY_PLATFORM=~/mswin|mingw/ .
Notes:
Merged: https://github.com/ruby/ruby/pull/4599
|
|
Closes https://github.com/rubygems/rubygems/issues/4889
https://github.com/rubygems/rubygems/commit/2b1754479c
|
|
https://github.com/ruby/racc/commit/96075f7720
|
|
* As the "doc/" prefix is specified by the `--page-dir` option,
remove from the rdoc references.
* Refer to the original .rdoc instead of the converted .html.
|
|
This gem exposes 0 executables.
https://github.com/ruby/logger/commit/fbd9315393
|
|
follow #347
https://github.com/ruby/reline/commit/37453a83a3
|
|
@jhawthorn said, "this will make Ruby's integer comparisons slower
globally." It looks like "binding.irb" is going to cause serious
problems in Rails applications.
https://github.com/ruby/reline/commit/ee8d6c6a82
|
|
https://github.com/ruby/rdoc/commit/3bca7dc093
|
|
https://github.com/ruby/rdoc/commit/6ed889aac9
|
|
https://github.com/ruby/rdoc/commit/82eaefbae4
|
|
As well as double quotes.
https://github.com/ruby/rdoc/pull/824#discussion_r683173389
https://github.com/ruby/rdoc/commit/09002bdab5
|
|
https://github.com/ruby/irb/commit/5e29e3e39c
|
|
https://github.com/ruby/reline/commit/92dbac0bff
|
|
https://github.com/ruby/irb/commit/4781f67fb8
|
|
https://github.com/ruby/irb/commit/ab5d84c55b
|
|
https://github.com/ruby/reline/commit/bad76b5a87
|
|
https://github.com/ruby/reline/commit/68d2516551
|
|
https://github.com/ruby/irb/commit/e736a77076
|
|
https://github.com/ruby/irb/commit/b12f0cb8e2
|
|
https://github.com/ruby/irb/commit/0aa2425883
|
|
https://github.com/ruby/irb/commit/74d635758b
|
|
https://github.com/ruby/irb/commit/d9c0dc043e
|
|
https://github.com/ruby/irb/commit/c870b23455
|
|
https://github.com/ruby/reline/commit/5cea268e56
|
|
https://github.com/ruby/reline/commit/3b7a1900fd
|
|
the dialog
https://github.com/ruby/reline/commit/d89c23e30b
|
|
https://github.com/ruby/reline/commit/8a966cd962
|
|
https://github.com/ruby/reline/commit/577df401b9
|
|
https://github.com/ruby/reline/commit/6f82177f2e
|
|
https://github.com/ruby/reline/commit/3054a67d05
|
|
changed
https://github.com/ruby/reline/commit/f629853eae
|
|
https://github.com/ruby/reline/commit/05e8ab8cbb
|
|
https://github.com/ruby/reline/commit/59665a22de
|
|
https://github.com/ruby/reline/commit/4364d9a386
|
|
https://github.com/ruby/reline/commit/479eee5393
|
|
processing
https://github.com/ruby/reline/commit/37648042e8
|
|
returns String
https://github.com/ruby/reline/commit/b908fe4439
|
|
https://github.com/ruby/reline/commit/8da8182d1c
|
|
https://github.com/ruby/reline/commit/ebbd0076b8
|
|
(pointer == -1)
https://github.com/ruby/reline/commit/1d7b603811
|
|
https://github.com/ruby/irb/commit/9ff0b1bba0
|
|
https://github.com/ruby/irb/commit/79ad1f5a6d
|
|
https://github.com/ruby/reline/commit/967e19786d
|
|
https://github.com/ruby/irb/commit/9b98d1afab
|
|
When `ENV["HOME"] = "foo"` on irb, an exception is raised when retrieving the path of `.inputrc`.
Memoize the path of `.inputrc` and don't get the path after the second time.
https://github.com/ruby/reline/commit/7b90b16165
|