[DRE-commits] [ruby-excon] branch master updated (886fb69 -> 45aab20)

Praveen Arimbrathodiyil praveen at moszumanska.debian.org
Mon Apr 14 14:16:19 UTC 2014


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

praveen pushed a change to branch master
in repository ruby-excon.

      from  886fb69   upload to unstable
      adds  b4f29df   Imported Upstream version 0.32.1
       new  7103d58   Merge tag 'upstream/0.32.1'
       new  6a45dda   new upstream release
       new  48db084   ruby-activesuport is enough
       new  45aab20   upload to unstable

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:
 CONTRIBUTING.md                        |  23 +
 CONTRIBUTORS.md                        |  90 ++++
 Gemfile.lock                           |   2 +-
 LICENSE.md                             |  20 +
 README.md                              | 102 ++---
 Rakefile                               |   9 +
 changelog.txt                          |  21 +
 checksums.yaml.gz                      | Bin 0 -> 426 bytes
 data/cacert.pem                        | 815 ++++++++++++++-------------------
 debian/changelog                       |   8 +
 debian/control                         |   2 +-
 excon.gemspec                          |   9 +-
 lib/excon.rb                           |   3 +-
 lib/excon/connection.rb                |   4 +-
 lib/excon/constants.rb                 |   3 +-
 lib/excon/middlewares/escape_path.rb   |  11 +
 lib/excon/response.rb                  |  26 +-
 lib/excon/socket.rb                    |  45 +-
 lib/excon/ssl_socket.rb                |  40 +-
 lib/excon/utils.rb                     |  15 +-
 metadata.yml                           |  34 +-
 tests/basic_tests.rb                   |  69 +++
 tests/middlewares/escape_path_tests.rb |  34 ++
 tests/rackups/basic.rb                 |   4 +
 tests/servers/good.rb                  |   1 +
 25 files changed, 803 insertions(+), 587 deletions(-)
 create mode 100644 CONTRIBUTING.md
 create mode 100644 CONTRIBUTORS.md
 create mode 100644 LICENSE.md
 create mode 100644 checksums.yaml.gz
 create mode 100644 lib/excon/middlewares/escape_path.rb
 create mode 100644 tests/middlewares/escape_path_tests.rb

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



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