bcoin-client 0.2.0 → 0.3.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: '0874bc839d11a8e45f618b76db621d59e16236d4'
4
- data.tar.gz: eb68d34a7c59c0004c46449f48328ab4ef7f0784
3
+ metadata.gz: bc16108a90b04caa2cedbac4dbb684159748ac09
4
+ data.tar.gz: 0d80398f685c7e84a8cfa3d3a48f1bce0ec6622d
5
5
  SHA512:
6
- metadata.gz: b03a1f7cfb7d296b7673bc20c61cc8b56c530a884f056868121b7e66d1e8eefcb28f499f913c614274147ca4e540772d638913c3828c67d2166282c529e6e691
7
- data.tar.gz: 3f5fe64b084556b41f84d0a6b50a0eb07b2a5873492e9165c025509439c2b61e65955324912bc920e8287e08151c61faa37defe99c96759b3f7d8eacff893f9d
6
+ metadata.gz: c5f872b04935f34693f17492f9e80d2e754039dacc82c3b6043be8a98f89eec5a81013d6ee945bfb91527e57a68364dd47c1e91051da5ead1f1e204c472ff139
7
+ data.tar.gz: 996986094cf1674086cd59e549383f2440f30c0507fac29ae47a6ee35609431677b18bded272ba4434be94b6c3ff00506d0a6f0f74cf196c1af34cec7b3d2b09
@@ -7,11 +7,11 @@ Gem::Specification.new do |spec|
7
7
  spec.name = "bcoin-client"
8
8
  spec.version = Bcoin::Client::VERSION
9
9
  spec.authors = ["Dan Knox"]
10
- spec.email = ["dknox@threedotloft.com"]
10
+ spec.email = ["dk@bitfs.us","dknox@threedotloft.com"]
11
11
 
12
12
  spec.summary = %q{Client for the bcoin.io bitcoin node.}
13
13
  spec.description = %q{Client for the bcoin.io bitcoin node including their wallet API.}
14
- spec.homepage = "http://github.com/DanKnox-BitFS/bcoin-ruby"
14
+ spec.homepage = "http://github.com/DanKnox-BitFS/bcoin-client"
15
15
  spec.license = "MIT"
16
16
 
17
17
  # Prevent pushing this gem to RubyGems.org. To allow pushes either set the 'allowed_push_host'
@@ -1,5 +1,5 @@
1
1
  module Bcoin
2
2
  class Client
3
- VERSION = "0.2.0"
3
+ VERSION = "0.3.0"
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.2.0
4
+ version: 0.3.0
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-24 00:00:00.000000000 Z
11
+ date: 2017-08-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -110,6 +110,7 @@ dependencies:
110
110
  version: '0.15'
111
111
  description: Client for the bcoin.io bitcoin node including their wallet API.
112
112
  email:
113
+ - dk@bitfs.us
113
114
  - dknox@threedotloft.com
114
115
  executables: []
115
116
  extensions: []
@@ -146,7 +147,7 @@ files:
146
147
  - lib/bcoin/client/version.rb
147
148
  - lib/bcoin/client/wallet.rb
148
149
  - lib/bcoin/client/wallets.rb
149
- homepage: http://github.com/DanKnox-BitFS/bcoin-ruby
150
+ homepage: http://github.com/DanKnox-BitFS/bcoin-client
150
151
  licenses:
151
152
  - MIT
152
153
  metadata: