x25519 1.0.5 → 1.0.6

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: 316da0f14382521bac4d5142c22d44d4dbabda25ca5956e8c9d467b8b92661f7
4
- data.tar.gz: 22efb4909f13bcbd27899b26851120a7a3e1d99a0311356191bc78033cd949b9
3
+ metadata.gz: c569402380feb600d32587f0ef2832f4fba22c6d4ac1bbd8105e09809cbd8b6c
4
+ data.tar.gz: 3ab45b91d3dc0358a4b6474878e5cd37a565906ba3d401d08c3efc26bde8e0bb
5
5
  SHA512:
6
- metadata.gz: 719c8a4fb16da08c8a9f8d20d66a78c5a3c003b1eef5e579e1b10062ddf840d14016d85bf292dfd7acd733ef978f7a0c82a0f9c93ed131811dc5e76e7cbdf947
7
- data.tar.gz: bd019615fa2f53475e03b47e6fdd852e4aaffac71a63859b1572f35141998cca75d454e474c57ddd8d3670293e6f492f30f7ec8ecd115ee04354a295b72c0ef3
6
+ metadata.gz: 4d76d48a36856c99220b5259893f9c36a842cdb1cbfc3c90670a6e01011207a6213ce946420ca4c3cf3974ec4f915e87c76a731e43f976c8fa5951e99e3db179
7
+ data.tar.gz: 3e4857f95178c92243ef86286329add09405fee7eb032d156ef6aefc155aa8bdcd26770f39ab902abc692dbf511d3848c8266688c52bd79cc26da8ef3aac2898
data/CHANGES.md CHANGED
@@ -1,3 +1,9 @@
1
+ # [1.0.6] (2018-01-04)
2
+
3
+ [1.0.6]: https://github.com/crypto-rb/x25519/compare/v1.0.5...v1.0.6
4
+
5
+ * Use correct (LGPLv3) license in gemspec
6
+
1
7
  # [1.0.5] (2017-12-31)
2
8
 
3
9
  [1.0.5]: https://github.com/crypto-rb/x25519/compare/v1.0.4...v1.0.5
data/README.md CHANGED
@@ -1,15 +1,17 @@
1
- # x25519.rb [![Latest Version][gem-shield]][gem-link] [![Build Status][build-image]][build-link] [![Appveyor CI Status][appveyor-image]][appveyor-link] [![Yard Docs][docs-image]][docs-link] [![License: LGPL v3][license-image]][license-link]
1
+ # x25519.rb [![Latest Version][gem-shield]][gem-link] [![Build Status][build-image]][build-link] [![Appveyor CI Status][appveyor-image]][appveyor-link] [![Yard Docs][docs-image]][docs-link] [![License: LGPL v3][license-image]][license-link] [![Gitter Chat][gitter-image]][gitter-link]
2
2
 
3
3
  [gem-shield]: https://badge.fury.io/rb/x25519.svg
4
4
  [gem-link]: https://rubygems.org/gems/x25519
5
5
  [build-image]: https://travis-ci.org/crypto-rb/x25519.svg?branch=master
6
6
  [build-link]: https://travis-ci.org/crypto-rb/x25519
7
- [appveyor-image]: https://ci.appveyor.com/api/projects/status/a245an53hsk05sn2?svg=true
7
+ [appveyor-image]: https://ci.appveyor.com/api/projects/status/4s05bcae0mow85v1?svg=true
8
8
  [appveyor-link]: https://ci.appveyor.com/project/tarcieri/x25519
9
9
  [docs-image]: https://img.shields.io/badge/yard-docs-blue.svg
10
10
  [docs-link]: http://www.rubydoc.info/gems/x25519/1.0.5
11
11
  [license-image]: https://img.shields.io/badge/License-LGPL%20v3-blue.svg
12
12
  [license-link]: https://www.gnu.org/licenses/lgpl-3.0
13
+ [gitter-image]: https://badges.gitter.im/badge.svg
14
+ [gitter-link]: https://gitter.im/crypto-rb/Lobby
13
15
 
14
16
  An efficient public key cryptography library for Ruby providing key
15
17
  exchange/agreement.
@@ -255,7 +257,7 @@ The optimized [rfc7748_precomputed] implementation was designed by:
255
257
 
256
258
  ## Copyright and License
257
259
 
258
- Copyright (c) 2017 Armando Faz, Tony Arcieri
260
+ Copyright (c) 2017-2018 Armando Faz, Tony Arcieri
259
261
 
260
262
  This gem is available as open source under the terms of the
261
263
  GNU Lesser General Public License v3.0 ([LICENSE](https://www.gnu.org/licenses/lgpl-3.0.txt))
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module X25519
4
- VERSION = "1.0.5".freeze
4
+ VERSION = "1.0.6".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 = "MIT"
17
+ spec.license = "LGPL-3.0-only"
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.5
4
+ version: 1.0.6
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-01 00:00:00.000000000 Z
11
+ date: 2018-01-05 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
- - MIT
75
+ - LGPL-3.0-only
76
76
  metadata: {}
77
77
  post_install_message:
78
78
  rdoc_options: []
@@ -90,7 +90,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
90
90
  version: '0'
91
91
  requirements: []
92
92
  rubyforge_project:
93
- rubygems_version: 2.7.3
93
+ rubygems_version: 2.7.4
94
94
  signing_key:
95
95
  specification_version: 4
96
96
  summary: Public key cryptography library providing the X25519 D-H function