dock_test 0.1.3 → 0.1.5

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: 6f3ca99579f463d3514eee71647549f91f816964
4
- data.tar.gz: 26f7abf350ec047beba038dff1f9e68735b6f42b
3
+ metadata.gz: 98e53964941efbc1e5d27e566659e6b1a1489cb9
4
+ data.tar.gz: db52595bff50191a8351c6276975583fce3a1a29
5
5
  SHA512:
6
- metadata.gz: 7b98b2a987c1b9c32a3aedad706e1bebe754a2ce1d01daf33e923fb5b13c526b7b3cb3254addac6f9c0b56538a4f6e26813aeaa08d73eeaff24f83bf9b729673
7
- data.tar.gz: 65c78178e7022e14d27fb689a3aca84624b7db133f02e000642bce9de0b0781966c3abee1f174627cdbf0d8fddd9c05d6b2180ade8f58aafe41b80c8254c6dc0
6
+ metadata.gz: 59849ee9aa8a83a7e7f35fac1de463a1b67dd667796bde0ea4cb827d90276ba9684fbf0989cf5bdeb2f36a26bf0d6fc102b323be90c6299e29b74affee413249
7
+ data.tar.gz: ac2ce9471592e6f889a5013f026ae1a0e4bab9052c2f7efef724e24035a248f6a5c8f0ffcb656e00eabbd3fd1ae34d58b318e386423b6819c3a28b951ab43eba
@@ -65,7 +65,7 @@ module DockTest
65
65
  end
66
66
 
67
67
  def last_response_json
68
- MultiJson.load last_response
68
+ MultiJson.load last_response.body
69
69
  end
70
70
 
71
71
  def last_request
@@ -1,3 +1,3 @@
1
1
  module DockTest
2
- VERSION = "0.1.3"
2
+ VERSION = "0.1.5"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dock_test
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.3
4
+ version: 0.1.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jack Xu