bitstamp_client 1.2.0 → 1.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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 2576e794d88ec74414b95244a440d9eeb4fb84e1260ed49329822653a95816ac
|
4
|
+
data.tar.gz: ac8592282d6aa12ebfd17d0e302940d7b3adc9e2a51214d62582a1537d34a53e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b9a0f9d97001b5db5241110d973546a20dbd3a61eecefc9cdda1f50c279a4faa7e6e52a0bd60d56382c506458a7b5f4ebae375d72853d8d645d688969bf157ec
|
7
|
+
data.tar.gz: 3fefb6c26826fef8199bf1c5d5107698647b8eeef7a8bcc720c1f29a43c62c0130fe33fa2eb164a424ff75bd9da43e7fb6d2b1ad0f93e856604ee0f86053917f
|
data/CHANGELOG.md
CHANGED
@@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
|
|
4
4
|
The format is based on [Keep a Changelog](http://keepachangelog.com/)
|
5
5
|
and this project adheres to [Semantic Versioning](http://semver.org/).
|
6
6
|
|
7
|
+
## [1.2.1] - 2019-02-15
|
8
|
+
### Fixed
|
9
|
+
- OrderBook: do not blow up with `JSON::ParserError` when response isn't JSON
|
10
|
+
|
7
11
|
## [1.2.0] - 2019-01-09
|
8
12
|
### Added
|
9
13
|
- Add `balance` API call to get balances
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: bitstamp_client
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.2.
|
4
|
+
version: 1.2.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Ramon Tayag
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2019-
|
11
|
+
date: 2019-02-15 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: api_client_base
|