valid_url 0.0.3 → 0.0.4

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: 56efe4960294c736061d9d9309065c86c871c955
4
- data.tar.gz: 4e5d139226ef13a8d4e94b9f8a9e45052ccd94f7
3
+ metadata.gz: c0dd84d2aa8824a3c652bce318014380a876705a
4
+ data.tar.gz: 4000f3570d7e596dab3cdd60024aac0b1d151293
5
5
  SHA512:
6
- metadata.gz: c4047abe4af9c4b085d341db820b6916761ec42b1411fa6bac013cf835f5c13cb6586c9b6f9eeb76e6206ec848c32550810ca16bcb07b30bc4303145ac5fc3fe
7
- data.tar.gz: 84973913156ebd70f8f713601e89b2da9093aa6703c9d38da835022e603ea2eb6215bd904bb11f792ff2413a0a8d596df34041cceb5e5a4f42bc08a1d85fc9ed
6
+ metadata.gz: 1c225dd1f00ca4ce1a19ff2bb53adfedbd5ff4cf08c203bd29d2eda970503aaa4b5af842683723d9a2a891065d9534eb0951c0c2f90d4e15e817a552cb2b6a8d
7
+ data.tar.gz: 60f0ab2c4b78d3f80dd50e7201b41f1a11db4d952b04354e90a8611b29329300a4fe43ef0205347f9f8187f909501fcb52320a282a742a061f307e6f70293cd3
@@ -1,3 +1,4 @@
1
+ # -*- encoding : utf-8 -*-
1
2
  require "addressable/uri"
2
3
  require "resolv"
3
4
 
@@ -76,4 +77,4 @@ module ActiveModel
76
77
 
77
78
  end
78
79
  end
79
- end
80
+ end
@@ -1,3 +1,3 @@
1
1
  module ValidUrl
2
- VERSION = "0.0.3"
2
+ VERSION = "0.0.4"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: valid_url
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.3
4
+ version: 0.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Roman Ralovets
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-11-23 00:00:00.000000000 Z
11
+ date: 2014-12-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rspec
@@ -52,7 +52,9 @@ dependencies:
52
52
  - - ">="
53
53
  - !ruby/object:Gem::Version
54
54
  version: '0'
55
- description: Provides with the ability to validate url (Rails 4)
55
+ description: Provides with the ability to validate url (Rails 4). Allow using http,
56
+ https and schema-less urls, checks domain zones, IP-based hostnames, name space
57
+ specifications and hostname characters.
56
58
  email:
57
59
  - roman@ralovets.ru
58
60
  executables: []