devise-webauthn 0.1.0 → 0.1.1

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: 05eae23abbecd24f8a7baed2ae277525706623f23ad0966c3123d804cddaf41d
4
- data.tar.gz: be7b3304bb4da5197cd132f040d68f0e274b3525bfc8a7647cb52a6f61e85884
3
+ metadata.gz: 91f62778d1c97e17cb2fcf97d8f6dcb91716eb70f7c304f662de39c4861c2273
4
+ data.tar.gz: f64c93b4af61569057b475b2ab2f4e4604bf1c7666f3eeda34d51993e96dfbc6
5
5
  SHA512:
6
- metadata.gz: aa6fc6a8b595229e5d2a0be46607e910443b8b2a33d3faa0728f86cc9b312f5e6bcb936ac1d7457499ed66266c3377dbf153c4bd21e43e9b2a491d89f02cbbdb
7
- data.tar.gz: 58f6f8c077d4186413234971bef5613d20d0021986a6968fa4c4cfe5e9d4f63869dec28f9be5fae2a15e0218e053a8fd9e4a017bc6cbe13d730f438404eefbd4
6
+ metadata.gz: 1ba0a89c63ac5e1255fd657e9b6710167ff8932c700bd29b81dbfef32ed3f5fb1832a40766be2882f9e3548b49ab67e763de479a6ebe58f898869336d5e8d4ad
7
+ data.tar.gz: bff709a1283d67c0289ac21f3a1d31cd8e486202dfb973ac0450636129dcfe1cd467bfceacbfa3b84b8c7505b3b1c0e4eaa374c0f897a19c8c8e8d4a962937ae
data/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # Changelog
2
2
 
3
+ ## [v0.1.1](https://github.com/cedarcode/devise-webauthn/compare/v0.1.0...v0.1.1/) - 2025-11-13
4
+
5
+ ### Changed
6
+
7
+ - Updated gemspec metadata.
8
+
3
9
  ## [v0.1.0](https://github.com/cedarcode/devise-webauthn/compare/v0.0.0...v0.1.0/) - 2025-11-12
4
10
 
5
11
  ### Initial release
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- devise-webauthn (0.1.0)
4
+ devise-webauthn (0.1.1)
5
5
  devise (~> 4.9)
6
6
  webauthn (~> 3.0)
7
7
 
@@ -13,9 +13,14 @@ Gem::Specification.new do |spec|
13
13
  spec.summary = "Devise extension to support WebAuthn."
14
14
  spec.license = "MIT"
15
15
 
16
+ spec.homepage = "https://github.com/cedarcode/devise-webauthn"
17
+ spec.metadata["homepage_uri"] = spec.homepage
18
+ spec.metadata["source_code_uri"] = spec.homepage
19
+ spec.metadata["changelog_uri"] = "#{spec.homepage}/blob/main/CHANGELOG.md"
20
+
16
21
  # Specify which files should be added to the gem when it is released.
17
22
  # The `git ls-files -z` loads the files in the RubyGem that have been added into git.
18
- spec.files = Dir.chdir(File.expand_path(__dir__)) do
23
+ spec.files = Dir.chdir(File.expand_path(__dir__)) do
19
24
  `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
20
25
  end
21
26
  spec.bindir = "exe"
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Devise
4
4
  module Webauthn
5
- VERSION = "0.1.0"
5
+ VERSION = "0.1.1"
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: devise-webauthn
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Cedarcode
@@ -87,9 +87,13 @@ files:
87
87
  - lib/generators/devise/webauthn/views_generator.rb
88
88
  - lib/generators/devise/webauthn/webauthn_credential_model/webauthn_credential_model_generator.rb
89
89
  - lib/generators/devise/webauthn/webauthn_id/webauthn_id_generator.rb
90
+ homepage: https://github.com/cedarcode/devise-webauthn
90
91
  licenses:
91
92
  - MIT
92
93
  metadata:
94
+ homepage_uri: https://github.com/cedarcode/devise-webauthn
95
+ source_code_uri: https://github.com/cedarcode/devise-webauthn
96
+ changelog_uri: https://github.com/cedarcode/devise-webauthn/blob/main/CHANGELOG.md
93
97
  rubygems_mfa_required: 'true'
94
98
  rdoc_options: []
95
99
  require_paths: