[DRE-commits] [ruby-fakeweb] branch master updated (788e1ae -> 584c9dd)

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 change to branch master
in repository ruby-fakeweb.

      from  788e1ae   fix number of bug closed by 1.3.0+dfsg1-3
      adds  5e5431f   Imported Upstream version 1.3.0+git20131202.48208f9+dfsg
       new  d5e66c6   Merge tag 'upstream/1.3.0+git20131202.48208f9+dfsg'
       new  6048967   refresh, add, remove patches
       new  0cc66ca   add a filter for gbp to remove test/vendor and test/fixtures/google_*
       new  c21db20   restrict filter in debian/ruby-tests.rb to test_*.rb files
      adds  1c27e79   Imported Upstream version 1.3.0+git20131202.48208f9+dfsg
       new  7545f85   Merge tag 'upstream/1.3.0+git20131202.48208f9+dfsg'
       new  dcdedfb   prepare changelog
       new  584c9dd   extend deactivate_google_tests.patch

The 7 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:
 .autotest                                          |  22 ++-
 .gitignore                                         |   3 +
 .travis.yml                                        |  13 ++
 Gemfile                                            |  16 ++
 README.rdoc                                        |  28 +++-
 Rakefile                                           | 102 +++++++-----
 debian/changelog                                   |  17 +-
 debian/gbp.conf                                    |   1 +
 debian/patches/deactivate_google_tests.patch       |  59 ++++++-
 ...t_file_string_options_deprecation_warning.patch |  17 ++
 debian/patches/fix_tests_ruby2.0.patch             |  30 ----
 debian/patches/no_bundler_simplecov.patch          |  56 +++++++
 debian/patches/require_mocha_setup.patch           |  19 ---
 debian/patches/series                              |   4 +-
 debian/ruby-tests.rb                               |   2 +-
 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/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 +-
 31 files changed, 678 insertions(+), 457 deletions(-)
 create mode 100644 .travis.yml
 create mode 100644 Gemfile
 create mode 100644 debian/patches/fix_print_file_string_options_deprecation_warning.patch
 delete mode 100644 debian/patches/fix_tests_ruby2.0.patch
 create mode 100644 debian/patches/no_bundler_simplecov.patch
 delete mode 100644 debian/patches/require_mocha_setup.patch
 delete mode 100644 metadata.yml
 create mode 100644 test/helpers/start_simplecov.rb
 create mode 100644 test/test_registering_with_io.rb
 create mode 100644 test/test_timeouts.rb

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