| Age | Commit message (Collapse) | Author |
|
https://github.com/ruby/rexml/commit/c0e3f14564
|
|
NOTE: It's a backward incompatible change. If we have any serious
problems with this change, we may revert this change.
The XML namespace specification says the default namespace doesn't
apply to attribute names but it does in REXML without this change:
https://www.w3.org/TR/xml-names/#uniqAttrs
> the default namespace does not apply to attribute names
REXML reports a parse error for the following XML that is described as
a valid XML in the XML nsmaspace specification without this change:
<!-- http://www.w3.org is bound to n1 and is the default -->
<x xmlns:n1="http://www.w3.org"
xmlns="http://www.w3.org" >
<good a="1" b="2" />
<good a="1" n1:a="2" />
</x>
If attribute doesn't have prefix, the attribute should return "" for
both #prefix and #namespace.
https://github.com/ruby/rexml/commit/9e4fd552bc
|
|
https://github.com/ruby/rexml/commit/2384586811
|
|
This reverts commit 61b73c1bf8dc64d97fba7f0a8c503c24b11313f5.
"*:local_name" becomes prefix=nil.
https://github.com/ruby/rexml/commit/9e7dd4cd4e
|
|
It must not be nil.
https://github.com/ruby/rexml/commit/61b73c1bf8
|
|
https://github.com/ruby/rexml/commit/70310a06e5
|
|
prefix
[ruby-list:50733]
Reported by Yasuhiro KIMURA. Thanks!!!
https://github.com/ruby/rexml/commit/8f3c5c176a
|
|
https://github.com/ruby/rexml/commit/0f79e71210
|
|
Closes: https://github.com/ruby/ruby/pull/1749
|
|
https://github.com/bundler/bundler/commit/5215ae7fa3
|
|
https://github.com/bundler/bundler/commit/a94f74682e
|
|
And reenable exclusion because the bug why we added them has been fixed.
See https://github.com/rubocop-hq/rubocop/issues/6861.
https://github.com/bundler/bundler/commit/bda63fcffc
|
|
https://github.com/bundler/bundler/commit/ffb7d6fa53
|
|
https://github.com/bundler/bundler/commit/b8ee4aec0b
|
|
* Adds an extra artifice task to vendorize new `connection_pool`
dependency.
* Cherry-pick's needed Windows fix not yet merged into master branch of
`net-http-persistent`.
* Update bundler usages to be compatible with the new version, and fix
unit specs.
https://github.com/bundler/bundler/commit/0575baa6bb
|
|
https://github.com/bundler/bundler/commit/4c6a3c3cf7
|
|
And use single quotes consistenly.
https://github.com/bundler/bundler/commit/8b9fbbb2df
|
|
platform is Gem::Platform::RUBY
This allows us to always say we're ruby? when force_ruby_platform is
set, and fixes using gemspec & force_ruby_platform on windows.
https://github.com/bundler/bundler/commit/3cb89b7e5c
|
|
https://github.com/bundler/bundler/commit/2a7a5daba0
|
|
And refactor development setup.
https://github.com/bundler/bundler/commit/f288806d02
|
|
https://github.com/bundler/bundler/commit/d6c9196d18
|
|
To indicate that it can raise.
Co-authored-by: Guillermo Guerrero <wolf.fox1985@gmail.com>
Co-authored-by: David Rodríguez <deivid.rodriguez@riseup.net>
https://github.com/bundler/bundler/commit/584e841624
|
|
Co-authored-by: Guillermo Guerrero <wolf.fox1985@gmail.com>
Co-authored-by: David Rodríguez <deivid.rodriguez@riseup.net>
https://github.com/bundler/bundler/commit/7b68d86bdd
|
|
Co-authored-by: Guillermo Guerrero <wolf.fox1985@gmail.com>
Co-authored-by: David Rodríguez <deivid.rodriguez@riseup.net>
https://github.com/bundler/bundler/commit/027aba0cff
|
|
https://github.com/bundler/bundler/commit/d845a213ca
|
|
https://github.com/bundler/bundler/commit/0d8c8d207e
|
|
https://github.com/bundler/bundler/commit/be9d6e7cfc
|
|
Co-authored-by: Guillermo Guerrero <wolf.fox1985@gmail.com>
Co-authored-by: David Rodríguez <deivid.rodriguez@riseup.net>
https://github.com/bundler/bundler/commit/4335df3e4c
|
|
It's the only usage of the `options_include_groups` attribute and its
name suggests a boolean, so it fits better now.
Co-authored-by: Guillermo Guerrero <wolf.fox1985@gmail.com>
Co-authored-by: David Rodríguez <deivid.rodriguez@riseup.net>
https://github.com/bundler/bundler/commit/53c0fae760
|
|
Co-authored-by: Guillermo Guerrero <wolf.fox1985@gmail.com>
Co-authored-by: David Rodríguez <deivid.rodriguez@riseup.net>
https://github.com/bundler/bundler/commit/832fb900f0
|
|
https://github.com/bundler/bundler/commit/8c83921d08
|
|
https://github.com/bundler/bundler/commit/04a04719f0
|
|
In these versions, the `approximate_recommendation` method doesn't
include the prerelease logic.
https://github.com/bundler/bundler/commit/caf13e9e4f
|
|
https://github.com/bundler/bundler/commit/9ddeeb1fe1
|
|
https://github.com/bundler/bundler/commit/72194d1aac
|
|
https://github.com/bundler/bundler/commit/50ccdb32c2
|
|
https://github.com/bundler/bundler/commit/1d017c3f36
|
|
https://github.com/bundler/bundler/commit/7ca4d4e83c
|
|
It sounds like this was mistankenly added in
4337a499d0108fc3748084934aaed7591b355a26. Then the forgotten MANPATH key
was added in bf5bf106230772934602768bb31a68dc925691f0, but this one
should've been removed I think.
https://github.com/bundler/bundler/commit/a82ad111e5
|
|
https://github.com/bundler/bundler/commit/537c0ab712
|
|
@git_commit_sha not initialized'
https://github.com/bundler/bundler/commit/37a1eec8c8
|
|
The additions of the `package` command are not actually backwards
incompatible, so we can do this transition without further care. All
existing specs of `bundle cache` pass when using the `bundle package`
implementation for it.
https://github.com/bundler/bundler/commit/69497adf90
|
|
So that we handle the removal of `bundle cache` just like we'll handle
the removal of `bundle show` and `bundle console`.
https://github.com/bundler/bundler/commit/ff1a669efb
|
|
Just change the default. The reason to do this is that the deprecation
message talks about the default being changed, not the option being
removed.
https://github.com/bundler/bundler/commit/eca1757792
|
|
https://github.com/bundler/bundler/commit/4df9edef95
|
|
This is inside a code branch where the condition is already met.
https://github.com/bundler/bundler/commit/8cdd6c37e6
|
|
https://github.com/bundler/bundler/commit/8ecd722b9f
|
|
The rubygems integration sets up a `post_reset` hook that resets the
specs back to what bundler knows after `Gem::Specification.reset` is
called (which is what `Gem.refresh` calls under the hood).
https://github.com/bundler/bundler/commit/3810f9945c
|
|
https://github.com/bundler/bundler/commit/78608acf83
|
|
https://github.com/bundler/bundler/commit/3a2d2f0250
|