hasoffersv3 0.1.1 → 0.1.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: be9c512dfc44d53461953f8353f4967141161945
4
- data.tar.gz: 39bee7f9418095ce2e8b1dccd29b6e0e91d63d16
3
+ metadata.gz: ce8f7df7075fb8b6e71b8b975e37e4677a10e90e
4
+ data.tar.gz: 560ccbd30800eebd669b8c8d7d9d8d81a2a1ba56
5
5
  SHA512:
6
- metadata.gz: 71aad852d49d27ad4d350bf4681f3254920078c5ee6c198b680112f445a4635b11364922c6c4819117aa05c54515cd61cfc67d4a0a8cc00ad13d72ebdf637fba
7
- data.tar.gz: 48e64dfc17e655a86fe09726b04d3964f6dde9c9d7352a6715a90d46b4111d682e39f2709a14bdbfc5fb6d34b5627a9fe79fd3786cd6917b447dd5788d88ac84
6
+ metadata.gz: c441c6fe7775f58a08e005decce7cb118c16a9202c172878e42a2ccf67cf41821df1dfb462329a69ded4af6e56391765ab98277960d407ff0daada82cc17d1af
7
+ data.tar.gz: 2086f6f4cd8cbb3e6c4654f9184fa75e8aeaa7ab0320004958738fc354513aa3d73ff5e2bc873c80bd037fe42021e5958d90a305463b8892ecd02ccf7a1a6870
@@ -86,7 +86,10 @@ module HasOffersV3
86
86
 
87
87
  def build_request_params(method, params)
88
88
  params['Method'] = method
89
- params.merge NetworkId: HasOffersV3.configuration.network_id, NetworkToken: HasOffersV3.configuration.api_key
89
+ {
90
+ NetworkId: HasOffersV3.configuration.network_id,
91
+ NetworkToken: HasOffersV3.configuration.api_key,
92
+ }.merge(params)
90
93
  end
91
94
  end
92
95
  end
@@ -1,3 +1,3 @@
1
1
  module HasOffersV3
2
- VERSION = '0.1.1'
2
+ VERSION = '0.1.2'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: hasoffersv3
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
  - Maximilian Seifert
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2014-07-23 00:00:00.000000000 Z
12
+ date: 2014-07-24 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: oj