Package: ruby-fakeweb / 1.3.0+git20131202.48208f9+dfsg-3
Metadata
Package | Version | Patches format |
---|---|---|
ruby-fakeweb | 1.3.0+git20131202.48208f9+dfsg-3 | 3.0 (quilt) |
Patch series
view the series filePatch | File delta | Description |
---|---|---|
minitest5.patch | (download) |
Gemfile |
6 0 + 6 - 0 ! |
[patch] use minitest 5 |
ruby22.patch | (download) |
test/test_fake_web.rb |
4 3 + 1 - 0 ! |
[patch] fix tests by expecting typeerror for ruby 2.2 |
no_bundler_simplecov.patch | (download) |
test/test_helper.rb |
5 0 + 5 - 0 ! |
do not use bundler or simplecov in tests |
fix_print_file_string_options_deprecation_warning.patch | (download) |
lib/fake_web/responder.rb |
2 1 + 1 - 0 ! |
fix detection of external caller for deprecation warnings take into account Debian installation path for Ruby libraries. |
deactivate_google_tests.patch | (download) |
test/test_fake_web.rb |
14 7 + 7 - 0 ! |
deactivate tests using test/fixtures/google_response_* those files have been deleted when repacking |
ruby23.patch | (download) |
test/test_helper.rb |
6 5 + 1 - 0 ! |
[patch] fix tests for ruby 2.3 (new connect_nonblock call) Applies on top of the changes for 2.2 (#53). |