Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 563698 - =dev-ruby/webmock-1.22.1 version bump
Summary: =dev-ruby/webmock-1.22.1 version bump
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Unspecified (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Ruby Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-10-21 16:06 UTC by Tomáš Mózes
Modified: 2015-10-23 11:07 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Tomáš Mózes 2015-10-21 16:06:19 UTC
1.22.1

    Adds Rack as a development dependency and removes require rack/utils in main lib.

    Thanks to Keenan Brock

1.22.0

All the credit for preparing this release go to David Begin!

    Adds Manticore support.

    Thanks to Mike Knepper, David Abdemoulaie

    Update to Show a hash diff for requests that have stubs with a body.

    Thanks to yurivm

    Update to mirror Net::HTTP handling of headers as symbols

    Update to ignore non-comparable-values error when sorting query values, because sorting is just a convience.

    Thanks to Magne Land

    Covert Boolean values to Strings when using them to define the body of a request.

    Thanks to Krzysztof Rygielski

    Fixes WebMock's parsing Multibyte characters

    Thanks to Zhao Wen

    Updates to be compatible with httpclient 2.6.0

    Converts keys from symbols to strings when for QueryMapper.to_query

    Thanks to Ramon Tayag

    Restricts http.rb version to 0.7.3 for Ruby 1.8.7

    Fixes issue emulating em-http-request's handling of multiple requests.

    Thanks to Matt Palmer

    WebMock requires only the necessary parts of crack to avoid pulling in safe_yaml

    Thanks to Johannes Schlumberger

1.21.0

    Support for http.rb >= 0.8.0

    Thanks to Zachary Anker, Aleksey V. Zapparov

    Support for http.rb 0.7.0

    Thanks to Mattias Putman

    Added support for RSpec3-like and_return, and_raise, and_timeout syntax.

    Thanks to Franky Wahl

    Restricted Curb support up to version 0.8.6. WebMock specs fail with Curb 0.8.7.

1.20.4

    Fixed support for hash_including matcher in RSpec 3
Comment 1 Hans de Graaff gentoo-dev Security 2015-10-23 09:27:58 UTC
Earlier versions were not added due to test failures, but this version passes all tests, so webmock 1.22.1 is now in the tree.
Comment 2 Tomáš Mózes 2015-10-23 11:07:22 UTC
Thank you