whyvalidationssuckin96 1.6.3 → 1.6.4
Sign up to get free protection for your applications and to get access to all the features.
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.6.
|
1
|
+
1.6.4
|
@@ -36,5 +36,5 @@ module WhyValidationsSuckIn96
|
|
36
36
|
end
|
37
37
|
end # Validation
|
38
38
|
|
39
|
-
ValidationBuilder.register_macro :validates_confirmation_of, WhyValidationsSuckIn96::
|
40
|
-
end # WhyValidationsSuckIn96
|
39
|
+
ValidationBuilder.register_macro :validates_confirmation_of, WhyValidationsSuckIn96::ValidatesConfirmation
|
40
|
+
end # WhyValidationsSuckIn96
|
@@ -5,7 +5,7 @@
|
|
5
5
|
|
6
6
|
Gem::Specification.new do |s|
|
7
7
|
s.name = %q{whyvalidationssuckin96}
|
8
|
-
s.version = "1.6.
|
8
|
+
s.version = "1.6.4"
|
9
9
|
|
10
10
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
11
11
|
s.authors = ["gabrielg", "douglasmeyer"]
|