[DRE-commits] [ruby-fakeweb] 01/07: Merge tag 'upstream/1.3.0+git20131202.48208f9+dfsg'

Cédric Boutillier boutil at moszumanska.debian.org
Fri May 2 14:44:44 UTC 2014


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

boutil pushed a commit to branch master
in repository ruby-fakeweb.

commit d5e66c6cd6dc5cf83923b4440474747f5e57fe69
Merge: 788e1ae 5e5431f
Author: Cédric Boutillier <boutil at debian.org>
Date:   Fri May 2 14:46:28 2014 +0200

    Merge tag 'upstream/1.3.0+git20131202.48208f9+dfsg'
    
    Upstream version 1.3.0+git20131202.48208f9+dfsg
    
    # gpg: Signature faite le ven. 02 mai 2014 14:46:20 CEST
    # gpg:                avec la clef RSA 0xDA4958F611E149E9
    # gpg: Bonne signature de « Cédric Boutillier <boutil at debian.org> »
    # gpg:                 alias « Cédric Boutillier <cedric.boutillier at gmail.com> »
    # gpg:                 alias « Cédric Boutillier <cedric.boutillier at upmc.fr> »
    # gpg:                 alias « Cédric Boutillier <cedric.boutillier at polytechnique.org> »

 .autotest                                          |   22 +-
 .gitignore                                         |    3 +
 .travis.yml                                        |   13 +
 Gemfile                                            |   16 +
 README.rdoc                                        |   28 +-
 Rakefile                                           |  102 +-
 fakeweb.gemspec                                    |  180 +--
 lib/fake_web.rb                                    |   16 +-
 lib/fake_web/ext/net_http.rb                       |   22 +-
 lib/fake_web/responder.rb                          |   27 +-
 lib/fake_web/stub_socket.rb                        |    7 +-
 lib/fake_web/utility.rb                            |   12 +-
 metadata.yml                                       |  167 ---
 test/fixtures/google_response_from_curl            |   12 +
 .../google_response_with_transfer_encoding         |   17 +
 .../google_response_without_transfer_encoding      |   11 +
 test/helpers/start_simplecov.rb                    |   54 +
 test/test_fake_web.rb                              |   33 +-
 test/test_fake_web_open_uri.rb                     |    8 +-
 test/test_helper.rb                                |   99 +-
 test/test_missing_pathname.rb                      |    2 +-
 test/test_other_net_http_libraries.rb              |   34 +-
 test/test_registering_with_io.rb                   |   48 +
 test/test_timeouts.rb                              |   33 +
 test/test_trailing_slashes.rb                      |    4 +-
 .../vendor/right_http_connection-1.2.4/History.txt |   59 +
 .../right_http_connection-1.2.4/Manifest.txt       |    7 +
 test/vendor/right_http_connection-1.2.4/README.txt |   54 +
 test/vendor/right_http_connection-1.2.4/Rakefile   |  103 ++
 .../right_http_connection-1.2.4/lib/net_fix.rb     |  160 ++
 .../lib/right_http_connection.rb                   |  435 ++++++
 test/vendor/right_http_connection-1.2.4/setup.rb   | 1585 ++++++++++++++++++++
 test/vendor/samuel-0.2.1/.document                 |    5 +
 test/vendor/samuel-0.2.1/.gitignore                |    5 +
 test/vendor/samuel-0.2.1/LICENSE                   |   20 +
 test/vendor/samuel-0.2.1/README.rdoc               |   70 +
 test/vendor/samuel-0.2.1/Rakefile                  |   62 +
 test/vendor/samuel-0.2.1/VERSION                   |    1 +
 test/vendor/samuel-0.2.1/lib/samuel.rb             |   52 +
 test/vendor/samuel-0.2.1/lib/samuel/net_http.rb    |   10 +
 test/vendor/samuel-0.2.1/lib/samuel/request.rb     |   96 ++
 test/vendor/samuel-0.2.1/samuel.gemspec            |   69 +
 test/vendor/samuel-0.2.1/test/request_test.rb      |  193 +++
 test/vendor/samuel-0.2.1/test/samuel_test.rb       |   42 +
 test/vendor/samuel-0.2.1/test/test_helper.rb       |   66 +
 test/vendor/samuel-0.2.1/test/thread_test.rb       |   32 +
 46 files changed, 3698 insertions(+), 398 deletions(-)

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



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