validation_reflection 1.0.0.rc.1 → 1.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
data/CHANGELOG CHANGED
@@ -1,6 +1,16 @@
1
+ == 1.0.0 2010-10-08
2
+ * 1.0 release for Rails 3
3
+
4
+ == 1.0.0-rc.1 2010-07-30
5
+ * Fixed reload bug
6
+
1
7
  == 1.0.0-beta4 2010-06-12
2
8
  * Changed initialization to reflect new initialization in Rails 3.
3
9
 
10
+ == 0.3.8 2010-07-30
11
+ * Enhancement from Sutto:
12
+ ** Fix reload bug
13
+
4
14
  == 0.3.7 2010-06-11
5
15
  * Enhancement from Sutto:
6
16
  ** Use Rails.root if available over RAILS_ROOT
data/README CHANGED
@@ -1,7 +1,7 @@
1
1
  Validation Reflection
2
2
  =====================
3
3
 
4
- Version 1.0.0-beta4, 2010-06-12
4
+ Version 1.0.0, 2010-10-08
5
5
 
6
6
  This plugin adds reflective access to validations
7
7
 
@@ -1,5 +1,4 @@
1
1
  ---
2
2
  :major: 1
3
3
  :minor: 0
4
- :build: "rc.1"
5
4
  :patch: 0
@@ -93,7 +93,6 @@ module ValidationReflection # :nodoc:
93
93
  ensure
94
94
  self.in_ignored_subvalidation = save_ignore
95
95
  end
96
-
97
96
  end
98
97
  end
99
98
 
@@ -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.rc.1"
8
+ s.version = "1.0.0"
9
9
 
10
- s.required_rubygems_version = Gem::Requirement.new("> 1.3.1") if s.respond_to? :required_rubygems_version=
10
+ s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Christopher Redinger"]
12
- s.date = %q{2010-07-30}
12
+ s.date = %q{2010-10-08}
13
13
  s.description = %q{Adds reflective access to validations}
14
14
  s.email = %q{redinger@gmail.com}
15
15
  s.extra_rdoc_files = [
metadata CHANGED
@@ -1,14 +1,12 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: validation_reflection
3
3
  version: !ruby/object:Gem::Version
4
- prerelease: true
4
+ prerelease: false
5
5
  segments:
6
6
  - 1
7
7
  - 0
8
8
  - 0
9
- - rc
10
- - 1
11
- version: 1.0.0.rc.1
9
+ version: 1.0.0
12
10
  platform: ruby
13
11
  authors:
14
12
  - Christopher Redinger
@@ -16,7 +14,7 @@ autorequire:
16
14
  bindir: bin
17
15
  cert_chain: []
18
16
 
19
- date: 2010-07-30 00:00:00 -04:00
17
+ date: 2010-10-08 00:00:00 -04:00
20
18
  default_executable:
21
19
  dependencies: []
22
20
 
@@ -58,13 +56,11 @@ required_ruby_version: !ruby/object:Gem::Requirement
58
56
  version: "0"
59
57
  required_rubygems_version: !ruby/object:Gem::Requirement
60
58
  requirements:
61
- - - ">"
59
+ - - ">="
62
60
  - !ruby/object:Gem::Version
63
61
  segments:
64
- - 1
65
- - 3
66
- - 1
67
- version: 1.3.1
62
+ - 0
63
+ version: "0"
68
64
  requirements: []
69
65
 
70
66
  rubyforge_project: