hpke 1.0.0 → 1.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: a130a7a28eea6c07ac10bb247500c89da6f0e70170d7bf1b259ea94769c47cea
4
- data.tar.gz: de1674a41042a2f0a222e95596a79903ac50ee5247d374014ad0ba0a9e4d3f56
3
+ metadata.gz: 62a11153808f96b60ed5f3a26fe47eae35f9fe81fccb28984f886732f8bfa425
4
+ data.tar.gz: 06a9cf6520037f3241342059d46be0b96662f529c4e809955a754f71ae3347b9
5
5
  SHA512:
6
- metadata.gz: 2948cf919833076f3e7b4f8ab1bb4df03aa892d5167013491871727fd97edeec9f9e68b1d58d1d178c85ae77cc8bbe4f771a9e1c97adb2897f87fb5865b5bed8
7
- data.tar.gz: c280df1cacb7bfebb1a4d4a042c391361276065919ea66d38968e7e4e4e2d379bbd1392be7b26d51672db49b8e40b31b45385409f7d647b90f6be5d92d27b5b7
6
+ metadata.gz: 13a08b4122fc1f04840ccef63e7319d75a325bf6d16b03609f1df0deab7a83d54d4d5294e4878bd43b3543ca98fe2dee62f2f9b9c5e780d50ec4fd6b5ade251f
7
+ data.tar.gz: 79b68694371dc393a6d8737912413ec30ea5fbe4284c28045e107c754b7fec84bba3a3ace51dab4d02caf187a5ac148328b95138ced6b0abc51ee67eefa557b4
data/Gemfile.lock CHANGED
@@ -1,14 +1,14 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- hpke (1.0.0)
5
- openssl (~> 3.3.0, >= 3.0)
4
+ hpke (1.0.2)
5
+ openssl (~> 4.0.0, >= 3.0)
6
6
 
7
7
  GEM
8
8
  remote: https://rubygems.org/
9
9
  specs:
10
10
  diff-lcs (1.5.0)
11
- openssl (3.3.0)
11
+ openssl (4.0.0)
12
12
  ostruct (0.6.3)
13
13
  rake (13.0.6)
14
14
  rspec (3.12.0)
@@ -27,6 +27,7 @@ GEM
27
27
 
28
28
  PLATFORMS
29
29
  arm64-darwin-22
30
+ arm64-darwin-24
30
31
  x86_64-linux
31
32
 
32
33
  DEPENDENCIES
data/lib/hpke/version.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  class HPKE
4
- VERSION = "1.0.0"
4
+ VERSION = "1.0.2"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: hpke
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ryo Kajiwara
@@ -15,7 +15,7 @@ dependencies:
15
15
  requirements:
16
16
  - - "~>"
17
17
  - !ruby/object:Gem::Version
18
- version: 3.3.0
18
+ version: 4.0.0
19
19
  - - ">="
20
20
  - !ruby/object:Gem::Version
21
21
  version: '3.0'
@@ -25,7 +25,7 @@ dependencies:
25
25
  requirements:
26
26
  - - "~>"
27
27
  - !ruby/object:Gem::Version
28
- version: 3.3.0
28
+ version: 4.0.0
29
29
  - - ">="
30
30
  - !ruby/object:Gem::Version
31
31
  version: '3.0'
@@ -42,7 +42,6 @@ files:
42
42
  - LICENSE.txt
43
43
  - README.md
44
44
  - Rakefile
45
- - hpke.gemspec
46
45
  - lib/hpke.rb
47
46
  - lib/hpke/dhkem.rb
48
47
  - lib/hpke/hkdf.rb
@@ -69,7 +68,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
69
68
  - !ruby/object:Gem::Version
70
69
  version: '0'
71
70
  requirements: []
72
- rubygems_version: 4.0.3
71
+ rubygems_version: 4.0.10
73
72
  specification_version: 4
74
73
  summary: Hybrid Public Key Encryption (HPKE; RFC 9180) on Ruby
75
74
  test_files: []
data/hpke.gemspec DELETED
@@ -1,36 +0,0 @@
1
- # frozen_string_literal: true
2
-
3
- require_relative "lib/hpke/version"
4
-
5
- Gem::Specification.new do |spec|
6
- spec.name = "hpke"
7
- spec.version = HPKE::VERSION
8
- spec.authors = ["Ryo Kajiwara"]
9
- spec.email = ["sylph01@s01.ninja"]
10
-
11
- spec.summary = "Hybrid Public Key Encryption (HPKE; RFC 9180) on Ruby"
12
- spec.description = "Hybrid Public Key Encryption (HPKE; RFC 9180) on Ruby"
13
- spec.homepage = "https://github.com/sylph01/hpke-rb"
14
- spec.license = "MIT"
15
- spec.required_ruby_version = ">= 3.1.0"
16
-
17
- spec.metadata["homepage_uri"] = spec.homepage
18
- spec.metadata["source_code_uri"] = "https://github.com/sylph01/hpke-rb"
19
-
20
- # Specify which files should be added to the gem when it is released.
21
- # The `git ls-files -z` loads the files in the RubyGem that have been added into git.
22
- spec.files = Dir.chdir(__dir__) do
23
- `git ls-files -z`.split("\x0").reject do |f|
24
- (File.expand_path(f) == __FILE__) || f.start_with?(*%w[bin/ test/ spec/ features/ .git .circleci appveyor])
25
- end
26
- end
27
- spec.bindir = "exe"
28
- spec.executables = spec.files.grep(%r{\Aexe/}) { |f| File.basename(f) }
29
- spec.require_paths = ["lib"]
30
-
31
- # Uncomment to register a new dependency of your gem
32
- spec.add_dependency "openssl", "~> 3.3.0", ">= 3.0"
33
-
34
- # For more information and examples about making a new gem, check out our
35
- # guide at: https://bundler.io/guides/creating_gem.html
36
- end