flattr 0.3.4 → 0.3.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.
@@ -34,7 +34,7 @@ module Flattr
34
34
  response = connection(options).send(method) do |request|
35
35
  case method.to_sym
36
36
  when :get, :delete
37
- request.url(path, MultiJson.dump(params))
37
+ request.url(path, params)
38
38
  when :post, :put, :patch
39
39
  request.path = path
40
40
  request.headers['Content-Type'] = 'application/json'
@@ -13,7 +13,7 @@ module Flattr
13
13
 
14
14
  # @return [Integer]
15
15
  def self.patch
16
- 4
16
+ 5
17
17
  end
18
18
 
19
19
  # @return [String, NilClass]
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: flattr
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.4
4
+ version: 0.3.5
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: