Skip to content

Commit

Permalink
Release 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
josevalim committed Feb 9, 2010
1 parent 2a9e8dc commit 4bfbeea
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.rdoc
@@ -1,3 +1,5 @@
== 1.0.0

* deprecation
* :old_password in update_with_password is deprecated, use :current_password instead

Expand Down
2 changes: 1 addition & 1 deletion devise.gemspec
Expand Up @@ -9,7 +9,7 @@ Gem::Specification.new do |s|

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Jos\303\251 Valim", "Carlos Ant\303\264nio"]
s.date = %q{2010-02-08}
s.date = %q{2010-02-09}
s.description = %q{Flexible authentication solution for Rails with Warden}
s.email = %q{contact@plataformatec.com.br}
s.extra_rdoc_files = [
Expand Down

7 comments on commit 4bfbeea

@jhuckabee
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Awesome work! This is a great gem. Thanks to all for the work that went into it.

@grimen
Copy link
Contributor

@grimen grimen commented on 4bfbeea Feb 9, 2010

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, long live José and Carlos! Goodbye Authlogic.

@wildchild
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Freaking awesome. Cannot wait for rails3 compatibility!

@raroni
Copy link

@raroni raroni commented on 4bfbeea Feb 9, 2010

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Woohoo, congratulations on this :) You're doing great work!

@jasongregori
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, thank you for your work

@pjammer
Copy link

@pjammer pjammer commented on 4bfbeea Feb 9, 2010

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great work guys. I too cannot wait for Rails 3 compatibility.... how can we help?

@josevalim
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

A lot of people already done most of hard work in branches already. We just need to give a pass and merge!

Please sign in to comment.