validates_email_whitelist_of 1.0.1 → 1.0.2
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.
- data/README.markdown +2 -0
- data/validates_email_whitelist_of.gemspec +1 -1
- metadata +3 -3
data/README.markdown
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
spec = Gem::Specification.new do |s|
|
|
2
2
|
s.name = 'validates_email_whitelist_of'
|
|
3
3
|
|
|
4
|
-
s.version = '1.0.
|
|
4
|
+
s.version = '1.0.2'
|
|
5
5
|
s.summary = 'Validates e-mail address format (RFC2822 and RFC3696) and whitelist the domain part.'
|
|
6
6
|
s.description = "Rails 2 and Rails 3 plugin. #{s.summary}"
|
|
7
7
|
s.homepage = 'https://github.com/rubenfonseca/validates_email_whitelist_of'
|
metadata
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: validates_email_whitelist_of
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash:
|
|
4
|
+
hash: 19
|
|
5
5
|
prerelease:
|
|
6
6
|
segments:
|
|
7
7
|
- 1
|
|
8
8
|
- 0
|
|
9
|
-
-
|
|
10
|
-
version: 1.0.
|
|
9
|
+
- 2
|
|
10
|
+
version: 1.0.2
|
|
11
11
|
platform: ruby
|
|
12
12
|
authors:
|
|
13
13
|
- Ruben Fonseca
|