blockstream_satellite 0.2.0 → 0.2.1

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: 41b8b2bad983625b55eafad895392edac7e013df9d9baaa38d446e962debcba8
4
- data.tar.gz: 2fb2ff56beb68f23e00070f9bc3544f6d3fbe845d26f938b8f554c154e9e0495
3
+ metadata.gz: d8c753cf6a842fe77ecf94eb0b9ade2f53eccf8ad0ddc198c257622952f8cdbd
4
+ data.tar.gz: 5ceb2e619a8f0ef27317ab5d91219d7f0b5f223881194ea9142fc748aade074c
5
5
  SHA512:
6
- metadata.gz: b94d293f3b3494dc365614673c45259a872febd76929cccb5f3d0b8f112e834ddcbdd8f369f25790e7e84533fa99666f942ddd67092185e58d6f7af5c7d118f2
7
- data.tar.gz: fa85a0a2705508c51f95206c5ab1416fc84ca63663944deca69d346c440335099aeb9af0d791cee346e1f1c6d2e86aaf82431d31830ca0f2118acedef799e0bc
6
+ metadata.gz: 97647fc8011132a1bc05513984d7239dab250c3680e9b30fef49e361f371817327a6267e07bfc0c5540bc28972f1f6612b3753eee3aaa4e9ef2d096daad6a7f5
7
+ data.tar.gz: b28a929c817e7ed3605ff10ca2bb6774d34cbd268ef308287fa7ebbc80da94396ed76d0601645e140619a1b572da67956c2a4ba84b172f877d26abb99fd00186
@@ -1,56 +1,58 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- blockstream_satellite (0.1.1)
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.5.2)
8
+ lnrpc (>= 0.7.1)
9
9
 
10
10
  GEM
11
11
  remote: https://rubygems.org/
12
12
  specs:
13
- activesupport (5.2.2.1)
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.15.4)
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.7.0)
25
- googleapis-common-protos-types (1.0.3)
25
+ google-protobuf (3.9.2)
26
+ googleapis-common-protos-types (1.0.4)
26
27
  google-protobuf (~> 3.0)
27
- grpc (1.19.0)
28
- google-protobuf (~> 3.1)
29
- googleapis-common-protos-types (~> 1.0.0)
30
- i18n (1.6.0)
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.5.2)
33
+ lnrpc (0.8.0)
33
34
  google-protobuf (>= 3.7)
34
35
  grpc (>= 1.19.0)
35
- minitest (5.11.3)
36
- multipart-post (2.0.0)
36
+ minitest (5.12.2)
37
+ multipart-post (2.1.1)
37
38
  rake (10.5.0)
38
- rspec (3.8.0)
39
- rspec-core (~> 3.8.0)
40
- rspec-expectations (~> 3.8.0)
41
- rspec-mocks (~> 3.8.0)
42
- rspec-core (3.8.0)
43
- rspec-support (~> 3.8.0)
44
- rspec-expectations (3.8.2)
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.8.0)
47
- rspec-mocks (3.8.0)
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.8.0)
50
- rspec-support (3.8.0)
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
- * `data`: data to transmit; can be used as an alternative `path`
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.5.2"
42
+ spec.add_dependency "lnrpc", ">= 0.7.1"
43
43
  spec.add_dependency "activesupport", ">= 5.0.1"
44
44
  end
@@ -1,3 +1,3 @@
1
1
  module BlockstreamSatellite
2
- VERSION = "0.2.0"
2
+ VERSION = "0.2.1"
3
3
  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.0
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-03-15 00:00:00.000000000 Z
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.5.2
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.5.2
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
- rubyforge_project:
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