redinger-validation_reflection 0.3.2 → 0.3.3

Sign up to get free protection for your applications and to get access to all the features.
data/CHANGELOG CHANGED
@@ -1,3 +1,6 @@
1
+ == 0.3.3, 2009-09-12
2
+ * version bump
3
+
1
4
  == 0.3.2, 2009-09-12
2
5
  * gemified by Christopher Redinger
3
6
 
@@ -1,4 +1,4 @@
1
1
  ---
2
2
  :minor: 3
3
- :patch: 2
3
+ :patch: 3
4
4
  :major: 0
@@ -122,6 +122,11 @@ module ActiveRecordExtensions # :nodoc:
122
122
  ActiveRecordExtensions::ValidationReflection.in_ignored_subvalidation = save_ignore
123
123
  end
124
124
  end
125
-
126
125
  end
127
- end
126
+ end
127
+
128
+ ActiveRecord::Base.class_eval do
129
+ include ActiveRecordExtensions::ValidationReflection
130
+ ActiveRecordExtensions::ValidationReflection.load_config
131
+ ActiveRecordExtensions::ValidationReflection.install(self)
132
+ end
@@ -1,5 +1 @@
1
- ActiveRecord::Base.class_eval do
2
- include ActiveRecordExtensions::ValidationReflection
3
- ActiveRecordExtensions::ValidationReflection.load_config
4
- ActiveRecordExtensions::ValidationReflection.install(self)
5
- end
1
+ require 'validation_reflection'
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{validation_reflection}
8
- s.version = "0.3.2"
8
+ s.version = "0.3.3"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Christopher Redinger"]
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: redinger-validation_reflection
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.2
4
+ version: 0.3.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Christopher Redinger
@@ -36,6 +36,7 @@ files:
36
36
  - validation_reflection.gemspec
37
37
  has_rdoc: false
38
38
  homepage: http://github.com/redinger/validation_reflection
39
+ licenses:
39
40
  post_install_message:
40
41
  rdoc_options:
41
42
  - --charset=UTF-8
@@ -56,7 +57,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
56
57
  requirements: []
57
58
 
58
59
  rubyforge_project:
59
- rubygems_version: 1.2.0
60
+ rubygems_version: 1.3.5
60
61
  signing_key:
61
62
  specification_version: 3
62
63
  summary: Adds reflective access to validations