adobe-campaign 0.3.1 → 0.3.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/adobe/campaign/base.rb +1 -1
- data/lib/adobe/campaign/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 619ebe2204d445832d2d00472562512d5a7530ee600c286753c2ae3089de46e2
|
4
|
+
data.tar.gz: bddda56137e473a1c932031c800bc4d728afedaaefca913dc13c4108aa94f70e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f3351885e9905560cf449b556119cb7da78ad64f0b43c9361c6878a8180561f32c65e0ac65e9b2c52964807dc257739c4fef97ee4a8994b3b53ccd83135287ee
|
7
|
+
data.tar.gz: 108cf47c04b5dbb5df760e583ff1d334ecb30f5a790e4ea898ef4119b58cdb51e022dad4cbacd64eeb43f383b8039f8aa0aae0145a43bc54ba741ae966f69bb0
|
data/lib/adobe/campaign/base.rb
CHANGED
@@ -33,7 +33,7 @@ module Adobe
|
|
33
33
|
def post_request(url, body)
|
34
34
|
full_url = url_prefix(url)
|
35
35
|
json = body.is_a?(String) ? body : body.to_json
|
36
|
-
resp = RestClient.post(full_url, json, auth_headers.merge('Content-Type' => 'application/json'))
|
36
|
+
resp = RestClient.post(full_url, json, auth_headers.merge('Content-Type' => 'application/json;charset=UTF-8'))
|
37
37
|
JSON.parse(resp.body)
|
38
38
|
end
|
39
39
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: adobe-campaign
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.3.
|
4
|
+
version: 0.3.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Spencer Oberstadt
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2020-
|
11
|
+
date: 2020-04-08 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: activesupport
|