pipekit-webmock 0.2.0 → 0.3.0

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: fc18440ccfa886dbab478f74c42a82a5fdf89f40
4
- data.tar.gz: 44d86bad5804feb0dfd3c26cc6c5a7611e081e03
3
+ metadata.gz: 828aad84c6d8fd8d9327059ab174d82dda5763af
4
+ data.tar.gz: 77623899081db92ef293e41b742aa27ef7759515
5
5
  SHA512:
6
- metadata.gz: fe1d916f1e821098e0f453ca71ab0be95c52fe9b03392c9d6909f1bd878be0e60e428a2bb7b0e93c324f5208e49c8c33faf1b2ce1520f96e2bdc516d5fce81b5
7
- data.tar.gz: d349c8c2d44fc115b01edb8ffdf60fa6718c529ec6886058a8aca68c1bcb30b8b381ec9f487624b1176a76d5c00ed0d7039d8b71af722c6c38827a99c79d73c5
6
+ metadata.gz: 34d661057eab593994ad6b0825995174268a384a715fe57d8bea6aab25b7066df477a842fffed7c5c62cd423769cecd870b4146dc92a157e15f669f245bf61d6
7
+ data.tar.gz: dc34027fe20af0a5d28dcbbb4171fd627c91774e8fca5e51589c0db37b64a479530f518f5d73b88685bd4196e2c31683cdb2fb2c286ca93f204bf9806c3ef010
@@ -60,7 +60,7 @@ module Pipekit
60
60
 
61
61
  def stub_get_request(params)
62
62
  id = params.delete(:id)
63
- uri = "#{resource_uri(id)}&#{body_from(pagination_params)}"
63
+ uri = "#{resource_uri(id)}&#{body_from(params)}&#{body_from(pagination_params)}"
64
64
  stub_request(:get, uri)
65
65
  end
66
66
 
@@ -1,5 +1,5 @@
1
1
  module Pipekit
2
2
  module WebMock
3
- VERSION = "0.2.0"
3
+ VERSION = "0.3.0"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pipekit-webmock
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.3.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - jafrog
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2016-11-11 00:00:00.000000000 Z
11
+ date: 2016-11-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: webmock