curlyrest 0.1.1 → 0.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: c529834b3c7b199d5e8ca8e4ab06d7278e6c1cdc
4
- data.tar.gz: b265bb10ffc9eb4562e418c2e6b8965e89c28574
3
+ metadata.gz: 518df895d3a689daff9af37cdd0273c21ef3554d
4
+ data.tar.gz: 41dbd8278de7f7ddefc513efa3e69aa4563e1b08
5
5
  SHA512:
6
- metadata.gz: e1f4a897c1b7a1ea63fff081f1fe6f362e4aaa4e8a0e60da2a020c295272a1bdd32095e2cd102f697b6b1a021d4dd63270a6bcc1dd89eec1a4a096714202a4ae
7
- data.tar.gz: 1836b29df991b2dfb994684b7da91b66b22efb0a389028c6d188cca62dbf765ef053387640137227d04b45c715c83f602ae5b59a8a712677e4bb7754564fb60a
6
+ metadata.gz: 9cc67e4257bf660f5ddda5c859dafa8e29e012e21213e5ad6eff6025158574e4ee18754dc159f4563c5e136fd572f1ba872f6eb5ff3fd5bf95c29c00ab4027da
7
+ data.tar.gz: 52ee3d23b6bbb08002dbaf6abdd2501f12f75f28712531a272f5f07f167190e6bba46004371e935ecaea1f0b60cd2216b0f56a78193b6577cd2bddf134d7a183
@@ -1,3 +1,3 @@
1
1
  module Curlyrest
2
- VERSION = "0.1.1"
2
+ VERSION = "0.1.2"
3
3
  end
data/lib/curlyrest.rb CHANGED
@@ -44,7 +44,6 @@ module Curlyrest
44
44
  body << l
45
45
  end
46
46
  end
47
- byebug
48
47
  if n.to_hash.keys && n.to_hash.keys.include?('content-encoding') &&
49
48
  n.to_hash['content-encoding'].include?('gzip')
50
49
  n.unzip_body(body)
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: curlyrest
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Keith Williams