Skip to content

Commit 53f566f

Browse files
Update for v0.2.7
1 parent ade4077 commit 53f566f

3 files changed

Lines changed: 16 additions & 5 deletions

File tree

.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

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)