x25519.gemspec in x25519-1.0.6 vs x25519.gemspec in x25519-1.0.7

- old
+ new

@@ -12,10 +12,10 @@ An efficient public key cryptography library for Ruby providing key exchange/agreement via the X25519 (a.k.a. Curve25519) Elliptic Curve Diffie-Hellman function as described in RFC 7748. DESCRIPTION spec.homepage = "https://github.com/crypto-rb/x25519" - spec.license = "LGPL-3.0-only" + spec.license = "LGPL-2.1-or-later" spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) } spec.bindir = "exe" spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) } spec.require_paths = ["lib"] spec.platform = Gem::Platform::RUBY