kounta_rest 0.1.5 → 0.1.6

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.
@@ -29,13 +29,8 @@ module Kounta
29
29
  end
30
30
 
31
31
  def perform(url_hash, request_method, options={})
32
- options[:headers] ||= {}
33
- options[:headers].merge!(Kounta::REQUEST_HEADERS)
34
-
35
32
  begin
36
- response = @conn.request(request_method, "#{path_from_hash(url_hash)}.#{FORMAT.to_s}", options) do |request|
37
-
38
- end
33
+ response = @conn.request(request_method, "#{path_from_hash(url_hash)}.#{FORMAT.to_s}", options)
39
34
  rescue OAuth2::Error => ex
40
35
  if ex.message.include? 'The access token provided has expired'
41
36
  @conn = refreshed_token
@@ -43,7 +38,6 @@ module Kounta
43
38
  end
44
39
  raise Kounta::Errors::APIError.new(ex.message)
45
40
  end
46
-
47
41
  response
48
42
  end
49
43
 
@@ -1,3 +1,3 @@
1
1
  module Kounta
2
- VERSION = "0.1.5"
2
+ VERSION = "0.1.6"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: kounta_rest
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.5
4
+ version: 0.1.6
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: