blockstream_satellite 0.2.0 → 0.2.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 +4 -4
- data/Gemfile.lock +26 -24
- data/README.md +1 -1
- data/blockstream_satellite.gemspec +1 -1
- data/lib/blockstream_satellite/version.rb +1 -1
- metadata +5 -6
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: d8c753cf6a842fe77ecf94eb0b9ade2f53eccf8ad0ddc198c257622952f8cdbd
|
|
4
|
+
data.tar.gz: 5ceb2e619a8f0ef27317ab5d91219d7f0b5f223881194ea9142fc748aade074c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 97647fc8011132a1bc05513984d7239dab250c3680e9b30fef49e361f371817327a6267e07bfc0c5540bc28972f1f6612b3753eee3aaa4e9ef2d096daad6a7f5
|
|
7
|
+
data.tar.gz: b28a929c817e7ed3605ff10ca2bb6774d34cbd268ef308287fa7ebbc80da94396ed76d0601645e140619a1b572da67956c2a4ba84b172f877d26abb99fd00186
|
data/Gemfile.lock
CHANGED
|
@@ -1,56 +1,58 @@
|
|
|
1
1
|
PATH
|
|
2
2
|
remote: .
|
|
3
3
|
specs:
|
|
4
|
-
blockstream_satellite (0.
|
|
4
|
+
blockstream_satellite (0.2.0)
|
|
5
5
|
activesupport (>= 5.0.1)
|
|
6
6
|
faraday (> 0.8)
|
|
7
7
|
faraday_middleware (> 0.12)
|
|
8
|
-
lnrpc (>= 0.
|
|
8
|
+
lnrpc (>= 0.7.1)
|
|
9
9
|
|
|
10
10
|
GEM
|
|
11
11
|
remote: https://rubygems.org/
|
|
12
12
|
specs:
|
|
13
|
-
activesupport (
|
|
13
|
+
activesupport (6.0.0)
|
|
14
14
|
concurrent-ruby (~> 1.0, >= 1.0.2)
|
|
15
15
|
i18n (>= 0.7, < 2)
|
|
16
16
|
minitest (~> 5.1)
|
|
17
17
|
tzinfo (~> 1.1)
|
|
18
|
+
zeitwerk (~> 2.1, >= 2.1.8)
|
|
18
19
|
concurrent-ruby (1.1.5)
|
|
19
20
|
diff-lcs (1.3)
|
|
20
|
-
faraday (0.
|
|
21
|
+
faraday (0.17.0)
|
|
21
22
|
multipart-post (>= 1.2, < 3)
|
|
22
23
|
faraday_middleware (0.13.1)
|
|
23
24
|
faraday (>= 0.7.4, < 1.0)
|
|
24
|
-
google-protobuf (3.
|
|
25
|
-
googleapis-common-protos-types (1.0.
|
|
25
|
+
google-protobuf (3.9.2)
|
|
26
|
+
googleapis-common-protos-types (1.0.4)
|
|
26
27
|
google-protobuf (~> 3.0)
|
|
27
|
-
grpc (1.
|
|
28
|
-
google-protobuf (~> 3.
|
|
29
|
-
googleapis-common-protos-types (~> 1.0
|
|
30
|
-
i18n (1.
|
|
28
|
+
grpc (1.24.0)
|
|
29
|
+
google-protobuf (~> 3.8)
|
|
30
|
+
googleapis-common-protos-types (~> 1.0)
|
|
31
|
+
i18n (1.7.0)
|
|
31
32
|
concurrent-ruby (~> 1.0)
|
|
32
|
-
lnrpc (0.
|
|
33
|
+
lnrpc (0.8.0)
|
|
33
34
|
google-protobuf (>= 3.7)
|
|
34
35
|
grpc (>= 1.19.0)
|
|
35
|
-
minitest (5.
|
|
36
|
-
multipart-post (2.
|
|
36
|
+
minitest (5.12.2)
|
|
37
|
+
multipart-post (2.1.1)
|
|
37
38
|
rake (10.5.0)
|
|
38
|
-
rspec (3.
|
|
39
|
-
rspec-core (~> 3.
|
|
40
|
-
rspec-expectations (~> 3.
|
|
41
|
-
rspec-mocks (~> 3.
|
|
42
|
-
rspec-core (3.
|
|
43
|
-
rspec-support (~> 3.
|
|
44
|
-
rspec-expectations (3.
|
|
39
|
+
rspec (3.9.0)
|
|
40
|
+
rspec-core (~> 3.9.0)
|
|
41
|
+
rspec-expectations (~> 3.9.0)
|
|
42
|
+
rspec-mocks (~> 3.9.0)
|
|
43
|
+
rspec-core (3.9.0)
|
|
44
|
+
rspec-support (~> 3.9.0)
|
|
45
|
+
rspec-expectations (3.9.0)
|
|
45
46
|
diff-lcs (>= 1.2.0, < 2.0)
|
|
46
|
-
rspec-support (~> 3.
|
|
47
|
-
rspec-mocks (3.
|
|
47
|
+
rspec-support (~> 3.9.0)
|
|
48
|
+
rspec-mocks (3.9.0)
|
|
48
49
|
diff-lcs (>= 1.2.0, < 2.0)
|
|
49
|
-
rspec-support (~> 3.
|
|
50
|
-
rspec-support (3.
|
|
50
|
+
rspec-support (~> 3.9.0)
|
|
51
|
+
rspec-support (3.9.0)
|
|
51
52
|
thread_safe (0.3.6)
|
|
52
53
|
tzinfo (1.2.5)
|
|
53
54
|
thread_safe (~> 0.1)
|
|
55
|
+
zeitwerk (2.2.0)
|
|
54
56
|
|
|
55
57
|
PLATFORMS
|
|
56
58
|
ruby
|
data/README.md
CHANGED
|
@@ -54,7 +54,7 @@ BlockstreamSatellite.lnd_client = lnd_client
|
|
|
54
54
|
`BlockstreamSatellite::Order.create` accepts the following parameters:
|
|
55
55
|
|
|
56
56
|
* `path`: path to the file to transmit
|
|
57
|
-
* `
|
|
57
|
+
* `message`: message to transmit; can be used as an alternative `path`
|
|
58
58
|
* `bid`: bid for the order. defaults to file size * 51
|
|
59
59
|
|
|
60
60
|
```ruby
|
|
@@ -39,6 +39,6 @@ Gem::Specification.new do |spec|
|
|
|
39
39
|
spec.add_development_dependency "rspec", "~> 3.0"
|
|
40
40
|
spec.add_dependency "faraday", "> 0.8"
|
|
41
41
|
spec.add_dependency "faraday_middleware", ">0.12"
|
|
42
|
-
spec.add_dependency "lnrpc", ">= 0.
|
|
42
|
+
spec.add_dependency "lnrpc", ">= 0.7.1"
|
|
43
43
|
spec.add_dependency "activesupport", ">= 5.0.1"
|
|
44
44
|
end
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: blockstream_satellite
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.2.
|
|
4
|
+
version: 0.2.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Michael Bumann
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2019-
|
|
11
|
+
date: 2019-10-27 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|
|
@@ -86,14 +86,14 @@ dependencies:
|
|
|
86
86
|
requirements:
|
|
87
87
|
- - ">="
|
|
88
88
|
- !ruby/object:Gem::Version
|
|
89
|
-
version: 0.
|
|
89
|
+
version: 0.7.1
|
|
90
90
|
type: :runtime
|
|
91
91
|
prerelease: false
|
|
92
92
|
version_requirements: !ruby/object:Gem::Requirement
|
|
93
93
|
requirements:
|
|
94
94
|
- - ">="
|
|
95
95
|
- !ruby/object:Gem::Version
|
|
96
|
-
version: 0.
|
|
96
|
+
version: 0.7.1
|
|
97
97
|
- !ruby/object:Gem::Dependency
|
|
98
98
|
name: activesupport
|
|
99
99
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -152,8 +152,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
152
152
|
- !ruby/object:Gem::Version
|
|
153
153
|
version: '0'
|
|
154
154
|
requirements: []
|
|
155
|
-
|
|
156
|
-
rubygems_version: 2.7.6
|
|
155
|
+
rubygems_version: 3.0.6
|
|
157
156
|
signing_key:
|
|
158
157
|
specification_version: 4
|
|
159
158
|
summary: API client for the Blockstream satellite
|