Skip to content

Commit

Permalink
Updating version numbers in anticipation of 0.7.0 release
Browse files Browse the repository at this point in the history
git-svn-id: svn+ssh://rubyforge.org/var/svn/arext/trunk@109 5128a5ed-121c-0410-8d5c-98af306bc9be
  • Loading branch information
zachdennis committed Jun 8, 2007
1 parent 810f4b3 commit fdf29b6
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions ar-extensions/README
Expand Up @@ -9,6 +9,13 @@ Email: zach.dennis@gmail.com
- For How-To information see http://www.continuousthinking.com/tags/arext
- For project information and feedback please consult http://rubyforge.org/projects/arext/
- For release information please see below

AciveRecord::Extensions 0.7.0
-----------------------------
June 7th, 2007
- Committed patch to fix MySQL query padding, thanks to Gabe da Silveira
- Added functionality for MySQL to work with created_on, created_at, updated_on or updated_at fields
- Added more test coverage for import functionality

ActiveRecord::Extensions 0.6.0
------------------------------
Expand Down
4 changes: 2 additions & 2 deletions ar-extensions/ar-extensions.gemspec
Expand Up @@ -2,8 +2,8 @@ require 'rake'

Gem::Specification.new do |s|
s.name = %q{ar-extensions}
s.version = "0.6.0"
s.date = %q{2007-05-05}
s.version = "0.7.0"
s.date = %q{2007-06-07}
s.summary = %q{Extends ActiveRecord functionality.}
s.email = %q{zach.dennis@gmail.com}
s.homepage = %q{http://www.continuousthinking.com/tags/arext}
Expand Down
2 changes: 1 addition & 1 deletion ar-extensions/lib/ar-extensions/version.rb
Expand Up @@ -2,7 +2,7 @@
module ActiveRecord # :nodoc:
module Extensions # :nodoc:
module VERSION
MAJOR, MINOR, REVISION = %W( 0 6 0 )
MAJOR, MINOR, REVISION = %W( 0 7 0 )
STRING = [ MAJOR, MINOR, REVISION ].join( '.' )
end
end
Expand Down

0 comments on commit fdf29b6

Please sign in to comment.