[DRE-commits] [bundler] 02/07: Merge tag 'upstream/1.13.6'

Scott Leggett smlx-guest at moszumanska.debian.org
Thu Dec 8 10:29:12 UTC 2016


This is an automated email from the git hooks/post-receive script.

smlx-guest pushed a commit to branch master
in repository bundler.

commit 30398ad56f1a1bb3674590a797f85139f8335073
Merge: 7496fc0 77a51d6
Author: Scott Leggett <scott at sl.id.au>
Date:   Mon Dec 5 00:45:04 2016 +1100

    Merge tag 'upstream/1.13.6'
    
    Upstream version 1.13.6

 CHANGELOG.md                                       |  43 ++
 lib/bundler.rb                                     |   5 +-
 lib/bundler/definition.rb                          |  10 +-
 lib/bundler/endpoint_specification.rb              |   2 +
 lib/bundler/fetcher/compact_index.rb               |  27 +-
 lib/bundler/index.rb                               |   3 +-
 lib/bundler/lazy_specification.rb                  |   6 +-
 lib/bundler/man/bundle                             | 120 ----
 lib/bundler/man/bundle-binstubs                    |  30 -
 lib/bundler/man/bundle-binstubs.txt                |  33 -
 lib/bundler/man/bundle-config                      | 254 --------
 lib/bundler/man/bundle-config.txt                  | 282 --------
 lib/bundler/man/bundle-exec                        | 159 -----
 lib/bundler/man/bundle-exec.txt                    | 163 -----
 lib/bundler/man/bundle-gem                         |  80 ---
 lib/bundler/man/bundle-gem.txt                     |  90 ---
 lib/bundler/man/bundle-install                     | 305 ---------
 lib/bundler/man/bundle-install.txt                 | 385 -----------
 lib/bundler/man/bundle-lock                        |  43 --
 lib/bundler/man/bundle-lock.txt                    |  52 --
 lib/bundler/man/bundle-package                     |  52 --
 lib/bundler/man/bundle-package.txt                 |  74 ---
 lib/bundler/man/bundle-platform                    |  61 --
 lib/bundler/man/bundle-platform.txt                |  57 --
 lib/bundler/man/bundle-update                      | 221 -------
 lib/bundler/man/bundle-update.txt                  | 227 -------
 lib/bundler/man/bundle.txt                         | 104 ---
 lib/bundler/man/gemfile.5                          | 706 ---------------------
 lib/bundler/man/gemfile.5.txt                      | 636 -------------------
 lib/bundler/plugin.rb                              |   2 +-
 lib/bundler/plugin/api.rb                          |   2 +-
 lib/bundler/ruby_version.rb                        |   4 +-
 lib/bundler/rubygems_integration.rb                |  28 +
 lib/bundler/settings.rb                            |   3 +-
 lib/bundler/source.rb                              |   2 +-
 .../templates/newgem/spec/newgem_spec.rb.tt        |  11 -
 .../templates/newgem/spec/spec_helper.rb.tt        |   2 -
 .../lib/compact_index_client.rb                    |  79 +++
 .../lib/compact_index_client/cache.rb              | 112 ++++
 .../lib/compact_index_client/updater.rb            |  80 +++
 .../lib/compact_index_client/version.rb            |   4 +
 lib/bundler/vendor/postit/lib/postit.rb            |  15 +
 .../vendor/postit/lib/postit/environment.rb        |  44 ++
 lib/bundler/vendor/postit/lib/postit/installer.rb  |  28 +
 lib/bundler/vendor/postit/lib/postit/parser.rb     |  21 +
 lib/bundler/vendor/postit/lib/postit/setup.rb      |  12 +
 lib/bundler/vendor/postit/lib/postit/version.rb    |   3 +
 lib/bundler/version.rb                             |   2 +-
 man/bundle-exec.ronn                               |   9 +
 49 files changed, 518 insertions(+), 4175 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/bundler.git



More information about the Pkg-ruby-extras-commits mailing list