nano_rpc 0.7.0 → 0.8.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
  SHA256:
3
- metadata.gz: cd712a233701f4f20a81e5ee7a3ca4dc0a46397245249ea689ababe248ac2398
4
- data.tar.gz: c597c84ee6131082a037321309cce96d71096b383a10ceba89b688c897a83823
3
+ metadata.gz: f8c871ca7d70348b478a65dfbc0deb06fb97f610aed59ad9bfb83b8dd6e8f7cf
4
+ data.tar.gz: 6c828b85a51d5a8343854d490338c1afc767231c3339d6acf60149c2be933988
5
5
  SHA512:
6
- metadata.gz: 88b3da5e15549b039ecb9375809eeca41ed3bf51eed9a6e9bec05353ee230bae20b67b093ebc90f99892aa91a79986513c62df4fd9b9e3a0a4b7280af91b59e8
7
- data.tar.gz: fb6bd619036ce0b27a33c1cad232a7e0f925a589777ec3f0f857d883ebf006a19d12410c3f3d5f82a1afc8cf3c64eb5a6c6b557cf441456cf28de0715b5762f5
6
+ metadata.gz: a4cd19afe692791e9399853c82f1bf590e434f99058fe96261f326876b566b1c78e5c5f21b51261626845041987f9e50a44b092186b9afc392c5ace634509ab7
7
+ data.tar.gz: c2724b67a4b589fff193c363e8f52b396e10eda47cc602daacabeb9a44da2ac2c278f6f927b7bdf2231513d9b7247142c584731fedec69590a10f1a80c0ddfb0
@@ -45,7 +45,7 @@ class Nano::Node
45
45
  optional: %i[count sources destinations]
46
46
  proxy_method :search_pending, required: %i[wallet]
47
47
  proxy_method :search_pending_all
48
- proxy_method :stats, require: %i[type]
48
+ proxy_method :stats, required: %i[type]
49
49
  proxy_method :stop
50
50
  proxy_method :successors, required: %i[block count]
51
51
  proxy_method :unchecked, required: %i[count]
@@ -1,4 +1,4 @@
1
1
  # frozen_string_literal: true
2
2
  module Nano
3
- VERSION = '0.7.0'
3
+ VERSION = '0.8.0'
4
4
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: nano_rpc
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.7.0
4
+ version: 0.8.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Justin Craig-Kuhn (JCK)
@@ -166,7 +166,6 @@ files:
166
166
  - lib/nano_rpc/proxy.rb
167
167
  - lib/nano_rpc/response.rb
168
168
  - lib/nano_rpc/version.rb
169
- - nano_rpc-0.6.0.gem
170
169
  - nano_rpc.gemspec
171
170
  homepage: https://github.com/jcraigk/ruby_nano_rpc
172
171
  licenses:
data/nano_rpc-0.6.0.gem DELETED
Binary file