[DRE-commits] [bundler] branch master updated (4804dbf -> 8f0b329)

Christian Hofstaedtler zeha at moszumanska.debian.org
Sat Dec 21 22:10:31 UTC 2013


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

zeha pushed a change to branch master
in repository bundler.

      from  4804dbf   Prepare changelog for 1.5.0~rc.1-exp1
      adds  ede278b   Imported Upstream version 1.5.0~rc.2
       new  2dbdf54   Merge tag 'upstream/1.5.0_rc.2'
       new  8f0b329   Prepare changelog for 1.5.0~rc.2-exp1

The 2 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                                       |  12 ++
 Rakefile                                           |   2 +-
 bundler.gemspec                                    |   2 +-
 checksums.yaml.gz                                  | Bin 0 -> 266 bytes
 debian/changelog                                   |   6 +
 lib/bundler/gem_installer.rb                       |   9 --
 lib/bundler/installer.rb                           |  42 +++++-
 lib/bundler/man/bundle                             |   2 +-
 lib/bundler/man/bundle-config                      |   2 +-
 lib/bundler/man/bundle-config.txt                  |  36 ++---
 lib/bundler/man/bundle-exec                        |   2 +-
 lib/bundler/man/bundle-exec.txt                    |   2 +-
 lib/bundler/man/bundle-install                     |   2 +-
 lib/bundler/man/bundle-install.txt                 |  34 ++---
 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                  |  82 +++++------
 lib/bundler/man/bundle.txt                         |   2 +-
 lib/bundler/man/gemfile.5                          |   2 +-
 lib/bundler/man/gemfile.5.txt                      |   2 +-
 lib/bundler/rubygems_integration.rb                |  24 +++-
 lib/bundler/ssl_certs/AddTrustExternalCARoot.pem   |  90 ------------
 .../Class3PublicPrimaryCertificationAuthority.pem  |  14 ++
 .../ssl_certs/DigiCertHighAssuranceEVRootCA.pem    |  23 ++++
 ...t_net-Secure-Server-Certification-Authority.pem |  90 ------------
 ...ntrustnetSecureServerCertificationAuthority.pem |  28 ++++
 ...GeoTrust_Global_CA.pem => GeoTrustGlobalCA.pem} |  40 +++---
 ...lass3PublicPrimaryCertificationAuthority-G2.pem |  57 --------
 .../templates/newgem/spec/newgem_spec.rb.tt        |   4 +-
 lib/bundler/version.rb                             |   2 +-
 metadata.yml                                       | 151 +++++++++------------
 spec/commands/newgem_spec.rb                       |   4 +-
 spec/install/gemfile/git_spec.rb                   |   4 +-
 spec/install/gems/simple_case_spec.rb              |   2 +-
 spec/other/ext_spec.rb                             |   2 +-
 spec/spec_helper.rb                                |   4 +-
 spec/support/builders.rb                           |   6 +-
 41 files changed, 327 insertions(+), 470 deletions(-)
 create mode 100644 checksums.yaml.gz
 delete mode 100644 lib/bundler/ssl_certs/AddTrustExternalCARoot.pem
 create mode 100644 lib/bundler/ssl_certs/Class3PublicPrimaryCertificationAuthority.pem
 create mode 100644 lib/bundler/ssl_certs/DigiCertHighAssuranceEVRootCA.pem
 delete mode 100644 lib/bundler/ssl_certs/Entrust_net-Secure-Server-Certification-Authority.pem
 create mode 100644 lib/bundler/ssl_certs/EntrustnetSecureServerCertificationAuthority.pem
 rename lib/bundler/ssl_certs/{GeoTrust_Global_CA.pem => GeoTrustGlobalCA.pem} (96%)
 delete mode 100644 lib/bundler/ssl_certs/VerisignClass3PublicPrimaryCertificationAuthority-G2.pem

-- 
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