drexed-validators 0.0.4 → 0.0.5

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
  SHA1:
3
- metadata.gz: 14f603b88e19295a517650b8612c15e4df422f20
4
- data.tar.gz: 92ac1368d38d44af7a25e65271ecb13f5e8dc763
3
+ metadata.gz: 0275909ca21c9d7ca68e5ddd3c3a87328dac08b3
4
+ data.tar.gz: 1e6cdcbde80eae48decdc5f373c9aee63babc616
5
5
  SHA512:
6
- metadata.gz: 42621fc33bba8f42887cee47b7ea82a1f7f3f20796e2a63834d7293322130d7b872d4c026909fc34ca5b8c8d0130f5cbe94c41363f8216abc112466dc21e233c
7
- data.tar.gz: daffa9659f261cd5308f74e78accf065035b189b17ee33f6fa410d6da2cd05ec9b10eb25e87d2f60d615635ce028bf93f0c0f442e1cf18ef96bdb7242cd6489e
6
+ metadata.gz: e93c17ecfb23870712958b06a6aae44df5e9ee743065829de1b9b1bc14cdccd34df2a1624a907b2b6d64db77f26de62f555197503be0954e36e9db89a125c3ad
7
+ data.tar.gz: 47217daa47a72efe20c2522e2cc726eaedd74ab7896b6f38252bda208a2ebaeefe785e828c41b268d124ed1598b07e0603bdc94412469c3f4ff5b26545ebf1df
@@ -1,4 +1,6 @@
1
1
  require "drexed/validators/version"
2
+ require "drexed/email"
3
+ require "drexed/url"
2
4
 
3
5
  module Drexed
4
6
  module Validators
@@ -1,5 +1,5 @@
1
1
  module Drexed
2
2
  module Validators
3
- VERSION = "0.0.4"
3
+ VERSION = "0.0.5"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: drexed-validators
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.4
4
+ version: 0.0.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Juan Gomez
@@ -51,9 +51,9 @@ files:
51
51
  - README.md
52
52
  - Rakefile
53
53
  - drexed-validators.gemspec
54
+ - lib/drexed/email_validator.rb
55
+ - lib/drexed/url_validator.rb
54
56
  - lib/drexed/validators.rb
55
- - lib/drexed/validators/email_validator.rb
56
- - lib/drexed/validators/url_validator.rb
57
57
  - lib/drexed/validators/version.rb
58
58
  homepage: https://github.com/drexed/drexed-validators
59
59
  licenses: