Skip to content

Commit

Permalink
Release 1.5.0.beta
Browse files Browse the repository at this point in the history
  • Loading branch information
jm81 committed Aug 4, 2011
1 parent 4ca3c6a commit 3e621e2
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.rdoc
@@ -1,3 +1,12 @@
== 1.5.0.beta

* enhancements
* determine validation library extensions to load based on which validation
library is loaded (dm-validations or Active Model)
* Add data_mapper_validation_messages config option so that default messages
can be overriden.
* Add data_mapper:devise_install generator with dm-devise related options

== 1.4.0

* enhancements
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
dm-devise (1.4.0)
dm-devise (1.5.0.beta)
devise (~> 1.3)
dm-core (>= 1.0.2, < 1.2)
dm-migrations (>= 1.0.2, < 1.2)
Expand Down
2 changes: 1 addition & 1 deletion README.rdoc
Expand Up @@ -23,7 +23,7 @@ Add dm-devise and dm gems to your Gemfile. The following gems are required:
gem 'dm-timestamps', '~> 1.1.0'
gem 'dm-rails', '~> 1.1.0'
gem 'dm-validations', '~> 1.1.0' # Do not include if using data_mapper_active_model
gem 'dm-devise', '~> 1.4.0'
gem 'dm-devise', '~> 1.5.0.beta'

If you're using Active Model validations, do not include dm-validations in your
Gemfile.
Expand Down
2 changes: 1 addition & 1 deletion lib/dm-devise/version.rb
@@ -1,5 +1,5 @@
module DataMapper
module Devise
VERSION = '1.4.0'.freeze
VERSION = '1.5.0.beta'.freeze
end
end

0 comments on commit 3e621e2

Please sign in to comment.