viabtc 0.3.0 → 0.4.0
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 +4 -4
- data/.ruby-version +1 -1
- data/.travis.yml +1 -1
- data/Gemfile.lock +2 -2
- data/README.md +2 -2
- data/lib/viabtc/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 0c403aad748f2522f46d26537b851c7542cf61d8405f77ac3ff5bb164bbf2c6a
|
|
4
|
+
data.tar.gz: 0232c9aa4e15e8b73e5bde2e61d3c889de3c79627144d6bb68a624b1e963ce8f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: fe3e764fb6e0b9344611500dd4e3ed27797261f13aed5263b2897987c87fdf5f2d3c88ca51297b14d430c68584f551835d9dd9d20ef070f735aea96f6ef4e954
|
|
7
|
+
data.tar.gz: 7528256639d58b7602ef13d61aeb48a806156458c0919591b3cf1e72db17566de046548997cd9a0726191b6079d913855b3d8bcdbb1ce96e8822f0a7514bc5ad
|
data/.ruby-version
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
ruby-2.6.
|
|
1
|
+
ruby-2.6.1
|
data/.travis.yml
CHANGED
data/Gemfile.lock
CHANGED
data/README.md
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
[](https://travis-ci.org/krmbzds/viabtc) [](https://rubygems.org/gems/viabtc) [](https://rubygems.org/gems/viabtc) [](https://www.rubydoc.info/gems/viabtc/)
|
|
4
4
|
|
|
5
|
-
An HTTP
|
|
5
|
+
An HTTP client to interface with the open-source [ViaBTC Exchange Server][ViaBTC Exchange Server Repo].
|
|
6
6
|
|
|
7
7
|
## Installation
|
|
8
8
|
|
|
@@ -40,7 +40,7 @@ viabtc_http_client.market_status(market: 'ETHBTC')
|
|
|
40
40
|
|
|
41
41
|
#### Ruby Versions Tested Against
|
|
42
42
|
|
|
43
|
-
- ✅ `2.6.
|
|
43
|
+
- ✅ `2.6.1` (stable)
|
|
44
44
|
- ✅ `2.5.3` (stable)
|
|
45
45
|
- ✅ `2.4.5` (stable)
|
|
46
46
|
- ⏳ `2.3.8` (security maintenance phase)
|
data/lib/viabtc/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: viabtc
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.4.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Kerem Bozdas
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2019-02-14 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: faraday
|
|
@@ -112,7 +112,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
112
112
|
- !ruby/object:Gem::Version
|
|
113
113
|
version: '0'
|
|
114
114
|
requirements: []
|
|
115
|
-
rubygems_version: 3.0.
|
|
115
|
+
rubygems_version: 3.0.2
|
|
116
116
|
signing_key:
|
|
117
117
|
specification_version: 4
|
|
118
118
|
summary: ViaBTC Exchange Server API Wrapper
|