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: '079f7534c2a4cbce4c4f7c272b498f08433d2d09'
4
- data.tar.gz: d99082b353d85e7c9a32bb7bb3c08ffaf614c094
3
+ metadata.gz: '094a2b5177496efebc0d202f013203b6b086df5e'
4
+ data.tar.gz: 40bcab230c92616e78f3ad1cfee4c6ff9b810855
5
5
  SHA512:
6
- metadata.gz: 4925aecf07e1782b9316b676e2a67c8e669a4fb528a3e6235f397d7e185a4c371d4be75cbd100af07f3668b8276719a1663028c72ba49c2e7987032f6781f8d3
7
- data.tar.gz: 256905de4a28f346b9a49172fd0d2dac789230e2096db59e9f9a6328104a0994d8bc51d8d4d95a74df3619240e994fd1a208f29b098fb7dfb6e1fb9f5dc95e5e
6
+ metadata.gz: f073224a13e1211644f32daaf77dea9ed7f65bfc0baf0876140ba6cb84e7134394128713a727a612267452dc062087c5b939943c67eb25891c832fa82282784c
7
+ data.tar.gz: 81bb5e492714d93acbcf22476cd1c6f68b7d2095d3fd9f951b28df13fd9b19df57dc2aa69c8e536001a13ce4df244b810947c2d3d46aa7c1133e85e6b57b6884
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Lightning
4
4
  module Onion
5
- VERSION = '0.2.0'
5
+ VERSION = '0.2.1'
6
6
  end
7
7
  end
@@ -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/lightningrb-onion'
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.0
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-04-01 00:00:00.000000000 Z
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
- - lightningrb-onion.gemspec
149
- homepage: https://github.com/Yamaguchi/lightningrb-onion
148
+ - lightning-onion.gemspec
149
+ homepage: https://github.com/Yamaguchi/lightning-onion
150
150
  licenses:
151
151
  - MIT
152
152
  metadata: {}