Skip to content

Commit

Permalink
Release 1.0.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
josevalim committed Nov 9, 2010
1 parent a519858 commit c871f8b
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 9 deletions.
4 changes: 3 additions & 1 deletion History.rdoc
@@ -1,6 +1,8 @@
== Version 1.0.2
* Added :intercept_401 to Warden::Config

== Version 1.0.1
* Bug fix on strategies errors handler
* Added :intercept_401 to Warden::Config

== Version 1.0.0
* Bump!
Expand Down
2 changes: 1 addition & 1 deletion lib/warden/version.rb
@@ -1,4 +1,4 @@
# encoding: utf-8
module Warden
VERSION = "1.0.1".freeze
VERSION = "1.0.2".freeze
end
10 changes: 3 additions & 7 deletions warden.gemspec
Expand Up @@ -5,11 +5,11 @@

Gem::Specification.new do |s|
s.name = %q{warden}
s.version = "1.0.1"
s.version = "1.0.2"

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Daniel Neighman"]
s.date = %q{2010-10-12}
s.date = %q{2010-11-09}
s.email = %q{has.sox@gmail.com}
s.extra_rdoc_files = [
"LICENSE",
Expand All @@ -35,8 +35,6 @@ Gem::Specification.new do |s|
"lib/warden/test/helpers.rb",
"lib/warden/test/warden_helpers.rb",
"lib/warden/version.rb",
"script/destroy",
"script/generate",
"spec/helpers/request_helper.rb",
"spec/helpers/strategies/failz.rb",
"spec/helpers/strategies/invalid.rb",
Expand All @@ -56,7 +54,6 @@ Gem::Specification.new do |s|
"spec/warden/strategies_spec.rb",
"spec/warden/test/helpers_spec.rb",
"spec/warden/test/test_mode_spec.rb",
"spec/warden_spec.rb",
"warden.gemspec"
]
s.homepage = %q{http://github.com/hassox/warden}
Expand Down Expand Up @@ -84,8 +81,7 @@ Gem::Specification.new do |s|
"spec/warden/strategies/base_spec.rb",
"spec/warden/strategies_spec.rb",
"spec/warden/test/helpers_spec.rb",
"spec/warden/test/test_mode_spec.rb",
"spec/warden_spec.rb"
"spec/warden/test/test_mode_spec.rb"
]

if s.respond_to? :specification_version then
Expand Down

0 comments on commit c871f8b

Please sign in to comment.