bluepark 1.0.3 → 1.0.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: d80abed234657a07a2a3468a2e9b20c85cdf7616
4
- data.tar.gz: 5e0520c14efdc08173dd2e8ad284beab12a81548
3
+ metadata.gz: cb0e0aa47d42246af969a7ae043ee3567578078b
4
+ data.tar.gz: 8c4271a23831352c4942ccf208b2119639bb392c
5
5
  SHA512:
6
- metadata.gz: fb145f485601b156feb59ef596f22804cebf01a3d21c971ea9ea66623a3201281696dd82a590ccefad3f080549a13fd47cdd4df8b534fb50fedefa9ec639dc85
7
- data.tar.gz: 44964c13dcd3cafcb4527e1b1e7cd7b3baa488d5d1cc9dd3f314c4521a024e3c830fd1d93e1ec9d8a4cae0e06bc3feffa7a56d6d93ff49449d34a287298b3596
6
+ metadata.gz: 538d34b58cbf410ca4ff8bb2dd2f9c5716ef9f0b89deb57340a66c69f546f940a28cab6ecf73f02b2fff2ddc8a03ae11fce363f2d6f9167b453530bf54aa14dd
7
+ data.tar.gz: 760d5f574a60cc8a7749a025d5648bcd4ee0c8992be0fcd6e148e4ec8e060255922df9f5ed7364614d4b1296af24e08b9bf90eed9ff135a5cffd5785cc6a52d5
@@ -3,7 +3,7 @@ lib = File.expand_path('../lib', __FILE__)
3
3
  $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
4
4
  Gem::Specification.new do |s|
5
5
  s.name = 'bluepark'
6
- s.version = '1.0.3'
6
+ s.version = '1.0.4'
7
7
  s.date = '2017-07-28'
8
8
  s.summary = "Ruby client library for the Bluepark API"
9
9
  s.description = "A simple client created to help with Bluepark integration"
@@ -28,7 +28,8 @@ class Bluepark::Client
28
28
  end
29
29
 
30
30
  def decode_json(json)
31
- Oj.load(json) if json != ''
31
+ return Oj.load(json) if json != ''
32
+ []
32
33
  end
33
34
 
34
35
  def decode_status(response)
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bluepark
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.3
4
+ version: 1.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Andriy Byalyk