easyllama-client 0.1.2 → 0.1.3

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
  SHA256:
3
- metadata.gz: 89c72f06cf5a96eb1435d7578385620ebd1867d16ff897203b59c9b38151026b
4
- data.tar.gz: 2130a6de5397b3fe31b9e1966ae6c4f060cef422549e51a6ec311c9b1acd4788
3
+ metadata.gz: 9148ba219056e97f195875a8aec77ee9f3aa3b11d21356af8da2b18987dfd126
4
+ data.tar.gz: c7fe8a6bc289ae159f72509dd5ed2a745517b867a57ec62913082c18c3320415
5
5
  SHA512:
6
- metadata.gz: 26bb01a590bb52623b2652b3ad401c2b8030eeed0bb8d61b03749ca9eff32d20902f9b207dda6b8995e860cba05004f100e99deadbf5a290af5c0494b662bb62
7
- data.tar.gz: 3c05919297b58408454ac74ec1d572859ab1adb7429e40e79f7b628fabdccf088be1b95aca38071a9f908ec73656ce95369c6b5b3740cbe1d1da7178f8a49541
6
+ metadata.gz: 19b32f437da95f1a010f89ccc3bf89f8938ef5838d4722cdf4f1634b66dff8775efc71168cacd8c6d02515f8b1e3e107bad7a96b316b70997cdb372afd73e424
7
+ data.tar.gz: 0e82fb94ff4773260861dfe11361bf5ff89530489cc23927c40be159afb67a040a0e55732b08a858a05c209e4decd939bf3f66bed7dac001c806dc2317af1e62
@@ -1,7 +1,7 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- module Easyllama
3
+ module EasyLlama
4
4
  module Client
5
- VERSION = '0.1.2'
5
+ VERSION = '0.1.3'
6
6
  end
7
7
  end
@@ -25,7 +25,7 @@ module EasyLlama
25
25
  execute_request(uri, request)
26
26
  end
27
27
 
28
- # Parses the response body and returns the value corresponding to the provided key.
28
+ # Parses the response body.
29
29
  # If the response is successful, returns the value for the key.
30
30
  # If the response is unsuccessful, returns an error code and message.
31
31
  #
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: easyllama-client
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ version: 0.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Vitalii Kashoid