emmy-http-client 0.1.10 → 0.1.11

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 0817f9c453e0652d1a0911177cca1feb40a2a9a2
4
- data.tar.gz: f303d956e687752b0bf90649a9bdb0fe3b8f5fa1
3
+ metadata.gz: 79fba83053a2b6c0569c6d68f83811db09ec80a2
4
+ data.tar.gz: e90a716a9cc3fd834bd0f90344647d2d83d4ba4d
5
5
  SHA512:
6
- metadata.gz: 32dc9b70af63d31f3f108520035d5c60224d8711ef8f643c7c7513fbb9796b1010e71ec2f9d2249e21c4aa603ee8c6189482f3ecf7d9e6e68e1425f5e92b9447
7
- data.tar.gz: 7b892786b160e6907b41d92b2b7d5d320554026f7c9a762f966165aad9ef6b704f8f5418093e1cfa5c4b44bd66e9e018170aa62be61d0e3a40b87820e0d9fff2
6
+ metadata.gz: 417e8e6c6eb6e086f03c0cf739c53b0eb0e1bb5937dc105a156fde849235cb0f4813398bdcc3d6c1b991f841a7a7f0fbd1dcad7651871099c9c07ab76446ffd0
7
+ data.tar.gz: c07e9fd46c5bcae8f350b6c24e7d090a5643ed199d2d2eddf5b236aa3ef7233f629600b2e9b0f1cdafce003396f1d1c8eb47e0e1038e7cefa65dde9ff43007c8
@@ -192,7 +192,7 @@ module EmmyHttp
192
192
  operation.success!(response, operation, connection)
193
193
  else
194
194
  change_state(:catch_error)
195
- operation.error!(reason ? reason.new.to_s : 'Invalid response', operation, connection)
195
+ operation.error!(reason ? reason.to_s : 'bad response', operation, connection)
196
196
  end
197
197
  end
198
198
 
@@ -1,5 +1,5 @@
1
1
  module EmmyHttp
2
2
  module Client
3
- VERSION = "0.1.10"
3
+ VERSION = "0.1.11"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: emmy-http-client
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.10
4
+ version: 0.1.11
5
5
  platform: ruby
6
6
  authors:
7
7
  - inre