vidibus-validate_uri 0.1.3 → 0.1.4
Sign up to get free protection for your applications and to get access to all the features.
- data/Gemfile +1 -1
- data/Gemfile.lock +53 -51
- data/Rakefile +0 -2
- data/VERSION +1 -1
- data/vidibus-validate_uri.gemspec +10 -7
- metadata +29 -13
data/Gemfile
CHANGED
data/Gemfile.lock
CHANGED
@@ -2,76 +2,78 @@ GEM
|
|
2
2
|
remote: http://rubygems.org/
|
3
3
|
specs:
|
4
4
|
abstract (1.0.0)
|
5
|
-
actionmailer (3.0.
|
6
|
-
actionpack (= 3.0.
|
7
|
-
mail (~> 2.2.
|
8
|
-
actionpack (3.0.
|
9
|
-
activemodel (= 3.0.
|
10
|
-
activesupport (= 3.0.
|
5
|
+
actionmailer (3.0.3)
|
6
|
+
actionpack (= 3.0.3)
|
7
|
+
mail (~> 2.2.9)
|
8
|
+
actionpack (3.0.3)
|
9
|
+
activemodel (= 3.0.3)
|
10
|
+
activesupport (= 3.0.3)
|
11
11
|
builder (~> 2.1.2)
|
12
12
|
erubis (~> 2.6.6)
|
13
|
-
i18n (~> 0.4
|
13
|
+
i18n (~> 0.4)
|
14
14
|
rack (~> 1.2.1)
|
15
|
-
rack-mount (~> 0.6.
|
16
|
-
rack-test (~> 0.5.
|
15
|
+
rack-mount (~> 0.6.13)
|
16
|
+
rack-test (~> 0.5.6)
|
17
17
|
tzinfo (~> 0.3.23)
|
18
|
-
activemodel (3.0.
|
19
|
-
activesupport (= 3.0.
|
18
|
+
activemodel (3.0.3)
|
19
|
+
activesupport (= 3.0.3)
|
20
20
|
builder (~> 2.1.2)
|
21
|
-
i18n (~> 0.4
|
22
|
-
activerecord (3.0.
|
23
|
-
activemodel (= 3.0.
|
24
|
-
activesupport (= 3.0.
|
25
|
-
arel (~>
|
21
|
+
i18n (~> 0.4)
|
22
|
+
activerecord (3.0.3)
|
23
|
+
activemodel (= 3.0.3)
|
24
|
+
activesupport (= 3.0.3)
|
25
|
+
arel (~> 2.0.2)
|
26
26
|
tzinfo (~> 0.3.23)
|
27
|
-
activeresource (3.0.
|
28
|
-
activemodel (= 3.0.
|
29
|
-
activesupport (= 3.0.
|
30
|
-
activesupport (3.0.
|
31
|
-
arel (
|
32
|
-
activesupport (>= 3.0.0.beta)
|
27
|
+
activeresource (3.0.3)
|
28
|
+
activemodel (= 3.0.3)
|
29
|
+
activesupport (= 3.0.3)
|
30
|
+
activesupport (3.0.3)
|
31
|
+
arel (2.0.6)
|
33
32
|
builder (2.1.2)
|
34
33
|
diff-lcs (1.1.2)
|
35
34
|
erubis (2.6.6)
|
36
35
|
abstract (>= 1.0.0)
|
37
|
-
i18n (0.
|
38
|
-
mail (2.2.
|
36
|
+
i18n (0.5.0)
|
37
|
+
mail (2.2.12)
|
39
38
|
activesupport (>= 2.3.6)
|
40
|
-
|
41
|
-
|
39
|
+
i18n (>= 0.4.0)
|
40
|
+
mime-types (~> 1.16)
|
41
|
+
treetop (~> 1.4.8)
|
42
42
|
mime-types (1.16)
|
43
43
|
polyglot (0.3.1)
|
44
44
|
rack (1.2.1)
|
45
|
-
rack-mount (0.6.
|
45
|
+
rack-mount (0.6.13)
|
46
46
|
rack (>= 1.0.0)
|
47
|
-
rack-test (0.5.
|
47
|
+
rack-test (0.5.6)
|
48
48
|
rack (>= 1.0)
|
49
|
-
rails (3.0.
|
50
|
-
actionmailer (= 3.0.
|
51
|
-
actionpack (= 3.0.
|
52
|
-
activerecord (= 3.0.
|
53
|
-
activeresource (= 3.0.
|
54
|
-
activesupport (= 3.0.
|
55
|
-
bundler (
|
56
|
-
railties (= 3.0.
|
57
|
-
railties (3.0.
|
58
|
-
actionpack (= 3.0.
|
59
|
-
activesupport (= 3.0.
|
60
|
-
rake (>= 0.8.
|
61
|
-
thor (~> 0.14.
|
49
|
+
rails (3.0.3)
|
50
|
+
actionmailer (= 3.0.3)
|
51
|
+
actionpack (= 3.0.3)
|
52
|
+
activerecord (= 3.0.3)
|
53
|
+
activeresource (= 3.0.3)
|
54
|
+
activesupport (= 3.0.3)
|
55
|
+
bundler (~> 1.0)
|
56
|
+
railties (= 3.0.3)
|
57
|
+
railties (3.0.3)
|
58
|
+
actionpack (= 3.0.3)
|
59
|
+
activesupport (= 3.0.3)
|
60
|
+
rake (>= 0.8.7)
|
61
|
+
thor (~> 0.14.4)
|
62
62
|
rake (0.8.7)
|
63
63
|
relevance-rcov (0.9.2.1)
|
64
|
-
rr (1.0.
|
65
|
-
rspec (2.0.
|
66
|
-
rspec-core (
|
67
|
-
rspec-expectations (
|
68
|
-
rspec-mocks (
|
69
|
-
rspec-core (2.0.
|
70
|
-
rspec-expectations (2.0.
|
64
|
+
rr (1.0.2)
|
65
|
+
rspec (2.0.1)
|
66
|
+
rspec-core (~> 2.0.1)
|
67
|
+
rspec-expectations (~> 2.0.1)
|
68
|
+
rspec-mocks (~> 2.0.1)
|
69
|
+
rspec-core (2.0.1)
|
70
|
+
rspec-expectations (2.0.1)
|
71
71
|
diff-lcs (>= 1.1.2)
|
72
|
-
rspec-mocks (2.0.
|
73
|
-
|
74
|
-
|
72
|
+
rspec-mocks (2.0.1)
|
73
|
+
rspec-core (~> 2.0.1)
|
74
|
+
rspec-expectations (~> 2.0.1)
|
75
|
+
thor (0.14.6)
|
76
|
+
treetop (1.4.9)
|
75
77
|
polyglot (>= 0.3.1)
|
76
78
|
tzinfo (0.3.23)
|
77
79
|
|
data/Rakefile
CHANGED
@@ -13,8 +13,6 @@ begin
|
|
13
13
|
gem.email = "andre@vidibus.com"
|
14
14
|
gem.homepage = "http://github.com/vidibus/vidibus-validate_uri"
|
15
15
|
gem.authors = ["Andre Pankratz"]
|
16
|
-
gem.add_development_dependency "rspec"
|
17
|
-
gem.add_dependency "rails", "~> 3.0.0"
|
18
16
|
end
|
19
17
|
Jeweler::GemcutterTasks.new
|
20
18
|
rescue LoadError
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.1.
|
1
|
+
0.1.4
|
@@ -5,7 +5,7 @@
|
|
5
5
|
|
6
6
|
Gem::Specification.new do |s|
|
7
7
|
s.name = %q{vidibus-validate_uri}
|
8
|
-
s.version = "0.1.
|
8
|
+
s.version = "0.1.4"
|
9
9
|
|
10
10
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
11
11
|
s.authors = ["Andre Pankratz"]
|
@@ -56,17 +56,20 @@ Gem::Specification.new do |s|
|
|
56
56
|
|
57
57
|
if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
|
58
58
|
s.add_runtime_dependency(%q<rails>, ["~> 3.0.0"])
|
59
|
-
s.add_development_dependency(%q<rspec>, ["
|
60
|
-
s.
|
59
|
+
s.add_development_dependency(%q<rspec>, ["~> 2.0.0.beta.20"])
|
60
|
+
s.add_development_dependency(%q<rr>, [">= 0"])
|
61
|
+
s.add_development_dependency(%q<relevance-rcov>, [">= 0"])
|
61
62
|
else
|
62
63
|
s.add_dependency(%q<rails>, ["~> 3.0.0"])
|
63
|
-
s.add_dependency(%q<rspec>, ["
|
64
|
-
s.add_dependency(%q<
|
64
|
+
s.add_dependency(%q<rspec>, ["~> 2.0.0.beta.20"])
|
65
|
+
s.add_dependency(%q<rr>, [">= 0"])
|
66
|
+
s.add_dependency(%q<relevance-rcov>, [">= 0"])
|
65
67
|
end
|
66
68
|
else
|
67
69
|
s.add_dependency(%q<rails>, ["~> 3.0.0"])
|
68
|
-
s.add_dependency(%q<rspec>, ["
|
69
|
-
s.add_dependency(%q<
|
70
|
+
s.add_dependency(%q<rspec>, ["~> 2.0.0.beta.20"])
|
71
|
+
s.add_dependency(%q<rr>, [">= 0"])
|
72
|
+
s.add_dependency(%q<relevance-rcov>, [">= 0"])
|
70
73
|
end
|
71
74
|
end
|
72
75
|
|
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: vidibus-validate_uri
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 19
|
5
5
|
prerelease: false
|
6
6
|
segments:
|
7
7
|
- 0
|
8
8
|
- 1
|
9
|
-
-
|
10
|
-
version: 0.1.
|
9
|
+
- 4
|
10
|
+
version: 0.1.4
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- Andre Pankratz
|
@@ -41,29 +41,45 @@ dependencies:
|
|
41
41
|
version_requirements: &id002 !ruby/object:Gem::Requirement
|
42
42
|
none: false
|
43
43
|
requirements:
|
44
|
-
- -
|
44
|
+
- - ~>
|
45
45
|
- !ruby/object:Gem::Version
|
46
|
-
hash:
|
46
|
+
hash: 62196427
|
47
47
|
segments:
|
48
|
+
- 2
|
48
49
|
- 0
|
49
|
-
|
50
|
+
- 0
|
51
|
+
- beta
|
52
|
+
- 20
|
53
|
+
version: 2.0.0.beta.20
|
50
54
|
requirement: *id002
|
51
55
|
- !ruby/object:Gem::Dependency
|
52
|
-
type: :
|
56
|
+
type: :development
|
53
57
|
prerelease: false
|
54
|
-
name:
|
58
|
+
name: rr
|
55
59
|
version_requirements: &id003 !ruby/object:Gem::Requirement
|
56
60
|
none: false
|
57
61
|
requirements:
|
58
|
-
- -
|
62
|
+
- - ">="
|
59
63
|
- !ruby/object:Gem::Version
|
60
|
-
hash:
|
64
|
+
hash: 3
|
61
65
|
segments:
|
62
|
-
- 3
|
63
|
-
- 0
|
64
66
|
- 0
|
65
|
-
version:
|
67
|
+
version: "0"
|
66
68
|
requirement: *id003
|
69
|
+
- !ruby/object:Gem::Dependency
|
70
|
+
type: :development
|
71
|
+
prerelease: false
|
72
|
+
name: relevance-rcov
|
73
|
+
version_requirements: &id004 !ruby/object:Gem::Requirement
|
74
|
+
none: false
|
75
|
+
requirements:
|
76
|
+
- - ">="
|
77
|
+
- !ruby/object:Gem::Version
|
78
|
+
hash: 3
|
79
|
+
segments:
|
80
|
+
- 0
|
81
|
+
version: "0"
|
82
|
+
requirement: *id004
|
67
83
|
description: It provides validation of URIs (URLs) to ActiveModel records and ActionControllers in Rails 3.
|
68
84
|
email: andre@vidibus.com
|
69
85
|
executables: []
|