Skip to content

Commit 09bb8ed

Browse files
Merge pull request #43 from blockcypher/update
Update for v0.2.7
2 parents ade4077 + be5f9f8 commit 09bb8ed

File tree

4 files changed

+18
-7
lines changed

4 files changed

+18
-7
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
11
Gemfile.lock
22
spec/config.yml
3+
vendor
4+
.bundle

Gemfile.lock

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
blockcypher-ruby (0.2.5)
4+
blockcypher-ruby (0.2.7)
55
bitcoin-ruby (~> 0.0.5)
66
ffi
77

@@ -14,13 +14,20 @@ GEM
1414
minitest (~> 5.1)
1515
tzinfo (~> 1.1)
1616
addressable (2.4.0)
17-
bitcoin-ruby (0.0.6)
17+
bitcoin-ruby (0.0.20)
18+
eventmachine
19+
ffi
20+
scrypt
1821
coderay (1.1.0)
1922
concurrent-ruby (1.0.2)
2023
crack (0.4.3)
2124
safe_yaml (~> 1.0.0)
2225
diff-lcs (1.2.5)
23-
ffi (1.9.8)
26+
eventmachine (1.2.7)
27+
ffi (1.15.5)
28+
ffi-compiler (1.0.1)
29+
ffi (>= 1.0.0)
30+
rake
2431
hashdiff (0.3.0)
2532
i18n (0.7.0)
2633
method_source (0.8.2)
@@ -44,6 +51,8 @@ GEM
4451
rspec-support (~> 3.2.0)
4552
rspec-support (3.2.2)
4653
safe_yaml (1.0.4)
54+
scrypt (3.0.7)
55+
ffi-compiler (>= 1.0, < 2.0)
4756
slop (3.6.0)
4857
thread_safe (0.3.5)
4958
tzinfo (1.2.2)
@@ -68,4 +77,4 @@ DEPENDENCIES
6877
webmock
6978

7079
BUNDLED WITH
71-
1.13.1
80+
1.17.2

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Simply using rubygems:
1313
Add this line to your application's Gemfile:
1414

1515
```ruby
16-
gem 'blockcypher-ruby', '~> 0.2.6'
16+
gem 'blockcypher-ruby', '~> 0.2.7'
1717
```
1818

1919
And then execute:
@@ -29,7 +29,7 @@ $ git clone https://github.com/blockcypher/ruby-client.git
2929
$ cd ruby-client
3030
$ bundle
3131
$ gem build blockcypher-ruby.gemspec
32-
$ gem install blockcypher-ruby-0.2.6.gem
32+
$ gem install blockcypher-ruby-0.2.7.gem
3333
```
3434

3535
## Initializing a client

blockcypher-ruby.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Gem::Specification.new do |s|
44
s.name = 'blockcypher-ruby'
55
s.summary = 'Blockcypher Ruby SDK'
6-
s.version = '0.2.6'
6+
s.version = '0.2.7'
77
s.licenses = ['Apache-2.0']
88
s.description = 'Ruby library to help you build your crypto application on BlockCypher'
99
s.summary = 'Ruby library to help you build your crypto application on BlockCypher'

0 commit comments

Comments
 (0)