immosquare-constants 0.1.3 → 0.1.4

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: 2c1d32b001fdccc8140c36c0e4691951071d4ec150cdf0de27b5e8dd4cafc581
4
- data.tar.gz: 411dc174017837158cd599ba20bf879dc2b8b5442e95088abe9f4698ceed8d51
3
+ metadata.gz: b66dc71166a72385fc57f8ca295de970863a611525758a2915f7af8d125134ba
4
+ data.tar.gz: 9eaccf234fbedb822ca65444a3ca8adb8baa7fc50bfa9be3e32ff38bf11860cf
5
5
  SHA512:
6
- metadata.gz: a95088bad0aebedbfde0b0745bfc79013732bc82b36be715e7892f44f088742749764267b2a281ffc8dd19a3a9ecfbc447ce138ccca9fac73cafcf0de3665efe
7
- data.tar.gz: 69d3d3f8515bac2e7d01f823e88c877f52097f810ac6ee050cd4c34a0349be05fb2ddb3843f0a954cabfe194e90250d60964186a8b6e3447c58abd0c4dcff5ae
6
+ metadata.gz: '08e16b7c3551beaa21fb9a9072489916092c28c61c8499d389f92ce06ccc699f68ca1ed9e52db153f359cb881b7e33d57f8d0f173e1c992fbdf7be755bfdbe3a'
7
+ data.tar.gz: 2bcaf01f1c7b13f7aa154fbea68c5b559902441d68308721049176402bea7e6fd208eb83ae2134aa0c34ac762160f7a3fd1529e4aadf8b324e97481f9a861494
@@ -0,0 +1,11 @@
1
+ module ImmosquareConstants
2
+ module Regex
3
+ class << self
4
+
5
+ def email
6
+ /\A[^@\s]+@[^@\s]+\z/
7
+ end
8
+
9
+ end
10
+ end
11
+ end
@@ -1,3 +1,3 @@
1
1
  module ImmosquareConstants
2
- VERSION = "0.1.3".freeze
2
+ VERSION = "0.1.4".freeze
3
3
  end
@@ -1,5 +1,6 @@
1
1
  require "immosquare-constants/locale"
2
2
  require "immosquare-constants/color"
3
+ require "immosquare-constants/regex"
3
4
 
4
5
  module ImmosquareConstants
5
6
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: immosquare-constants
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.3
4
+ version: 0.1.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - IMMO SQUARE
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-10-06 00:00:00.000000000 Z
11
+ date: 2023-11-27 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: ImmosquareConstants gem provides a robust set of constants to facilitate
14
14
  application development across various domains
@@ -21,6 +21,7 @@ files:
21
21
  - lib/immosquare-constants.rb
22
22
  - lib/immosquare-constants/color.rb
23
23
  - lib/immosquare-constants/locale.rb
24
+ - lib/immosquare-constants/regex.rb
24
25
  - lib/immosquare-constants/version.rb
25
26
  homepage: https://github.com/IMMOSQUARE/immosquare-constants
26
27
  licenses: