We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 53f566f commit be5f9f8Copy full SHA for be5f9f8
1 file changed
README.md
@@ -13,7 +13,7 @@ Simply using rubygems:
13
Add this line to your application's Gemfile:
14
15
```ruby
16
-gem 'blockcypher-ruby', '~> 0.2.6'
+gem 'blockcypher-ruby', '~> 0.2.7'
17
```
18
19
And then execute:
@@ -29,7 +29,7 @@ $ git clone https://github.com/blockcypher/ruby-client.git
29
$ cd ruby-client
30
$ bundle
31
$ gem build blockcypher-ruby.gemspec
32
-$ gem install blockcypher-ruby-0.2.6.gem
+$ gem install blockcypher-ruby-0.2.7.gem
33
34
35
## Initializing a client
0 commit comments