[DRE-commits] [bundler] branch master updated (6098b5d -> 308e8ce)

zeha at debian.org zeha at debian.org
Sun Jun 28 00:49:20 UTC 2015


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

zeha pushed a change to branch master
in repository bundler.

      from  6098b5d   Update changelog for 1.10.3-1 release
      adds  488c930   Imported Upstream version 1.10.5
       new  c50028f   Merge tag 'upstream/1.10.5'
       new  deb9b7c   Update debian/gbp.conf for newer gbp
       new  fb633c9   Add ruby-dev to debian/tests requirements
       new  308e8ce   Update changelog for 1.10.5-1 release

The 4 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .travis.yml                           |   4 +-
 CHANGELOG.md                          |  23 +++
 README.md                             |   8 +-
 Rakefile                              |   2 +-
 debian/changelog                      |   8 +
 debian/gbp.conf                       |   2 +-
 debian/tests/control                  |   2 +-
 lib/bundler/cli.rb                    |   9 +-
 lib/bundler/cli/check.rb              |   2 +-
 lib/bundler/definition.rb             |  32 ++--
 lib/bundler/endpoint_specification.rb |   9 ++
 lib/bundler/environment.rb            |   4 +-
 lib/bundler/inline.rb                 |   4 +-
 lib/bundler/installer.rb              |  15 +-
 lib/bundler/man/bundle                |   2 +-
 lib/bundler/man/bundle-config         |   2 +-
 lib/bundler/man/bundle-config.txt     |   2 +-
 lib/bundler/man/bundle-exec           |   2 +-
 lib/bundler/man/bundle-exec.txt       |   2 +-
 lib/bundler/man/bundle-install        |  30 +++-
 lib/bundler/man/bundle-install.txt    | 275 ++++++++++++++++++----------------
 lib/bundler/man/bundle-package        |   2 +-
 lib/bundler/man/bundle-package.txt    |   2 +-
 lib/bundler/man/bundle-platform       |   2 +-
 lib/bundler/man/bundle-platform.txt   |   2 +-
 lib/bundler/man/bundle-update         |   2 +-
 lib/bundler/man/bundle-update.txt     |   2 +-
 lib/bundler/man/bundle.txt            |   2 +-
 lib/bundler/man/gemfile.5             |  17 ++-
 lib/bundler/man/gemfile.5.txt         |  35 +++--
 lib/bundler/remote_specification.rb   |  29 +++-
 lib/bundler/resolver.rb               |   8 +-
 lib/bundler/runtime.rb                |   2 +-
 lib/bundler/source/git.rb             |  11 +-
 lib/bundler/source/path.rb            |   3 +-
 lib/bundler/source/rubygems.rb        |  17 ++-
 lib/bundler/ui/rg_proxy.rb            |   6 +-
 lib/bundler/version.rb                |   2 +-
 man/gemfile.5.ronn                    |  10 ++
 metadata.yml                          |   7 +-
 40 files changed, 383 insertions(+), 217 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