bcoin-client 0.3.0 → 0.3.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: bc16108a90b04caa2cedbac4dbb684159748ac09
4
- data.tar.gz: 0d80398f685c7e84a8cfa3d3a48f1bce0ec6622d
3
+ metadata.gz: 40342edc76b588b3102382b0ba54a4390537c0d5
4
+ data.tar.gz: 707f111cf20333bd036239e27caa8e4f1ca07a33
5
5
  SHA512:
6
- metadata.gz: c5f872b04935f34693f17492f9e80d2e754039dacc82c3b6043be8a98f89eec5a81013d6ee945bfb91527e57a68364dd47c1e91051da5ead1f1e204c472ff139
7
- data.tar.gz: 996986094cf1674086cd59e549383f2440f30c0507fac29ae47a6ee35609431677b18bded272ba4434be94b6c3ff00506d0a6f0f74cf196c1af34cec7b3d2b09
6
+ metadata.gz: b85eada1dc202e238464cf0facd383ec4568ab4f0d76c0ed7f62ce567c6ba25c6332468068b8a76d5533f42350a826d675de8e2d979fa806f1896594e94c6651
7
+ data.tar.gz: d441c79c1ce962af0bd24505a4ce8dad98c81a58690916f3046709596265612d0873bc0255f670995798f377e14b6364c4d42b87d16abbbab1b1da4946345a8d
data/Gemfile CHANGED
@@ -4,3 +4,4 @@ git_source(:github) {|repo_name| "https://github.com/#{repo_name}" }
4
4
 
5
5
  # Specify your gem's dependencies in bcoin-client.gemspec
6
6
  gemspec
7
+ gem 'coveralls', require: false
data/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Bcoin::Client
2
2
 
3
- [![Build Status](https://travis-ci.org/DanKnox-BitFS/bcoin-client.svg?branch=master)](https://travis-ci.org/DanKnox-BitFS/bcoin-client)
3
+ [![Build Status](https://travis-ci.org/DanKnox-BitFS/bcoin-client.svg?branch=master)](https://travis-ci.org/DanKnox-BitFS/bcoin-client) [![Gem Version](https://badge.fury.io/rb/bcoin-client.svg)](https://badge.fury.io/rb/bcoin-client) [![Coverage Status](https://coveralls.io/repos/github/DanKnox-BitFS/bcoin-client/badge.svg?branch=master)](https://coveralls.io/github/DanKnox-BitFS/bcoin-client?branch=master)
4
4
 
5
5
  Ruby client for the [bcoin.io](http://bcoin.io) bitcoin node. This
6
6
  client implements the HTTP wallet API methods. Perhaps one day I will
@@ -46,6 +46,10 @@ module Bcoin
46
46
  @attributes[:error] = _error
47
47
  end
48
48
 
49
+ def respond_to? method
50
+ @attributes[method] ? true : super
51
+ end
52
+
49
53
  private
50
54
 
51
55
  def symbolize attr
@@ -1,5 +1,5 @@
1
1
  module Bcoin
2
2
  class Client
3
- VERSION = "0.3.0"
3
+ VERSION = "0.3.1"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bcoin-client
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.0
4
+ version: 0.3.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Dan Knox
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2017-08-25 00:00:00.000000000 Z
11
+ date: 2017-08-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler