[DRE-commits] [bundler] branch master updated (fef5ade -> bd6c590)

zeha at debian.org zeha at debian.org
Mon Aug 25 17:32:40 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  fef5ade   Update changelog for 1.6.3-1 release
       new  c817377   Imported Upstream version 1.7.2
       new  e624e14   Expand testsuite to actually install a gem
       new  bd6c590   Update changelog for 1.6.3-2 release

The 3 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                                        |   1 +
 CHANGELOG.md                                       |  47 +++
 Rakefile                                           |  10 +-
 bin/bundle                                         |   7 +-
 bin/bundler                                        |  23 +-
 bundler.gemspec                                    |   3 +-
 checksums.yaml.gz                                  | Bin 269 -> 268 bytes
 debian/changelog                                   |   7 +
 debian/tests/testsuite                             |   1 +
 lib/bundler.rb                                     |   3 +-
 lib/bundler/cli.rb                                 |   3 +-
 lib/bundler/cli/binstubs.rb                        |   2 +
 lib/bundler/cli/cache.rb                           |   2 +-
 lib/bundler/cli/install.rb                         |  11 +-
 lib/bundler/cli/package.rb                         |   2 +-
 lib/bundler/definition.rb                          | 121 +++----
 lib/bundler/dsl.rb                                 |  85 ++---
 lib/bundler/fetcher.rb                             |  99 +++---
 lib/bundler/index.rb                               |  33 +-
 lib/bundler/installer.rb                           |  12 +-
 lib/bundler/lockfile_parser.rb                     |  27 +-
 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                     |   8 +-
 lib/bundler/man/bundle-install.txt                 |  13 +-
 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                          |  49 ++-
 lib/bundler/man/gemfile.5.txt                      | 147 +++++----
 lib/bundler/parallel_workers.rb                    |   2 +-
 lib/bundler/rubygems_integration.rb                |   4 +
 lib/bundler/runtime.rb                             |   2 +-
 lib/bundler/source.rb                              |   9 +
 lib/bundler/source/git.rb                          |   5 +-
 lib/bundler/source/path.rb                         |   2 +-
 lib/bundler/source/rubygems.rb                     | 106 +++---
 lib/bundler/source_list.rb                         |  80 +++++
 lib/bundler/templates/newgem/README.md.tt          |   4 +-
 lib/bundler/templates/newgem/gitignore.tt          |  26 +-
 lib/bundler/templates/newgem/newgem.gemspec.tt     |   2 +-
 lib/bundler/ui/shell.rb                            |   7 +-
 lib/bundler/vendored_persistent.rb                 |   8 +
 lib/bundler/version.rb                             |   2 +-
 man/bundle-install.ronn                            |   9 +-
 man/gemfile.5.ronn                                 |  58 +++-
 metadata.yml                                       |  37 ++-
 spec/bundler/definition_spec.rb                    |   3 +-
 .../{source_spec.rb => source/rubygems_spec.rb}    |   0
 spec/bundler/source_list_spec.rb                   | 361 +++++++++++++++++++++
 spec/commands/binstubs_spec.rb                     |  13 +
 spec/install/deploy_spec.rb                        |  12 +
 spec/install/gems/dependency_api_spec.rb           |   4 +-
 spec/install/gems/sources_spec.rb                  | 247 ++++++++++++++
 spec/lock/lockfile_spec.rb                         |  66 +++-
 spec/quality_spec.rb                               |   8 +-
 spec/runtime/setup_spec.rb                         |  23 +-
 spec/support/helpers.rb                            |  14 +
 spec/update/git_spec.rb                            |  47 +++
 spec/update/path_spec.rb                           |  18 +
 spec/update/source_spec.rb                         |  63 ----
 68 files changed, 1529 insertions(+), 453 deletions(-)
 create mode 100644 lib/bundler/source_list.rb
 rename spec/bundler/{source_spec.rb => source/rubygems_spec.rb} (100%)
 create mode 100644 spec/bundler/source_list_spec.rb
 create mode 100644 spec/install/gems/sources_spec.rb
 create mode 100644 spec/update/path_spec.rb
 delete mode 100644 spec/update/source_spec.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