validates_and_formats_phones 0.0.8 → 0.0.9
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.
metadata
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: validates_and_formats_phones
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash:
|
|
4
|
+
hash: 13
|
|
5
5
|
prerelease: false
|
|
6
6
|
segments:
|
|
7
7
|
- 0
|
|
8
8
|
- 0
|
|
9
|
-
-
|
|
10
|
-
version: 0.0.
|
|
9
|
+
- 9
|
|
10
|
+
version: 0.0.9
|
|
11
11
|
platform: ruby
|
|
12
12
|
authors:
|
|
13
13
|
- Bernardo Telles
|
|
@@ -47,17 +47,19 @@ dependencies:
|
|
|
47
47
|
type: :development
|
|
48
48
|
version_requirements: *id002
|
|
49
49
|
- !ruby/object:Gem::Dependency
|
|
50
|
-
name:
|
|
50
|
+
name: activerecord
|
|
51
51
|
prerelease: false
|
|
52
52
|
requirement: &id003 !ruby/object:Gem::Requirement
|
|
53
53
|
none: false
|
|
54
54
|
requirements:
|
|
55
|
-
- -
|
|
55
|
+
- - ~>
|
|
56
56
|
- !ruby/object:Gem::Version
|
|
57
|
-
hash:
|
|
57
|
+
hash: 7
|
|
58
58
|
segments:
|
|
59
|
+
- 3
|
|
59
60
|
- 0
|
|
60
|
-
|
|
61
|
+
- 0
|
|
62
|
+
version: 3.0.0
|
|
61
63
|
type: :runtime
|
|
62
64
|
version_requirements: *id003
|
|
63
65
|
description: Allows you to easily format and validate phone numbers in any format you desire (sensible defaults provided).
|