validators 2.5.2 → 2.5.3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +2 -2
- data/data/disposable.json +654 -1
- data/data/tld.json +78 -0
- data/lib/validators/version.rb +1 -1
- data/validators.gemspec +2 -1
- metadata +7 -5
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: validators
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.5.
|
4
|
+
version: 2.5.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Nando Vieira
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2015-
|
11
|
+
date: 2015-12-14 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: activerecord
|
@@ -122,7 +122,7 @@ dependencies:
|
|
122
122
|
- - ">="
|
123
123
|
- !ruby/object:Gem::Version
|
124
124
|
version: '0'
|
125
|
-
description: Add some nice ActiveRecord validators.
|
125
|
+
description: Add some nice ActiveModel/ActiveRecord validators.
|
126
126
|
email:
|
127
127
|
- fnando.vieira@gmail.com
|
128
128
|
executables:
|
@@ -180,7 +180,8 @@ files:
|
|
180
180
|
- spec/validators/validates_url_format_of_spec.rb
|
181
181
|
- validators.gemspec
|
182
182
|
homepage: http://rubygems.org/gems/validators
|
183
|
-
licenses:
|
183
|
+
licenses:
|
184
|
+
- MIT
|
184
185
|
metadata: {}
|
185
186
|
post_install_message:
|
186
187
|
rdoc_options: []
|
@@ -201,7 +202,7 @@ rubyforge_project:
|
|
201
202
|
rubygems_version: 2.4.5.1
|
202
203
|
signing_key:
|
203
204
|
specification_version: 4
|
204
|
-
summary: Add some nice ActiveRecord validators.
|
205
|
+
summary: Add some nice ActiveModel/ActiveRecord validators.
|
205
206
|
test_files:
|
206
207
|
- spec/schema.rb
|
207
208
|
- spec/spec_helper.rb
|
@@ -224,3 +225,4 @@ test_files:
|
|
224
225
|
- spec/validators/validates_ssh_private_key_spec.rb
|
225
226
|
- spec/validators/validates_ssh_public_key_spec.rb
|
226
227
|
- spec/validators/validates_url_format_of_spec.rb
|
228
|
+
has_rdoc:
|