Skip to content

Commit

Permalink
Release Devise 0.5.4.
Browse files Browse the repository at this point in the history
  • Loading branch information
josevalim committed Nov 19, 2009
1 parent 1a8dc7f commit ab81bc3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.rdoc
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
== 0.5.4

* deprecations
* Deprecate :singular in devise_for and use :scope instead

Expand Down
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ begin
s.description = "Flexible authentication solution for Rails with Warden"
s.authors = ['José Valim', 'Carlos Antônio']
s.files = FileList["[A-Z]*", "{app,config,generators,lib}/**/*", "init.rb"]
s.add_dependency("warden", "~> 0.6.1")
s.add_dependency("warden", "~> 0.6.3")
end

Jeweler::GemcutterTasks.new
Expand Down
2 changes: 1 addition & 1 deletion lib/devise/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Devise
VERSION = "0.5.3".freeze
VERSION = "0.5.4".freeze
end

0 comments on commit ab81bc3

Please sign in to comment.