nxt_support 0.1.15 → 0.1.16

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 98bbafa07afabdac32db2929627d2069a12e542a5fa5fdfc7bbce1aff5bc43ef
4
- data.tar.gz: dde428e91c5c60337c6fb19f74cb6350b6c9dbb7b409c79af6fa2bf539023859
3
+ metadata.gz: dc57b2a558720860443c1ec7be7d71197a6b5f4be4d375774cf4f1061ca87f63
4
+ data.tar.gz: f9265864f5bfd42780554dd6754619743b72ec6d933b990369e421ea5f8f7296
5
5
  SHA512:
6
- metadata.gz: b2ad0e67126e1170a181fcc10361c8e81f1f9bc79384f0f946caa2a32d4580f43b997e57e3d9d9063386e71dd302d7e80100561e3e112cdd43a3b6b4fae1d259
7
- data.tar.gz: 1ad4525feabc982e9f2f24c84cb9e64739db71cb22f40c9f09fa6d7e7c6abfe8036a1c8aa3ffcb7da79db8f788697ac6aab7907d273352f454c6ae5d777b0886
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.15)
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.8)
25
+ concurrent-ruby (1.1.9)
26
26
  diff-lcs (1.4.4)
27
- i18n (1.8.9)
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.9)
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]+@([^\.@\s]+\.)+[^@\s]+\z/.freeze
10
+ REGEXP = /\A[^@\s]+@([^.@\s]+\.)+[^.^@\s]+\z/.freeze
11
11
  end
12
12
  end
@@ -1,3 +1,3 @@
1
1
  module NxtSupport
2
- VERSION = "0.1.15".freeze
2
+ VERSION = "0.1.16".freeze
3
3
  end
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.15
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-03-29 00:00:00.000000000 Z
14
+ date: 2021-06-15 00:00:00.000000000 Z
15
15
  dependencies:
16
16
  - !ruby/object:Gem::Dependency
17
17
  name: activerecord