x25519 1.0.6 → 1.0.7

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module X25519
4
- VERSION = "1.0.6".freeze
4
+ VERSION = "1.0.7".freeze
5
5
  end
@@ -14,7 +14,7 @@ Gem::Specification.new do |spec|
14
14
  Diffie-Hellman function as described in RFC 7748.
15
15
  DESCRIPTION
16
16
  spec.homepage = "https://github.com/crypto-rb/x25519"
17
- spec.license = "LGPL-3.0-only"
17
+ spec.license = "LGPL-2.1-or-later"
18
18
  spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
19
19
  spec.bindir = "exe"
20
20
  spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: x25519
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.6
4
+ version: 1.0.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tony Arcieri
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2018-01-05 00:00:00.000000000 Z
11
+ date: 2018-02-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -72,7 +72,7 @@ files:
72
72
  - x25519.gemspec
73
73
  homepage: https://github.com/crypto-rb/x25519
74
74
  licenses:
75
- - LGPL-3.0-only
75
+ - LGPL-2.1-or-later
76
76
  metadata: {}
77
77
  post_install_message:
78
78
  rdoc_options: []