nxt_support 0.1.15 → 0.1.16
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 +4 -4
- data/Gemfile.lock +10 -10
- data/lib/nxt_support/models/email.rb +1 -1
- data/lib/nxt_support/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: dc57b2a558720860443c1ec7be7d71197a6b5f4be4d375774cf4f1061ca87f63
|
|
4
|
+
data.tar.gz: f9265864f5bfd42780554dd6754619743b72ec6d933b990369e421ea5f8f7296
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 6c8fbd5bccdecdd02f7e8624d7ff93d21b45de80f98e6d06ca1078c61202f49311e5c23210bf5533d815229ae53c7e3367855e028c78f6e09fa5dd464d973aa1
|
|
7
|
+
data.tar.gz: 594a5ce6f93b3aac3af13e3a79c7d8c655a192890980070dbce6bd7ad32f898d1949f7497eabbb744e76e03786d8933a9f09b00a1493c3fecfef765d803ed894
|
data/Gemfile.lock
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
PATH
|
|
2
2
|
remote: .
|
|
3
3
|
specs:
|
|
4
|
-
nxt_support (0.1.
|
|
4
|
+
nxt_support (0.1.16)
|
|
5
5
|
activerecord
|
|
6
6
|
activesupport
|
|
7
7
|
nxt_init
|
|
@@ -10,27 +10,27 @@ PATH
|
|
|
10
10
|
GEM
|
|
11
11
|
remote: https://rubygems.org/
|
|
12
12
|
specs:
|
|
13
|
-
activemodel (6.1.3)
|
|
14
|
-
activesupport (= 6.1.3)
|
|
15
|
-
activerecord (6.1.3)
|
|
16
|
-
activemodel (= 6.1.3)
|
|
17
|
-
activesupport (= 6.1.3)
|
|
18
|
-
activesupport (6.1.3)
|
|
13
|
+
activemodel (6.1.3.2)
|
|
14
|
+
activesupport (= 6.1.3.2)
|
|
15
|
+
activerecord (6.1.3.2)
|
|
16
|
+
activemodel (= 6.1.3.2)
|
|
17
|
+
activesupport (= 6.1.3.2)
|
|
18
|
+
activesupport (6.1.3.2)
|
|
19
19
|
concurrent-ruby (~> 1.0, >= 1.0.2)
|
|
20
20
|
i18n (>= 1.6, < 2)
|
|
21
21
|
minitest (>= 5.1)
|
|
22
22
|
tzinfo (~> 2.0)
|
|
23
23
|
zeitwerk (~> 2.3)
|
|
24
24
|
coderay (1.1.3)
|
|
25
|
-
concurrent-ruby (1.1.
|
|
25
|
+
concurrent-ruby (1.1.9)
|
|
26
26
|
diff-lcs (1.4.4)
|
|
27
|
-
i18n (1.8.
|
|
27
|
+
i18n (1.8.10)
|
|
28
28
|
concurrent-ruby (~> 1.0)
|
|
29
29
|
method_source (1.0.0)
|
|
30
30
|
minitest (5.14.4)
|
|
31
31
|
nxt_init (0.1.5)
|
|
32
32
|
activesupport
|
|
33
|
-
nxt_registry (0.3.
|
|
33
|
+
nxt_registry (0.3.10)
|
|
34
34
|
activesupport
|
|
35
35
|
pry (0.14.0)
|
|
36
36
|
coderay (~> 1.1)
|
|
@@ -7,6 +7,6 @@ module NxtSupport
|
|
|
7
7
|
# (4) No dot ('.') character directly after the '@' character
|
|
8
8
|
# (5) A hostname after the '@' character of at least one non-whitespace characters length
|
|
9
9
|
# (6) At least one top level domain ending (e.g. '.com') after the hostname, separated from the hostname by a dot ('.')
|
|
10
|
-
REGEXP = /\A[^@\s]+@([
|
|
10
|
+
REGEXP = /\A[^@\s]+@([^.@\s]+\.)+[^.^@\s]+\z/.freeze
|
|
11
11
|
end
|
|
12
12
|
end
|
data/lib/nxt_support/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: nxt_support
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.16
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Nils Sommer
|
|
@@ -11,7 +11,7 @@ authors:
|
|
|
11
11
|
autorequire:
|
|
12
12
|
bindir: exe
|
|
13
13
|
cert_chain: []
|
|
14
|
-
date: 2021-
|
|
14
|
+
date: 2021-06-15 00:00:00.000000000 Z
|
|
15
15
|
dependencies:
|
|
16
16
|
- !ruby/object:Gem::Dependency
|
|
17
17
|
name: activerecord
|