Package: bundler / 1.13.6-2

Metadata

Package Version Patches format
bundler 1.13.6-2 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
no git in gemspec | (download)

bundler.gemspec | 5 1 + 4 - 0 !
1 file changed, 1 insertion(+), 4 deletions(-)

 replace call to git ls-files with dir.glob

It appears gem2deb munges the gemspec file with a static Encoding of US-ASCII,
but our gemspec is encoded in UTF-8; this causes gem2deb to fail. Avoid the
gem2deb munging by not calling git from the gemspec.

unvendorize | (download)

lib/bundler/vendored_molinillo.rb | 2 1 + 1 - 0 !
lib/bundler/vendored_persistent.rb | 2 0 + 2 - 0 !
lib/bundler/vendored_thor.rb | 4 2 + 2 - 0 !
3 files changed, 3 insertions(+), 5 deletions(-)

 replace bundled libraries with system versions

do not add system path to RUBYLIB | (download)

lib/bundler.rb | 6 0 + 6 - 0 !
lib/bundler/shared_helpers.rb | 3 0 + 3 - 0 !
2 files changed, 9 deletions(-)

 do not add system path to rubylib

Bundler adds it's own installation path in front of RUBYLIB, but when
this is the system ruby path, this causes system-wide installed gems
to be used before bundler-installed gems.

Closes: #830958
0004 Fix typo in manpages.patch | (download)

man/bundle-config.ronn | 2 1 + 1 - 0 !
man/bundle-install.ronn | 2 1 + 1 - 0 !
2 files changed, 2 insertions(+), 2 deletions(-)

 fix typo in manpages