[DRE-commits] [bundler] branch master updated (1009350 -> 3a0cd26)
Christian Hofstaedtler
zeha at moszumanska.debian.org
Thu Jan 16 15:30:03 UTC 2014
This is an automated email from the git hooks/post-receive script.
zeha pushed a change to branch master
in repository bundler.
from 1009350 Prepare changelog for 1.5.1+dfsg-1
new 515ccef Imported Upstream version 1.5.2+dfsg
new 41aad17 Merge tag 'upstream/1.5.2+dfsg'
new 4c10d0c Revert upstream 0d15cef
new 3a0cd26 Prepare changelog for 1.5.2+dfsg-1
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:
CHANGELOG.md | 28 +++-
bin/bundle | 4 +-
bundler.gemspec | 2 +-
debian/changelog | 8 +
debian/patches/revert-0d15cef | 65 ++++++++
debian/patches/series | 1 +
lib/bundler/cli.rb | 6 +-
lib/bundler/fetcher.rb | 25 +--
lib/bundler/installer.rb | 45 ++----
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 | 4 +-
lib/bundler/man/bundle-install.txt | 203 ++++++++++++------------
lib/bundler/man/bundle.txt | 2 +-
lib/bundler/man/gemfile.5 | 4 +-
lib/bundler/man/gemfile.5.txt | 6 +-
lib/bundler/parallel_workers/unix_worker.rb | 16 +-
lib/bundler/parallel_workers/worker.rb | 1 +
lib/bundler/rubygems_ext.rb | 2 +-
lib/bundler/rubygems_integration.rb | 23 ++-
lib/bundler/templates/newgem/newgem.gemspec.tt | 2 +-
lib/bundler/version.rb | 2 +-
man/bundle-install.ronn | 2 +-
man/gemfile.5.ronn | 3 +-
metadata.yml | 17 +-
spec/commands/binstubs_spec.rb | 13 ++
spec/install/gemfile/git_spec.rb | 4 +-
spec/install/gems/dependency_api_spec.rb | 34 ++++
spec/install/gems/packed_spec.rb | 6 +-
spec/quality_spec.rb | 4 +-
spec/realworld/parallel_install_spec.rb | 23 ---
spec/realworld/parallel_spec.rb | 69 ++++++++
spec/realworld/parallel_update_spec.rb | 31 ----
spec/runtime/setup_spec.rb | 5 +-
spec/spec_helper.rb | 1 +
spec/support/artifice/endpoint_host_redirect.rb | 15 ++
spec/support/permissions.rb | 11 ++
40 files changed, 435 insertions(+), 262 deletions(-)
create mode 100644 debian/patches/revert-0d15cef
delete mode 100644 spec/realworld/parallel_install_spec.rb
create mode 100644 spec/realworld/parallel_spec.rb
delete mode 100644 spec/realworld/parallel_update_spec.rb
create mode 100644 spec/support/artifice/endpoint_host_redirect.rb
create mode 100644 spec/support/permissions.rb
--
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