## v0.2.2 - Fix bug: Ignore case-sensitivity of HTTP headers (Thx @k5trismegistus, #14) ## 0.2.1 - Fix error from `#process` ## 0.2.0 - Support actionpack 5.1.0 - Dependent on actionpack ## 0.1.1 - Prevent warning for Rails 5 (Thx @mrkn, #9) ## 0.1.0 - Rename `method` with `http_method` (Thx @yujinakayama, #8) ## 0.0.9 - Ignore case-sensivity on Content-Type checking ## 0.0.8 - Use more sophisticated method capture pattern ## 0.0.7 - Add `send_request` to explicitly call `subject` (Thx @lazywei) ## 0.0.6 - Allow any non-space characters in URL path ## 0.0.5 - Allow hyphen in path ## 0.0.4 - Define HTTPS as reserved header name ## 0.0.3 - Remove dependency on ActiveSupport's `Object#in?` ## 0.0.2 - Support RSpec 3 ## 0.0.1 - 1st Release