stocks_exchange_api_client 2.2.0 → 2.2.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 4ebadc56eaa5dd75311a797a40d4b6f910dc8b04b2da59a69f6ff78f2a4ce079
4
- data.tar.gz: bd29fa6ecd9021eced24792c842f2d26a6a839e8b0fe07889459f557a157d476
3
+ metadata.gz: 8f498126ccbb261c38052f090e97ac6b099aec7e61c3b3547f6c804cb9884bf9
4
+ data.tar.gz: 9c35c1441f17d199311323a8a2cdf2af1fd5febcd7938680bf1aafe21004eb60
5
5
  SHA512:
6
- metadata.gz: 41ec80c652cde01e7e39f764e39d6fc9a7f4f3bd4d293786a7f08eade46c4c1f81c62ac5d9f1c84398522faaea3df192b0ff3071d66522645e338cba1d16f20e
7
- data.tar.gz: 6a0aca2fdedc4da1c1ed2498e935bcc8c95197d7d2433b1c49b8aade9e6d25be12a674d4885a92b463e69257137575b4b827059c168b8b87662111b8acf14bf3
6
+ metadata.gz: d5881fc72bc145657816ba97592099f2708566d57bacd39e3424ff708d2c11112fa62522bb97a69992093e4d53c56cc44070bf1a5fc2da1b8df804b5090918a5
7
+ data.tar.gz: 8ab84c9a7c7390c5c18a2be36a2743155fc21e8d012f385b33239a3535cd1ecf430c057fda4ce7434f86b1807100b8b76b2e3ccbabcc4812fb0b35a547347337
@@ -1,3 +1,3 @@
1
1
  module StocksExchangeApiClient
2
- VERSION = '2.2.0'
2
+ VERSION = '2.2.1'
3
3
  end
@@ -9,7 +9,7 @@ Gem::Specification.new do |spec|
9
9
  spec.authors = ['STEX']
10
10
 
11
11
  spec.summary = 'STEX (former Stocks.Exchange) API client for ruby.'
12
- spec.description = 'STEX (former Stocks.Exchange) provides all the core exchange functionality, and additional merchant tools available via the HTTP API where all returned messages are in JSON. Its much easier to work with the API by using one of the clients provided by Stocks.Exchange, so while this page describes the API in case you want or need to build your own client, the examples use the Ruby client.'
12
+ spec.description = 'STEX (former Stocks.Exchange) provides all the core exchange functionality, and additional merchant tools available via the HTTP API where all returned messages are in JSON. Its much easier to work with the API by using one of the clients provided by STEX, so while this page describes the API in case you want or need to build your own client, the examples use the Ruby client.'
13
13
  spec.homepage = 'https://github.com/StocksExchange/ruby-client#readme'
14
14
  spec.license = 'MIT'
15
15
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: stocks_exchange_api_client
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.2.0
4
+ version: 2.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - STEX
@@ -109,8 +109,8 @@ dependencies:
109
109
  description: STEX (former Stocks.Exchange) provides all the core exchange functionality,
110
110
  and additional merchant tools available via the HTTP API where all returned messages
111
111
  are in JSON. Its much easier to work with the API by using one of the clients provided
112
- by Stocks.Exchange, so while this page describes the API in case you want or need
113
- to build your own client, the examples use the Ruby client.
112
+ by STEX, so while this page describes the API in case you want or need to build
113
+ your own client, the examples use the Ruby client.
114
114
  email:
115
115
  executables: []
116
116
  extensions: []