Skip to content

Commit

Permalink
tagged 1.0 beta release
Browse files Browse the repository at this point in the history
  • Loading branch information
redinger committed Jun 13, 2010
1 parent a47c1df commit e395484
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 7 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG
@@ -1,3 +1,6 @@
== 1.0.0-beta4 2010-06-12
* Changed initialization to reflect new initialization in Rails 3.

== 0.3.7 2010-06-11
* Enhancement from Sutto:
** Use Rails.root if available over RAILS_ROOT
Expand Down
2 changes: 1 addition & 1 deletion README
@@ -1,7 +1,7 @@
Validation Reflection
=====================

Version 0.3.7, 2010-06-11
Version 1.0.0-beta4, 2010-06-12

This plugin adds reflective access to validations

Expand Down
8 changes: 4 additions & 4 deletions VERSION.yml
@@ -1,5 +1,5 @@
---
:major: 0
:minor: 3
:build:
:patch: 7
:major: 1
:minor: 0
:build: "beta4"
:patch: 0
4 changes: 2 additions & 2 deletions validation_reflection.gemspec
Expand Up @@ -5,9 +5,9 @@

Gem::Specification.new do |s|
s.name = %q{validation_reflection}
s.version = "0.3.7"
s.version = "1.0.0.beta4"

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.required_rubygems_version = Gem::Requirement.new("> 1.3.1") if s.respond_to? :required_rubygems_version=
s.authors = ["Christopher Redinger"]
s.date = %q{2010-06-12}
s.description = %q{Adds reflective access to validations}
Expand Down

0 comments on commit e395484

Please sign in to comment.