File tree Expand file tree Collapse file tree 4 files changed +18
-7
lines changed
Expand file tree Collapse file tree 4 files changed +18
-7
lines changed Original file line number Diff line number Diff line change 11Gemfile.lock
22spec /config.yml
3+ vendor
4+ .bundle
Original file line number Diff line number Diff line change 11PATH
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
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 )
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
7079BUNDLED WITH
71- 1.13.1
80+ 1.17.2
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ Simply using rubygems:
1313Add 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
1919And 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
Original file line number Diff line number Diff line change 33Gem ::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'
You can’t perform that action at this time.
0 commit comments