nike_v2 0.3.1 → 0.3.2

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.
@@ -19,7 +19,7 @@ module NikeV2
19
19
 
20
20
  def fetch_data(*args)
21
21
  args.unshift(api_url)
22
- resp = get(*args).parsed_response
22
+ resp = get(*args).parsed_response.clone
23
23
 
24
24
  if !resp['error'].nil? && resp['error'] == RESP_MSG_INVALID_TOKEN
25
25
  raise "#{self.class} invalid or expired token, can not fetch data from server."
@@ -1,3 +1,3 @@
1
1
  module NikeV2
2
- VERSION = '0.3.1'
2
+ VERSION = '0.3.2'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: nike_v2
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.1
4
+ version: 0.3.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: