validation_reflection 1.0.0.beta4 → 1.0.0.rc.1
Sign up to get free protection for your applications and to get access to all the features.
- data/VERSION.yml +1 -1
- data/lib/validation_reflection.rb +0 -1
- data/validation_reflection.gemspec +4 -4
- metadata +5 -9
data/VERSION.yml
CHANGED
@@ -5,11 +5,11 @@
|
|
5
5
|
|
6
6
|
Gem::Specification.new do |s|
|
7
7
|
s.name = %q{validation_reflection}
|
8
|
-
s.version = "1.0.0.
|
8
|
+
s.version = "1.0.0.rc.1"
|
9
9
|
|
10
10
|
s.required_rubygems_version = Gem::Requirement.new("> 1.3.1") if s.respond_to? :required_rubygems_version=
|
11
11
|
s.authors = ["Christopher Redinger"]
|
12
|
-
s.date = %q{2010-
|
12
|
+
s.date = %q{2010-07-30}
|
13
13
|
s.description = %q{Adds reflective access to validations}
|
14
14
|
s.email = %q{redinger@gmail.com}
|
15
15
|
s.extra_rdoc_files = [
|
@@ -31,7 +31,7 @@ Gem::Specification.new do |s|
|
|
31
31
|
s.homepage = %q{http://github.com/redinger/validation_reflection}
|
32
32
|
s.rdoc_options = ["--charset=UTF-8"]
|
33
33
|
s.require_paths = ["lib"]
|
34
|
-
s.rubygems_version = %q{1.3.
|
34
|
+
s.rubygems_version = %q{1.3.6}
|
35
35
|
s.summary = %q{Adds reflective access to validations}
|
36
36
|
s.test_files = [
|
37
37
|
"test/test_helper.rb",
|
@@ -42,7 +42,7 @@ Gem::Specification.new do |s|
|
|
42
42
|
current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
|
43
43
|
s.specification_version = 3
|
44
44
|
|
45
|
-
if Gem::Version.new(Gem::
|
45
|
+
if Gem::Version.new(Gem::RubyGemsVersion) >= Gem::Version.new('1.2.0') then
|
46
46
|
else
|
47
47
|
end
|
48
48
|
else
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: validation_reflection
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash: -1512032865
|
5
4
|
prerelease: true
|
6
5
|
segments:
|
7
6
|
- 1
|
8
7
|
- 0
|
9
8
|
- 0
|
10
|
-
-
|
11
|
-
|
9
|
+
- rc
|
10
|
+
- 1
|
11
|
+
version: 1.0.0.rc.1
|
12
12
|
platform: ruby
|
13
13
|
authors:
|
14
14
|
- Christopher Redinger
|
@@ -16,7 +16,7 @@ autorequire:
|
|
16
16
|
bindir: bin
|
17
17
|
cert_chain: []
|
18
18
|
|
19
|
-
date: 2010-
|
19
|
+
date: 2010-07-30 00:00:00 -04:00
|
20
20
|
default_executable:
|
21
21
|
dependencies: []
|
22
22
|
|
@@ -50,20 +50,16 @@ rdoc_options:
|
|
50
50
|
require_paths:
|
51
51
|
- lib
|
52
52
|
required_ruby_version: !ruby/object:Gem::Requirement
|
53
|
-
none: false
|
54
53
|
requirements:
|
55
54
|
- - ">="
|
56
55
|
- !ruby/object:Gem::Version
|
57
|
-
hash: 3
|
58
56
|
segments:
|
59
57
|
- 0
|
60
58
|
version: "0"
|
61
59
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
62
|
-
none: false
|
63
60
|
requirements:
|
64
61
|
- - ">"
|
65
62
|
- !ruby/object:Gem::Version
|
66
|
-
hash: 25
|
67
63
|
segments:
|
68
64
|
- 1
|
69
65
|
- 3
|
@@ -72,7 +68,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
72
68
|
requirements: []
|
73
69
|
|
74
70
|
rubyforge_project:
|
75
|
-
rubygems_version: 1.3.
|
71
|
+
rubygems_version: 1.3.6
|
76
72
|
signing_key:
|
77
73
|
specification_version: 3
|
78
74
|
summary: Adds reflective access to validations
|