rebrandly 0.1.3 → 0.1.4

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: 32e55069ba84fb52355066408543d82a8f14b2d5
4
- data.tar.gz: 78c0ac6ed2aefe97548d2b62e40687051eec554c
3
+ metadata.gz: af2cbd9c176bbefb4d367f73c1fd66bf322f7f7c
4
+ data.tar.gz: 576e6d9e63f6dbadec4169206956287b7c2b4a30
5
5
  SHA512:
6
- metadata.gz: b08549384a554c580b990c97faac91258c9405b67c2889b5c84c27c13507a9e3af6e9cd0e4aad88a07405053e7a3d9163344dd83262ea003043ccc7ff0a01f8f
7
- data.tar.gz: d90493d388daa4a2abbb01c7855d4ef4d51d434c2f2f7f3d16288db644e66b08f2440b9624bb929ce638eb899dc32a11439e1093089d16c023b71cc9f908a606
6
+ metadata.gz: 56dbac465b5c2c69c269b6170422bf2d2bb104144f3322825f27d82471ca72acffef8be385d8b4e2fdc81cbfb5662d82c5900225e189602ecd02955a9ab6aef9
7
+ data.tar.gz: 47eeb42b99d3d006b4d589e97eee49e453f2076afcf15ee00c960386ca07bee56b139500969d301ab21a869d857315f84f7400dd36bf61d28f33fd18fc7925ef
@@ -75,7 +75,7 @@ module Rebrandly
75
75
  when :get
76
76
  http_attrs.merge!(query: options)
77
77
  when :post
78
- http_attrs.merge!(body: options)
78
+ http_attrs.merge!(body: options.to_json)
79
79
  end
80
80
 
81
81
  res = HTTParty.send(method, url, http_attrs)
@@ -1,3 +1,3 @@
1
1
  module Rebrandly
2
- VERSION = "0.1.3"
2
+ VERSION = "0.1.4"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rebrandly
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.3
4
+ version: 0.1.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Andrew Davis