[DRE-commits] [ruby-patron] branch master updated (348decf -> de39a22)

Jonas Genannt genannt at moszumanska.debian.org
Tue Aug 25 19:13:09 UTC 2015


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

genannt pushed a change to branch master
in repository ruby-patron.

      from  348decf   let gem2deb be >= 0.7.5~
      adds  e49e546   Imported Upstream version 0.4.20
       new  1602e0b   Merge tag 'upstream/0.4.20'
       new  9c09d9f   refreshed debian/ with dh-make-ruby
       new  ac889ab   added patch to disable SSLv3 tests
       new  9dffe0b   Ruby 2.2 added patches from upstrean (Closes: #791782)
       new  de39a22   tests-disable-load-path: added DEP 3 header

The 5 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:
 Gemfile                                       |  2 +-
 Gemfile.lock                                  |  4 +-
 README.txt => README.md                       | 12 ++--
 debian/control                                | 21 ++++---
 debian/patches/disabled_sslv3.patch           | 15 +++++
 debian/patches/fix_incorrect_element.patch    | 41 ++++++++++++++
 debian/patches/ruby22.patch                   | 57 +++++++++++++++++++
 debian/patches/series                         |  3 +
 debian/patches/tests-disable-load-path        | 11 ++--
 debian/ruby-patron.docs                       |  2 +-
 debian/ruby-tests.rake                        |  8 +--
 ext/patron/session_ext.c                      | 63 +++++++++++++++++---
 lib/patron.rb                                 |  1 +
 lib/patron/request.rb                         | 60 ++++++++++++++------
 lib/patron/response.rb                        | 18 ++++--
 lib/patron/session.rb                         | 77 +++++++++++++++----------
 lib/patron/version.rb                         |  2 +-
 metadata.yml                                  | 47 +++++++++++----
 spec/certs/cacert.pem                         | 36 ++++++++++++
 spec/certs/privkey.pem                        | 51 +++++++++++++++++
 spec/request_spec.rb                          | 18 ++++++
 spec/response_spec.rb                         |  6 +-
 spec/session_spec.rb                          | 28 +++++++++
 spec/{session_spec.rb => session_ssl_spec.rb} | 82 +++++++++------------------
 spec/spec_helper.rb                           |  3 +-
 spec/support/test_server.rb                   | 26 +++++++--
 26 files changed, 532 insertions(+), 162 deletions(-)
 rename README.txt => README.md (93%)
 create mode 100644 debian/patches/disabled_sslv3.patch
 create mode 100644 debian/patches/fix_incorrect_element.patch
 create mode 100644 debian/patches/ruby22.patch
 create mode 100644 spec/certs/cacert.pem
 create mode 100644 spec/certs/privkey.pem
 copy spec/{session_spec.rb => session_ssl_spec.rb} (80%)

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



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