apiotics 0.1.119 → 0.1.120

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: df1d73984a5178e96b710cf08f13351f64a6e649
4
- data.tar.gz: 0f0e53efab06c5fb37609e95f0b8bc6079679de4
3
+ metadata.gz: 41c0adbd3fd359d4d9e2afd8211e5c6103dd4332
4
+ data.tar.gz: c7c27ed4fb0136e8806c88541a442ab97cefe061
5
5
  SHA512:
6
- metadata.gz: 5fb4625c60067a2348f22175374e75711dc1c993de5fecb92e5a8b1a117f69fbbbf55882dfb854ad17ac01e6ce465ffde5a0c6d15deda63d378a3cf68bce35c2
7
- data.tar.gz: d10c00f3899b52439a2d21f71b11553d3d746de9277a0b5e67519ae26b6531281da39e9aa009267c120a4c9c8d16721201ae3a27897be8b56d18637bc7e0931c
6
+ metadata.gz: 13806bd52c115a6083ba70594b8168423a2eb12c3e7f28d02e90cfa2eb552c71b3753fefa19f5e65bb9c483482d324d4d97f6d6b923b9cc2839cfb8e0c28738f
7
+ data.tar.gz: 6e082927f31b74bf4880acefe742bbeb50531538b2893070fac684cb12ad414d3d19480b27884d78d014a768f272a9471d79b7447446df91fc2ff4024386995b
@@ -256,7 +256,7 @@ module Apiotics
256
256
  end
257
257
 
258
258
  def self.register_client
259
- response = response = HTTParty.post("#{Apiotics.configuration.portal}api/register_client", :query => {:public_key => Apiotics.configuration.public_key, :private_key => Apiotics.configuration.private_key})
259
+ response = HTTParty.post("#{Apiotics.configuration.portal}api/register_client", :query => {:public_key => Apiotics.configuration.public_key, :private_key => Apiotics.configuration.private_key}).body
260
260
  hash = JSON.parse(response)
261
261
  gem_setting = ApioticsSetting.find_by(key: "gem_id")
262
262
  if gem_setting == nil
@@ -1,3 +1,3 @@
1
1
  module Apiotics
2
- VERSION = '0.1.119'
2
+ VERSION = '0.1.120'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: apiotics
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.119
4
+ version: 0.1.120
5
5
  platform: ruby
6
6
  authors:
7
7
  - MicroArx Corporation