nestful 1.1.1 → 1.1.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 5b7d6e5baffbf7d32a64d374b1e6b37dcb54417a
4
- data.tar.gz: 45d87dc4273b826411fcf2f0c06d7e8a263dd175
3
+ metadata.gz: ed5261af3eae8645b3f911b9bd25e4609d775ae2
4
+ data.tar.gz: 9e720f009d510b03cb894fd7bd5e40c066b5e733
5
5
  SHA512:
6
- metadata.gz: f21c61bf0ab954f6974b93a13b669f95d023256410609c1522fd43ab7cb6f1be2b646083581acd66c63fe12a058faec8ecc32fc6a08f040e139296eec04c5077
7
- data.tar.gz: b50d117f9b93444b8312bcfe141a85fb905f029f7f28b7ccd740bfc00f225e7b87b20448dc91504d078c1b054bacf1710bc7432082386148ff1b59c4e86dad4d
6
+ metadata.gz: afdbc5f917195797ef29fd577611563cfe83a497de1b60ba2567d8e823811c34e1c5e2bd24b797f048095c0cdbdc44814091ff3807718a0e9f3a5367cac0d0eb
7
+ data.tar.gz: 8f16da8c697b2180ac672aa52b10638ec441b61cef501c296fc582c0a53734c30279f27e01a4fc570db4c757392760909739e0136c61ff840603086805c17fec
@@ -28,6 +28,7 @@ module Nestful
28
28
  # Error messages need to be in UTF-8
29
29
  body = response.body.dup.to_s
30
30
  body = body.encode('UTF-8', :invalid => :replace, :undef => :replace, :replace => '?')
31
+ body = body[0..255]
31
32
  message << " Response Body = #{body}."
32
33
  end
33
34
 
@@ -1,3 +1,3 @@
1
1
  module Nestful
2
- VERSION = "1.1.1"
2
+ VERSION = '1.1.2'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: nestful
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.1
4
+ version: 1.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Alex MacCaw
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-08-24 00:00:00.000000000 Z
11
+ date: 2017-10-27 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description:
14
14
  email:
@@ -63,7 +63,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
63
63
  version: '0'
64
64
  requirements: []
65
65
  rubyforge_project:
66
- rubygems_version: 2.2.2
66
+ rubygems_version: 2.5.1
67
67
  signing_key:
68
68
  specification_version: 4
69
69
  summary: Simple Ruby HTTP/REST client with a sane API