Skip to content

Commit

Permalink
Merge pull request #43 from blockcypher/update
Browse files Browse the repository at this point in the history
Update for v0.2.7
  • Loading branch information
quentinlesceller authored Jan 24, 2022
2 parents ade4077 + be5f9f8 commit 09bb8ed
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 7 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
Gemfile.lock
spec/config.yml
vendor
.bundle
17 changes: 13 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
blockcypher-ruby (0.2.5)
blockcypher-ruby (0.2.7)
bitcoin-ruby (~> 0.0.5)
ffi

Expand All @@ -14,13 +14,20 @@ GEM
minitest (~> 5.1)
tzinfo (~> 1.1)
addressable (2.4.0)
bitcoin-ruby (0.0.6)
bitcoin-ruby (0.0.20)
eventmachine
ffi
scrypt
coderay (1.1.0)
concurrent-ruby (1.0.2)
crack (0.4.3)
safe_yaml (~> 1.0.0)
diff-lcs (1.2.5)
ffi (1.9.8)
eventmachine (1.2.7)
ffi (1.15.5)
ffi-compiler (1.0.1)
ffi (>= 1.0.0)
rake
hashdiff (0.3.0)
i18n (0.7.0)
method_source (0.8.2)
Expand All @@ -44,6 +51,8 @@ GEM
rspec-support (~> 3.2.0)
rspec-support (3.2.2)
safe_yaml (1.0.4)
scrypt (3.0.7)
ffi-compiler (>= 1.0, < 2.0)
slop (3.6.0)
thread_safe (0.3.5)
tzinfo (1.2.2)
Expand All @@ -68,4 +77,4 @@ DEPENDENCIES
webmock

BUNDLED WITH
1.13.1
1.17.2
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Simply using rubygems:
Add this line to your application's Gemfile:

```ruby
gem 'blockcypher-ruby', '~> 0.2.6'
gem 'blockcypher-ruby', '~> 0.2.7'
```

And then execute:
Expand All @@ -29,7 +29,7 @@ $ git clone https://github.com/blockcypher/ruby-client.git
$ cd ruby-client
$ bundle
$ gem build blockcypher-ruby.gemspec
$ gem install blockcypher-ruby-0.2.6.gem
$ gem install blockcypher-ruby-0.2.7.gem
```

## Initializing a client
Expand Down
2 changes: 1 addition & 1 deletion blockcypher-ruby.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Gem::Specification.new do |s|
s.name = 'blockcypher-ruby'
s.summary = 'Blockcypher Ruby SDK'
s.version = '0.2.6'
s.version = '0.2.7'
s.licenses = ['Apache-2.0']
s.description = 'Ruby library to help you build your crypto application on BlockCypher'
s.summary = 'Ruby library to help you build your crypto application on BlockCypher'
Expand Down

0 comments on commit 09bb8ed

Please sign in to comment.