| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2019-08-03 | [bundler/bundler] Fix local variable name | David Rodríguez | |
| https://github.com/bundler/bundler/commit/3df138318f | |||
| 2019-08-03 | [bundler/bundler] Reuse `execute_bundle_gem` method | David Rodríguez | |
| https://github.com/bundler/bundler/commit/773203ec5a | |||
| 2019-08-03 | [bundler/bundler] Don't re-resolve locked platform specific gems | David Rodríguez | |
| https://github.com/bundler/bundler/commit/7da2bf75f5 | |||
| 2019-08-03 | [bundler/bundler] Fix a typo on a spec comment | David Rodríguez | |
| https://github.com/bundler/bundler/commit/1a853ad6ac | |||
| 2019-08-03 | [bundler/bundler] bundler/inline should always install gems to system path | robuye | |
| As discussed in the P/R, when `BUNDLE_PATH` env is set Bundler should still install gems to the system path. `GEM_HOME` can be used to provide different location if needed. The test is added to document expected behavior of `bundler/inline`. https://github.com/bundler/bundler/commit/ae419fd6f8 | |||
| 2019-08-03 | [bundler/bundler] Use real paths for `bundle clean` | David Rodríguez | |
| https://github.com/bundler/bundler/commit/0646f9e286 | |||
| 2019-08-03 | [bundler/bundler] Fix thread leak in compact index specs | David Rodríguez | |
| This spec was not stopping threads after itself. That would cause the previous spec in the file (that checks that no threads are left behind) to fail. https://github.com/bundler/bundler/commit/81ad85b92d | |||
| 2019-08-03 | [bundler/bundler] Add `required_ruby_version` to gemspec template | Miklos Fazekas | |
| https://github.com/bundler/bundler/commit/f47421f92d | |||
| 2019-08-03 | [bundler/bundler] Factor out gemspec call inside `let` | David Rodríguez | |
| https://github.com/bundler/bundler/commit/ae0ac190aa | |||
| 2019-08-03 | [bundler/bundler] Remove duplicated `let`'s | David Rodríguez | |
| https://github.com/bundler/bundler/commit/43ffaab796 | |||
| 2019-08-03 | [bundler/bundler] Fix `rake release` not prompting for OTP code | David Rodríguez | |
| Co-authored-by: Colby Swandale <me@colby.fyi> Co-authored-by: Kevin Deisz <kevin.deisz@gmail.com> https://github.com/bundler/bundler/commit/1b2bbc7364 | |||
| 2019-08-03 | [bundler/bundler] Fix file:// handling under Windows | David Rodríguez | |
| Windows paths do not start with a slash, so we add an extra slash to separate the host from the path in file:// urls. Otherwise "D:" is parsed as the host segment in the URI. The path for those URLs now starts with "/", so we ignore that leading character when using the URI's path. This reduces Windows CI spec failures from 429 to 355. https://github.com/bundler/bundler/commit/1b7e274cbc | |||
| 2019-08-03 | [bundler/bundler] Normalize file:// handling in specs | David Rodríguez | |
| https://github.com/bundler/bundler/commit/5946d62ad0 | |||
| 2019-08-03 | [bundler/bundler] Use a clean gemspec for gem helper specs | David Rodríguez | |
| https://github.com/bundler/bundler/commit/f694fe7f67 | |||
| 2019-08-03 | [bundler/bundler] Move "on releasing" to a RSpec context | David Rodríguez | |
| So we can later add more tests with the same setup. https://github.com/bundler/bundler/commit/21b4b6c49c | |||
| 2019-08-03 | [bundler/bundler] Skip specs that need coloring on Windows | David Rodríguez | |
| ANSI codes don't work there. https://github.com/bundler/bundler/commit/4f05417ca7 | |||
| 2019-08-03 | [bundler/bundler] Add missing no-color source specs | David Rodríguez | |
| For consistency. https://github.com/bundler/bundler/commit/279603ab42 | |||
| 2019-08-03 | [bundler/bundler] Be explicit about coloring in specs that need that | David Rodríguez | |
| https://github.com/bundler/bundler/commit/a4d04506ab | |||
| 2019-08-03 | [bundler/bundler] Respect color option when instantiating shells | David Rodríguez | |
| Thor's base shell will be memoized the first time it is set. So if we instantiate a no-color shell first, further instantiations of a bundler shell will be initialized with a no-color shell by default. This is caused some sources specs to fail, depending on the order they run. See for example https://travis-ci.org/bundler/bundler/builds/500328994. What we do to fix it is to reset the shell unless no-color is explicitly specified. That way, further instantiations will rerun thor's internal logic to choose the default shell. https://github.com/bundler/bundler/commit/786b5d9894 | |||
| 2019-08-03 | [bundler/bundler] Added Ruby 2.6 to dsl. | Hiroshi SHIBATA | |
| https://github.com/bundler/bundler/commit/1892626858 | |||
| 2019-07-31 | File.realpath can raise ENOTDIR | Koichi Sasada | |
| 2019-07-31 | Split in two spec examples | Benoit Daloze | |
| 2019-07-31 | Attempt to fix Hash#rehash spec | Benoit Daloze | |
| 2019-07-31 | delete a check on bad assumption. | Koichi Sasada | |
| If object was modified, but there is a case that hash values (#hash) are same between before modified and after modified objects. | |||
| 2019-07-29 | Warn if using return at top-level with an argument | Jeremy Evans | |
| Fixes [Bug #14062] | |||
| 2019-07-27 | Update to ruby/spec@0526d8f | Benoit Daloze | |
| 2019-07-27 | Update to ruby/spec@875a09e | Benoit Daloze | |
| 2019-07-27 | Initialize DST flag | Nobuyoshi Nakada | |
| * time.c (zone_timelocal): initialize DST flag by asking the timezone object. [Bug #15988] | |||
| 2019-07-16 | Removed twisted tests | Nobuyoshi Nakada | |
| Why does only Process.daemon have these tests? | |||
| 2019-07-15 | Fixed ruby/spec for Logger::LogDevice changes. | Hiroshi SHIBATA | |
| 2019-07-11 | File::Stat uses Time#inspect | Nobuyoshi Nakada | |
| 2019-07-11 | Revert "parse.y: Deprecate flip-flops" | Nobuyoshi Nakada | |
| This reverts commit bae638ad5b782c44c80efe33834cb9039279af46. [Feature #5400] | |||
| 2019-07-04 | Revert self-referencing finalizer warning [Feature #15974] | Nobuyoshi Nakada | |
| It has caused CI failures. * d0cd0866d82a58933e5dccd073c753c0c2ad4eb5 Disable GC during rb_objspace_reachable_object_p * 89cef1c56b3a0f9c5e6ccc22a5044477a4fd16c1 Version guard for [Feature #15974] * 796eeb6339952d92ae1b353d450c7883e589852d. Fix up [Feature #15974] * 928260c2a613bbdd4402c300e0bf86ae7562e52a. Warn in verbose mode on defining a finalizer that captures the object | |||
| 2019-07-03 | Version guard for [Feature #15974] | Nobuyoshi Nakada | |
| 2019-07-03 | Warn in verbose mode on defining a finalizer that captures the object | Chris Seaton | |
| [Feature #15974] Closes: https://github.com/ruby/ruby/pull/2264 | |||
| 2019-07-01 | Prefer master rather than trunk in README [ci skip] | Takashi Kokubun | |
| 2019-06-29 | Fix predicate to assert if object is same | Nobuyoshi Nakada | |
| 2019-06-29 | Fix predicate to assert if object is same | Nobuyoshi Nakada | |
| 2019-06-27 | Update to ruby/spec@94d98ff | Benoit Daloze | |
| 2019-06-27 | Update to ruby/spec@8d74d49 | Benoit Daloze | |
| 2019-06-27 | Update to ruby/mspec@ca2bc42 | Benoit Daloze | |
| 2019-06-27 | Expand and clarify documentation about version guards for specs | Benoit Daloze | |
| 2019-06-26 | Added version guard for backtrace printing feature of psych to ruby/spec. | Hiroshi SHIBATA | |
| 2019-06-25 | Fixed broken ruby/spec related a53ab897c35586a836710a8afeb1e8c1abd9b087 | Hiroshi SHIBATA | |
| 2019-06-23 | Max length of UNIX socket path is 104 bytes on macOS | Nobuyoshi Nakada | |
| 2019-06-23 | Do not lengthen UNIX socket path | Nobuyoshi Nakada | |
| * spec/ruby/library/socket/unixsocket/recvfrom_spec.rb: do not lengthen UNIX socket path, which is very stricted. | |||
| 2019-06-21 | Alias ENV.merge! as ENV.update | Kenichi Kamiya | |
| [Feature #15947] Closes: https://github.com/ruby/ruby/pull/2246 | |||
| 2019-06-21 | Use different names for autoload constants in specs for clarity | Benoit Daloze | |
| 2019-06-21 | Add extra spec from https://github.com/ruby/ruby/pull/2173 | Jean Boussier | |
| 2019-06-21 | Add an optional `inherit` argument to Module#autoload? | Jean Boussier | |
| [Feature #15777] Closes: https://github.com/ruby/ruby/pull/2173 | |||
