lnd-client 0.0.4 → 0.0.5

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
  SHA256:
3
- metadata.gz: 68daf7177bbbbbc21fe8e5c3b19230777b5d5904364ebc44211953e6fd5f36ed
4
- data.tar.gz: e811786dd412c270cb931bd78ee30fa558bbeff87d779e53c2d4d0f6d7f8aec5
3
+ metadata.gz: 8858aaa4661fcc83da3c661a1b05d9be7d8513eeda78ace138f9d92948e345df
4
+ data.tar.gz: 8006682ff281b1fc745562deb2a58a464c9a09a4c47b564c2db67819fe8224bc
5
5
  SHA512:
6
- metadata.gz: 3073a130f52bb94942379231f236fc79dc99f459891b696095c2928806611ef0b87e0c980fd9d39e60642ebf2a8a7847d1ee899336dd00a7d46a06ec376822a8
7
- data.tar.gz: b63090fa41a852873e74695916614a065bb6bf824322ecd5233c93379b39b4dc2c86b3f575bb549a18869906b063569a440591070ffb128963c20f4fdc8a2fa2
6
+ metadata.gz: 41b85876608369aa56185424294a7c10e5a39938ceba028bc8326312adbe23d51c285a074eff5b3f5646b541c60673c00c27508674dc3beff88184a8eca2fdc2
7
+ data.tar.gz: 57df549dcc4b4c63c5a0f873393cc731e1242e2abddd030c95d64e16bb330998d26343061993b9ffa14c51a29e7181829a64453d82b6804254c0ff10d41cf1ad
data/Gemfile CHANGED
@@ -6,6 +6,6 @@ gemspec
6
6
 
7
7
  group :test, :development do
8
8
  gem 'pry-byebug', '~> 3.10', '>= 3.10.1'
9
- gem 'rubocop', '~> 1.44', '>= 1.44.1'
9
+ gem 'rubocop', '~> 1.45', '>= 1.45.1'
10
10
  gem 'rubocop-rake', '~> 0.6.0'
11
11
  end
data/Gemfile.lock CHANGED
@@ -1,8 +1,8 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- lnd-client (0.0.4)
5
- grpc (~> 1.51)
4
+ lnd-client (0.0.5)
5
+ grpc (~> 1.52)
6
6
 
7
7
  GEM
8
8
  remote: https://rubygems.org/
@@ -13,13 +13,13 @@ GEM
13
13
  google-protobuf (3.21.12)
14
14
  googleapis-common-protos-types (1.5.0)
15
15
  google-protobuf (~> 3.14)
16
- grpc (1.51.0)
16
+ grpc (1.52.0-x86_64-linux)
17
17
  google-protobuf (~> 3.21)
18
18
  googleapis-common-protos-types (~> 1.0)
19
19
  json (2.6.3)
20
20
  method_source (1.0.0)
21
21
  parallel (1.22.1)
22
- parser (3.2.0.0)
22
+ parser (3.2.1.0)
23
23
  ast (~> 2.4.1)
24
24
  pry (0.14.2)
25
25
  coderay (~> 1.1)
@@ -28,9 +28,9 @@ GEM
28
28
  byebug (~> 11.0)
29
29
  pry (>= 0.13, < 0.15)
30
30
  rainbow (3.1.1)
31
- regexp_parser (2.6.2)
31
+ regexp_parser (2.7.0)
32
32
  rexml (3.2.5)
33
- rubocop (1.44.1)
33
+ rubocop (1.45.1)
34
34
  json (~> 2.3)
35
35
  parallel (~> 1.10)
36
36
  parser (>= 3.2.0.0)
@@ -40,8 +40,8 @@ GEM
40
40
  rubocop-ast (>= 1.24.1, < 2.0)
41
41
  ruby-progressbar (~> 1.7)
42
42
  unicode-display_width (>= 2.4.0, < 3.0)
43
- rubocop-ast (1.24.1)
44
- parser (>= 3.1.1.0)
43
+ rubocop-ast (1.26.0)
44
+ parser (>= 3.2.1.0)
45
45
  rubocop-rake (0.6.0)
46
46
  rubocop (~> 1.0)
47
47
  ruby-progressbar (1.11.0)
@@ -53,7 +53,7 @@ PLATFORMS
53
53
  DEPENDENCIES
54
54
  lnd-client!
55
55
  pry-byebug (~> 3.10, >= 3.10.1)
56
- rubocop (~> 1.44, >= 1.44.1)
56
+ rubocop (~> 1.45, >= 1.45.1)
57
57
  rubocop-rake (~> 0.6.0)
58
58
 
59
59
  BUNDLED WITH
data/README.md CHANGED
@@ -16,13 +16,13 @@ This is a low-level client library. For a better experience, you may want to che
16
16
  Add to your `Gemfile`:
17
17
 
18
18
  ```ruby
19
- gem 'lnd-client', '~> 0.0.4'
19
+ gem 'lnd-client', '~> 0.0.5'
20
20
  ```
21
21
 
22
22
  ```ruby
23
23
  require 'lnd-client'
24
24
 
25
- puts LNDClient.version # => 0.0.4
25
+ puts LNDClient.version # => 0.0.5
26
26
 
27
27
  client = LNDClient.new(
28
28
  certificate_path: '/lnd/tls.cert',
@@ -58,7 +58,7 @@ end
58
58
  ```ruby
59
59
  require 'lnd-client'
60
60
 
61
- puts LNDClient.version # => 0.0.4
61
+ puts LNDClient.version # => 0.0.5
62
62
 
63
63
  client = LNDClient.new(
64
64
  certificate_path: '/lnd/tls.cert',
@@ -81,7 +81,7 @@ graph.edges # => [...]
81
81
  ```ruby
82
82
  require 'lnd-client'
83
83
 
84
- puts LNDClient.version # => 0.0.4
84
+ puts LNDClient.version # => 0.0.5
85
85
 
86
86
  client = LNDClient.new(
87
87
  certificate_path: '/lnd/tls.cert',
@@ -148,5 +148,5 @@ gem build lnd-client.gemspec
148
148
 
149
149
  gem signin
150
150
 
151
- gem push lnd-client-0.0.4.gem
151
+ gem push lnd-client-0.0.5.gem
152
152
  ```
data/lnd-client.gemspec CHANGED
@@ -29,7 +29,7 @@ Gem::Specification.new do |spec|
29
29
 
30
30
  spec.require_paths = ['ports/dsl']
31
31
 
32
- spec.add_dependency 'grpc', '~> 1.51'
32
+ spec.add_dependency 'grpc', '~> 1.52'
33
33
 
34
34
  spec.metadata['rubygems_mfa_required'] = 'true'
35
35
  end
data/static/spec.rb CHANGED
@@ -4,7 +4,7 @@ module LNDClientInternal
4
4
  module Static
5
5
  SPEC = {
6
6
  name: 'lnd-client',
7
- version: '0.0.4',
7
+ version: '0.0.5',
8
8
  author: 'icebaker',
9
9
  summary: 'Ruby Lightning Network Daemon (lnd) Client',
10
10
  description: 'Ruby Lightning Network Daemon (lnd) Client',
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: lnd-client
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.4
4
+ version: 0.0.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - icebaker
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-02-05 00:00:00.000000000 Z
11
+ date: 2023-02-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: grpc
@@ -16,14 +16,14 @@ dependencies:
16
16
  requirements:
17
17
  - - "~>"
18
18
  - !ruby/object:Gem::Version
19
- version: '1.51'
19
+ version: '1.52'
20
20
  type: :runtime
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
24
  - - "~>"
25
25
  - !ruby/object:Gem::Version
26
- version: '1.51'
26
+ version: '1.52'
27
27
  description: Ruby Lightning Network Daemon (lnd) Client
28
28
  email:
29
29
  executables: []