aqua-io 0.1.0 → 0.1.1

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: 48d31b07dfa68e868a37588213d209e5b12003ad
4
- data.tar.gz: c498be93026a69d7afe2e0dd802dec9a682b4cd4
3
+ metadata.gz: 46a84507cb1f7ddb7ab33ecc1ebcd17de54c43d8
4
+ data.tar.gz: 4b75376b0fd71760c73058811360675d9de8eea4
5
5
  SHA512:
6
- metadata.gz: 132d4336e133162824d69720dc65f29bfe4f5b74dbf55ff543849c56eb705733a58816cf40bd763b459edc44ee0ae6e2d439b58559fd037aa462708006b5429a
7
- data.tar.gz: 0c595d99ad1866248dea7b656ceb433cb1a0b3101a28a55382fa9cf5dc4127bcf66b9656522a10cd35ed03c8f9799ad53bce5868ec286173501c5de73be7e25a
6
+ metadata.gz: ea3377743ef24eae7c575807326014fdbb6c4edfd05b7c64d3a664657b1405502aa781148a191609b8dfa72bfd39c5a7159dae49ef5e09b732a6c287d80ebb96
7
+ data.tar.gz: 08b3e3f9051ab5989df9dbb3a7c98d2f7a85a010d51f18fab407b70d24d43462e55a241db0846b8b75c8dc8621566bd5e5515964486c05fdf389ea7f1f5bb62f
@@ -21,7 +21,7 @@ module AquaIo
21
21
 
22
22
  @options = {
23
23
  :base => "https://api.aqua.io",
24
- :user_agent => "Aqua.io official Ruby client (0.1.0)"
24
+ :user_agent => "Aqua.io official Ruby client (0.1.1)"
25
25
  }
26
26
 
27
27
  @options.update(options)
@@ -6,7 +6,7 @@ module AquaIo
6
6
  class ResponseHandler
7
7
 
8
8
  def self.get_body(response)
9
- type = response.response_headers["content-type"]
9
+ type = response.headers["content-type"]
10
10
  body = response.body
11
11
 
12
12
  # Response body is in JSON
@@ -1,3 +1,3 @@
1
1
  module AquaIo
2
- VERSION = "0.1.0"
2
+ VERSION = "0.1.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aqua-io
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Michael Carroll / Aqua.io