File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ name : Release
2+
3+ on :
4+ release :
5+ types : [published]
6+
7+ jobs :
8+ release :
9+ name : Publish to Rubygems
10+
11+ runs-on : ubuntu-latest
12+
13+ environment : release
14+
15+ permissions :
16+ contents : write
17+ id-token : write
18+
19+ steps :
20+ - uses : actions/checkout@v6
21+
22+ - name : Setup Ruby
23+ uses : ruby/setup-ruby@v1
24+ with :
25+ bundler-cache : true
26+
27+ - name : Publish to RubyGems
28+ uses : rubygems/release-gem@v1
Original file line number Diff line number Diff line change 77 NewCops : enable
88 Exclude :
99 - " spec/internal/**/*"
10+ - " spec/tmp/**/*"
1011 - " vendor/**/*"
1112 - " gemfiles/**/*"
1213 - " lib/devise/strategies/database_authenticatable.rb"
Original file line number Diff line number Diff line change 22
33## Unreleased
44
5+ ## [ v0.2.1] ( https://github.com/cedarcode/devise-webauthn/compare/v0.2.0...v0.2.1/ ) - 2025-12-10
6+
57- Add form helpers for security key registration and 2FA authentication.
68- Fix incorrect call to ` resource_name ` instead of using passed ` resource ` param in ` login_with_security_key_button ` helper.
79- Fix ` NoMethodError ` when calling ` second_factor_enabled? ` on resources without 2FA.
Original file line number Diff line number Diff line change 11PATH
22 remote: .
33 specs:
4- devise-webauthn (0.2.0 )
4+ devise-webauthn (0.2.1 )
55 devise (~> 4.9 )
66 webauthn (~> 3.0 )
77
Original file line number Diff line number Diff line change 22
33module Devise
44 module Webauthn
5- VERSION = "0.2.0 "
5+ VERSION = "0.2.1 "
66 end
77end
You can’t perform that action at this time.
0 commit comments