| Age | Commit message (Collapse) | Author |
|
The builtin thor's color shell already checks this before printing, and
if not a tty, prints just the string without added color codes.
https://github.com/bundler/bundler/commit/4f62611c87
|
|
https://github.com/bundler/bundler/commit/1892626858
|
|
e9e17cbc051e894dfd27eda5feca2939f65552db (enabling the warning by
default) caused a warning in test-spec:
```
/data/chkbuild/tmp/build/20190802T213005Z/ruby/spec/ruby/core/binding/irb_spec.rb
Binding#irb
- creates an IRB session with the binding in scope/data/chkbuild/tmp/build/20190802T213005Z/ruby/spec/ruby/core/binding/fixtures/irb.rb:3: warning: __FILE__ in eval may not return location in binding; use Binding#source_location instead
```
https://rubyci.org/logs/rubyci.s3.amazonaws.com/debian/ruby-master/log/20190802T213005Z.log.html.gz
ref: [Bug #4352]
|
|
Because it causes circular require.
|
|
* `Gem::ConfigMap` is still used by Bundler.
* `Gem::RubyGemsVersion` is also still referred by the old gems.
https://github.com/rubygems/rubygems/commit/249c3ff44f
|
|
set it up later and cause confusion
https://github.com/rubygems/rubygems/commit/6ec3ba983c
|
|
not needed anymore
https://github.com/rubygems/rubygems/commit/930de86a24
|
|
extension is used
https://github.com/rubygems/rubygems/commit/2a32c5ef0a
|
|
https://github.com/rubygems/rubygems/commit/107fea3432
|
|
https://github.com/rubygems/rubygems/commit/0402974149
|
|
https://github.com/rubygems/rubygems/commit/be962ca0c4
|
|
https://github.com/rubygems/rubygems/commit/469fceeb2f
|
|
https://github.com/rubygems/rubygems/commit/1ea674d8f7
|
|
https://github.com/rubygems/rubygems/commit/41b1cebc33
|
|
https://github.com/rubygems/rubygems/commit/3d6c7c92e4
|
|
BasicSpecification.
This was never the right place. The method got there just by evolution,
not by design. Move it within default methods, where it suits better.
Since this method is presumably used just internally, it should be safe
to deprecate it and remove later.
https://github.com/rubygems/rubygems/commit/0c0dd9458a
|
|
https://github.com/rubygems/rubygems/commit/2adef51dc9
|
|
some test case.
https://github.com/rubygems/rubygems/commit/4a0ca2583a
|
|
https://github.com/rubygems/rubygems/commit/bfb3f67494
|
|
https://github.com/rubygems/rubygems/commit/c2049c3276
|
|
supported nor functional.
https://github.com/rubygems/rubygems/commit/cadb66037d
|
|
Separate #add_runtime_dependency and #add_development_dependency
availability condition from #specification_version availability,
which is not related to directly.
Also check if the former method is available, instead of comparing
the version.
https://github.com/rubygems/rubygems/commit/5cccc2b836
|
|
methods
https://github.com/rubygems/rubygems/commit/2a96494d91
|
|
https://github.com/rubygems/rubygems/commit/1372e50c17
|
|
https://github.com/rubygems/rubygems/commit/6a1856517f
|
|
S3URISigner class
https://github.com/rubygems/rubygems/commit/c30d21ec7a
|
|
https://github.com/rubygems/rubygems/commit/853ecdd417
|
|
https://github.com/rubygems/rubygems/commit/2481efcb37
|
|
https://github.com/rubygems/rubygems/commit/4bacf577f1
|
|
https://github.com/rubygems/rubygems/commit/44bc809dc8
|
|
https://github.com/rubygems/rubygems/commit/fb62d3043c
|
|
available for use
https://github.com/rubygems/rubygems/commit/1783cf0fd3
|
|
to Gem::Util
https://github.com/rubygems/rubygems/commit/e12c98aa72
|
|
https://github.com/rubygems/rubygems/commit/d7ad696fa2
|
|
https://github.com/rubygems/rubygems/commit/a76f25dff0
|
|
https://github.com/rubygems/rubygems/commit/f289788ca5
|
|
https://github.com/rubygems/rubygems/commit/2c9cfcb666
|
|
Add some basic specs for the package attr_reader.
https://github.com/rubygems/rubygems/commit/68af2a0ee3
|
|
@parser.accept since not
every class where this is used has a parser available. i.e lib/rubygems/install_update_options.rb
https://github.com/rubygems/rubygems/commit/519fd4dcc0
|
|
https://github.com/rubygems/rubygems/commit/f296645033
|
|
in Rubygems 3
https://github.com/rubygems/rubygems/commit/6d5f743a89
|
|
https://github.com/rubygems/rubygems/commit/a10b5265d7
|
|
https://github.com/rubygems/rubygems/commit/ad7e379f79
|
|
https://github.com/rubygems/rubygems/commit/9094740109
|
|
* That way, multiple lookups for the same file always return the same object.
https://github.com/rubygems/rubygems/commit/50a431b6db
|
|
Hash
* It's accessed concurrently, notably when installing a gem with a C extension.
https://github.com/rubygems/rubygems/commit/543294d7dd
|
|
current style
https://github.com/rubygems/rubygems/commit/df7c0e4223
|
|
https://github.com/rubygems/rubygems/commit/1b9ab33083
|
|
https://github.com/rubygems/rubygems/commit/1b3154f905
|
|
https://github.com/rubygems/rubygems/commit/82f0d4ca69
|