From 91756c7324172f39375519ab957704359f21c2b6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=99Barbara=20Oliveira?= <143180473+BarbaraOliveira13@users.noreply.github.com> Date: Wed, 4 Sep 2024 14:52:54 +0200 Subject: [PATCH] Fix/email format (#41) * 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 --- Gemfile.lock | 5 +++-- lib/decidim/friendly_signup/version.rb | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index d09d5bd..48e35e7 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - decidim-friendly_signup (0.4.5) + decidim-friendly_signup (0.4.6) decidim-core (~> 0.27) GEM @@ -796,6 +796,7 @@ GEM PLATFORMS arm64-darwin-21 arm64-darwin-22 + arm64-darwin-23 x86_64-darwin-20 x86_64-linux @@ -818,4 +819,4 @@ RUBY VERSION ruby 3.0.2p107 BUNDLED WITH - 2.4.9 + 2.5.11 diff --git a/lib/decidim/friendly_signup/version.rb b/lib/decidim/friendly_signup/version.rb index b92f7a7..07ce5be 100644 --- a/lib/decidim/friendly_signup/version.rb +++ b/lib/decidim/friendly_signup/version.rb @@ -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