viabtc 0.4.0 → 1.0.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 +7 -7
- data/Gemfile.lock +2 -2
- data/README.md +4 -6
- 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: 35eca2253c7ba4c394d2dcce46566ac49f6a7ccce7e893b842f4ecce40f405df
|
4
|
+
data.tar.gz: f025b4acaaae974a1f7ed0090da449eaec6fb28b959c004dd853762f5b20257a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c10dbd78abcc334a85e20066f1b10a8545b483541ae4612b6ec58103d6a1499835e4055356325b62063a4cd3de4116d81b0b1ba6abff123acd59c8bc855be271
|
7
|
+
data.tar.gz: bdf446a69682f54a59832186401909dc7ee881c4013ebac4f270e2bbeffbf892b6e4ca968c15e0d8726c325b41896d893a922b3991f4582c40378f1107491612
|
data/.ruby-version
CHANGED
@@ -1 +1 @@
|
|
1
|
-
ruby-2.6.
|
1
|
+
ruby-2.6.3
|
data/.travis.yml
CHANGED
@@ -1,10 +1,10 @@
|
|
1
1
|
---
|
2
|
-
sudo: false
|
3
2
|
language: ruby
|
4
|
-
cache: bundler
|
5
3
|
rvm:
|
6
|
-
- 2.6.
|
7
|
-
- 2.5.
|
8
|
-
- 2.4.
|
9
|
-
|
10
|
-
|
4
|
+
- 2.6.3
|
5
|
+
- 2.5.5
|
6
|
+
- 2.4.6
|
7
|
+
before_install:
|
8
|
+
- 'gem update --system'
|
9
|
+
- 'gem --version'
|
10
|
+
- 'gem install bundler'
|
data/Gemfile.lock
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
viabtc (0.
|
4
|
+
viabtc (1.0.0)
|
5
5
|
faraday (~> 0.15.4)
|
6
6
|
|
7
7
|
GEM
|
@@ -18,7 +18,7 @@ GEM
|
|
18
18
|
rspec-mocks (~> 3.8.0)
|
19
19
|
rspec-core (3.8.0)
|
20
20
|
rspec-support (~> 3.8.0)
|
21
|
-
rspec-expectations (3.8.
|
21
|
+
rspec-expectations (3.8.3)
|
22
22
|
diff-lcs (>= 1.2.0, < 2.0)
|
23
23
|
rspec-support (~> 3.8.0)
|
24
24
|
rspec-mocks (3.8.0)
|
data/README.md
CHANGED
@@ -40,15 +40,13 @@ viabtc_http_client.market_status(market: 'ETHBTC')
|
|
40
40
|
|
41
41
|
#### Ruby Versions Tested Against
|
42
42
|
|
43
|
-
- ✅ `2.6.
|
44
|
-
- ✅ `2.5.
|
45
|
-
-
|
46
|
-
- ⏳ `2.3.8` (security maintenance phase)
|
43
|
+
- ✅ `2.6.3` (stable)
|
44
|
+
- ✅ `2.5.5` (stable)
|
45
|
+
- ⏳ `2.4.6` (security maintenance)
|
47
46
|
|
48
47
|
#### ViaBTC Exchange Server API Support
|
49
48
|
|
50
49
|
- 📖 [HTTP Protocol](https://github.com/krmbzds/viabtc/wiki/API-Support#http-protocol)
|
51
|
-
- 📖 [WebSocket Protocol](https://github.com/krmbzds/viabtc/wiki/API-Support#websocket-protocol)
|
52
50
|
|
53
51
|
## Development
|
54
52
|
|
@@ -67,7 +65,7 @@ To install this gem onto your local machine, run `bundle exec rake install`. To
|
|
67
65
|
|
68
66
|
### Donations ❤️
|
69
67
|
|
70
|
-
You can donate me at [
|
68
|
+
You can donate me at [Liberapay][Donation]. Thanks! ☕️
|
71
69
|
|
72
70
|
## Is it any good?
|
73
71
|
|
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: 1.0.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: 2019-
|
11
|
+
date: 2019-05-07 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.3
|
116
116
|
signing_key:
|
117
117
|
specification_version: 4
|
118
118
|
summary: ViaBTC Exchange Server API Wrapper
|