Skip to content

Commit

Permalink
Release 1.1.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
josevalim committed Aug 25, 2010
1 parent 73822fe commit 5b762ff
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.rdoc
@@ -1,3 +1,8 @@
== 1.1.2

* bugfix
* Compatibility with latest Rails routes schema

== 1.1.1

* bugfix
Expand Down
4 changes: 2 additions & 2 deletions devise.gemspec
Expand Up @@ -5,11 +5,11 @@

Gem::Specification.new do |s|
s.name = %q{devise}
s.version = "1.1.1"
s.version = "1.1.2"

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-07-27}
s.date = %q{2010-08-25}
s.description = %q{Flexible authentication solution for Rails with Warden}
s.email = %q{contact@plataformatec.com.br}
s.extra_rdoc_files = [
Expand Down
2 changes: 1 addition & 1 deletion lib/devise/version.rb
@@ -1,3 +1,3 @@
module Devise
VERSION = "1.1.1".freeze
VERSION = "1.1.2".freeze
end

0 comments on commit 5b762ff

Please sign in to comment.