rickai 0.1.0 → 0.1.1

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: 19664e07f91ace2acc8e0d04bb2125f9758b44482d9379f007db7cf1e1ad8282
4
- data.tar.gz: 9c5bb61720728d2f798d792c8c142bfe9a06671871aa7dc98a51b907637bb11a
3
+ metadata.gz: f2f2f90d7499b4ca3cab902d7125a88fcf1033c7ff8fb375696acfd50a08657f
4
+ data.tar.gz: b6f598fdd11276af32e5ba66985c65ee07f14ee0b8b71ba611fe8a0f5cda299f
5
5
  SHA512:
6
- metadata.gz: c128861ce246c2a53ec4547750f332c3b52711c2feaca8b17bc05db38ff6345af3a1875a0f4a5f1048c2dc6228c3edc1748b1477496c45baea1e30cb976b8559
7
- data.tar.gz: 434aae8b300d00f7373d45222373949cd22981c7a9ca43c38fdf0de2060481b9f356829022120733f1dd3891404865de9dc20c81318106499b75e8a5cdec2b41
6
+ metadata.gz: '0802fefa52ad519727d7a35b49b77109b3adbabb496b4af3ded52e3c117292286c6e7665c38e7f47f6baa98b2651049b41544cbc1904d847733529e9bb38f0e4'
7
+ data.tar.gz: 3301371523cebc7147feead65949028c3b770ec0d8ab7927989f91267a2001f77cbdf1789ce012984d2e4846b15c0649a3ea07f104458175ed19566f2a0ed1ab
data/README.md CHANGED
@@ -23,7 +23,7 @@ Or install it yourself as:
23
23
  For creating of instance you need to call
24
24
 
25
25
  ```ruby
26
- client = RickAi::Client.new(agent_url)
26
+ client = Rickai::Client.new(agent_url)
27
27
  ```
28
28
 
29
29
  For calling action of update you just can call
data/lib/rickai/client.rb CHANGED
@@ -1,7 +1,7 @@
1
1
  require 'net/http'
2
2
  require 'multi_json'
3
3
 
4
- module RickAi
4
+ module Rickai
5
5
  DEFAULT_BASE_URI = 'https://exchange.appcraft.ru'
6
6
  DEFAULT_TIMEOUT = 10
7
7
 
@@ -1,3 +1,3 @@
1
1
  module Rickai
2
- VERSION = '0.1.0'
2
+ VERSION = '0.1.1'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rickai
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Anton Zagorskii