valid_email 0.0.6 → 0.0.7
Sign up to get free protection for your applications and to get access to all the features.
- data/config/locales/pl.yml +5 -0
- data/config/locales/ru.yml +5 -0
- data/lib/valid_email/version.rb +1 -1
- metadata +3 -1
data/lib/valid_email/version.rb
CHANGED
@@ -1 +1 @@
|
|
1
|
-
ValidEmailVersion = "0.0.
|
1
|
+
ValidEmailVersion = "0.0.7"
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: valid_email
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.7
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -92,6 +92,8 @@ files:
|
|
92
92
|
- config/locales/en.yml
|
93
93
|
- config/locales/fi.yml
|
94
94
|
- config/locales/fr.yml
|
95
|
+
- config/locales/pl.yml
|
96
|
+
- config/locales/ru.yml
|
95
97
|
- config/valid_email.yml
|
96
98
|
- lib/valid_email.rb
|
97
99
|
- lib/valid_email/all.rb
|