You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+13-7Lines changed: 13 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,14 +10,15 @@ Add this line to your application's Gemfile:
10
10
11
11
And then execute:
12
12
13
-
$ bundle
13
+
$ bundle install
14
14
15
15
Or install it yourself as:
16
16
17
-
$ gem install block_io -v=1.2.1
17
+
$ gem install block_io -v=2.0.0
18
18
19
19
## Changelog
20
20
21
+
*07/02/20*: BREAKING CHANGES. Version 2.0.0. Remove support for Ruby < 2.3.0. Behavior and interfaces have changed. By upgrading you'll need to revise your code and tests.
21
22
*05/10/19*: Prevent inadvertent passing of PINs (user error).
22
23
*06/25/18*: Remove support for Ruby < 1.9.3 (OpenSSL::Cipher::Cipher). Remove connection_pool dependency.
23
24
*01/21/15*: Added ability to sweep coins from one address to another.
@@ -31,14 +32,19 @@ Or install it yourself as:
31
32
It's super easy to get started. In your Ruby shell ($ irb), for example, do this:
raiseException.new("No connections left to perform API call. Please re-initialize BlockIo::Client with :pool_size greater than #{@conn.size}.")unless@conn.available > 0
0 commit comments