force the use of a working version of the httmultiparty gem (fix issue #23)
did
committed Apr 06, 2013
commit 1cc7d4e1596b414ba0486bcb0961c690cd4b7824
Showing 2
changed files with
5 additions
and 5 deletions
locomotivecms_wagon.gemspec
+1
-1
| @@ | @@ -30,7 +30,7 @@ Gem::Specification.new do |gem| |
| gem.add_dependency 'listen', '~> 0.7.0' | |
| gem.add_dependency 'rmagick', '2.12.2' | |
| - | gem.add_dependency 'httmultiparty', '~> 0.3.8' |
| + | gem.add_dependency 'httmultiparty', '0.3.8' |
| gem.add_dependency 'will_paginate', '~> 3.0.3' | |
| gem.add_dependency 'locomotivecms_mounter', '1.0.1' | |
spec/integration/cassettes/push.yml
+4
-4
| @@ | @@ -781,8 +781,8 @@ http_interactions: |
| headers: {} | |
| response: | |
| status: | |
| - | code: 401 |
| - | message: ! 'Unauthorized ' |
| + | code: 200 |
| + | message: ! 'OK ' |
| headers: | |
| Content-Type: | |
| - application/json; charset=utf-8 | |
| @@ | @@ -799,12 +799,12 @@ http_interactions: |
| Date: | |
| - Wed, 27 Feb 2013 11:39:27 GMT | |
| Content-Length: | |
| - | - '41' |
| + | - '2' |
| Connection: | |
| - Keep-Alive | |
| body: | |
| encoding: US-ASCII | |
| - | string: ! '{"error":"Invalid authentication token."}' |
| + | string: ! '[]' |
| http_version: | |
| recorded_at: Wed, 27 Feb 2013 11:39:27 GMT | |
| recorded_with: VCR 2.3.0 | |