Skip to content

Commit

Permalink
Fix/email format (#41)
Browse files Browse the repository at this point in the history
* fix:format email add-validators

* add validation with registration_form

* refacto

* refacto

* add spec

* Optimize the regex for better performance

* add test for email with unvalid charact

* lint

* Bump version to 0.4.6

* add gemfile.lock
  • Loading branch information
BarbaraOliveira13 authored Sep 4, 2024
1 parent 860d750 commit 91756c7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
decidim-friendly_signup (0.4.5)
decidim-friendly_signup (0.4.6)
decidim-core (~> 0.27)

GEM
Expand Down Expand Up @@ -796,6 +796,7 @@ GEM
PLATFORMS
arm64-darwin-21
arm64-darwin-22
arm64-darwin-23
x86_64-darwin-20
x86_64-linux

Expand All @@ -818,4 +819,4 @@ RUBY VERSION
ruby 3.0.2p107

BUNDLED WITH
2.4.9
2.5.11
2 changes: 1 addition & 1 deletion lib/decidim/friendly_signup/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ module Decidim
module FriendlySignup
DECIDIM_VERSION = "0.27.4"
COMPAT_DECIDIM_VERSION = "~> 0.27"
VERSION = "0.4.5"
VERSION = "0.4.6"
end
end

0 comments on commit 91756c7

Please sign in to comment.