lightning-onion 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
|
SHA1:
|
3
|
-
metadata.gz: '
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: '094a2b5177496efebc0d202f013203b6b086df5e'
|
4
|
+
data.tar.gz: 40bcab230c92616e78f3ad1cfee4c6ff9b810855
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f073224a13e1211644f32daaf77dea9ed7f65bfc0baf0876140ba6cb84e7134394128713a727a612267452dc062087c5b939943c67eb25891c832fa82282784c
|
7
|
+
data.tar.gz: 81bb5e492714d93acbcf22476cd1c6f68b7d2095d3fd9f951b28df13fd9b19df57dc2aa69c8e536001a13ce4df244b810947c2d3d46aa7c1133e85e6b57b6884
|
@@ -12,7 +12,7 @@ Gem::Specification.new do |spec|
|
|
12
12
|
|
13
13
|
spec.summary = 'Onion routing for the Lightning Network.'
|
14
14
|
spec.description = 'Onion routing for the Lightning Network.'
|
15
|
-
spec.homepage = 'https://github.com/Yamaguchi/
|
15
|
+
spec.homepage = 'https://github.com/Yamaguchi/lightning-onion'
|
16
16
|
spec.license = 'MIT'
|
17
17
|
|
18
18
|
spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: lightning-onion
|
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
|
- Hajime Yamaguchi
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2018-
|
11
|
+
date: 2018-06-06 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: algebrick
|
@@ -145,8 +145,8 @@ files:
|
|
145
145
|
- lib/lightning/onion/sphinx.rb
|
146
146
|
- lib/lightning/onion/version.rb
|
147
147
|
- lib/lightning/utils/string.rb
|
148
|
-
-
|
149
|
-
homepage: https://github.com/Yamaguchi/
|
148
|
+
- lightning-onion.gemspec
|
149
|
+
homepage: https://github.com/Yamaguchi/lightning-onion
|
150
150
|
licenses:
|
151
151
|
- MIT
|
152
152
|
metadata: {}
|