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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 0c403aad748f2522f46d26537b851c7542cf61d8405f77ac3ff5bb164bbf2c6a
4
- data.tar.gz: 0232c9aa4e15e8b73e5bde2e61d3c889de3c79627144d6bb68a624b1e963ce8f
3
+ metadata.gz: 35eca2253c7ba4c394d2dcce46566ac49f6a7ccce7e893b842f4ecce40f405df
4
+ data.tar.gz: f025b4acaaae974a1f7ed0090da449eaec6fb28b959c004dd853762f5b20257a
5
5
  SHA512:
6
- metadata.gz: fe3e764fb6e0b9344611500dd4e3ed27797261f13aed5263b2897987c87fdf5f2d3c88ca51297b14d430c68584f551835d9dd9d20ef070f735aea96f6ef4e954
7
- data.tar.gz: 7528256639d58b7602ef13d61aeb48a806156458c0919591b3cf1e72db17566de046548997cd9a0726191b6079d913855b3d8bcdbb1ce96e8822f0a7514bc5ad
6
+ metadata.gz: c10dbd78abcc334a85e20066f1b10a8545b483541ae4612b6ec58103d6a1499835e4055356325b62063a4cd3de4116d81b0b1ba6abff123acd59c8bc855be271
7
+ data.tar.gz: bdf446a69682f54a59832186401909dc7ee881c4013ebac4f270e2bbeffbf892b6e4ca968c15e0d8726c325b41896d893a922b3991f4582c40378f1107491612
@@ -1 +1 @@
1
- ruby-2.6.1
1
+ ruby-2.6.3
@@ -1,10 +1,10 @@
1
1
  ---
2
- sudo: false
3
2
  language: ruby
4
- cache: bundler
5
3
  rvm:
6
- - 2.6.1
7
- - 2.5.3
8
- - 2.4.5
9
- - 2.3.8
10
- before_install: gem install bundler -v 1.17.1
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'
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- viabtc (0.4.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.2)
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.1` (stable)
44
- - ✅ `2.5.3` (stable)
45
- - `2.4.5` (stable)
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 [Librepay][Donation]. Thanks! ☕️
68
+ You can donate me at [Liberapay][Donation]. Thanks! ☕️
71
69
 
72
70
  ## Is it any good?
73
71
 
@@ -1,3 +1,3 @@
1
1
  module ViaBTC
2
- VERSION = '0.4.0'
2
+ VERSION = '1.0.0'
3
3
  end
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.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-02-14 00:00:00.000000000 Z
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.2
115
+ rubygems_version: 3.0.3
116
116
  signing_key:
117
117
  specification_version: 4
118
118
  summary: ViaBTC Exchange Server API Wrapper