Skip to content

Commit

Permalink
Merge branch 'master' of github.com:hassox/warden
Browse files Browse the repository at this point in the history
  • Loading branch information
josevalim committed Jan 13, 2010
2 parents 7e4dda6 + 8c9ff27 commit 0eba8a3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion lib/warden/proxy.rb
Expand Up @@ -270,7 +270,6 @@ def opts_from_args(args) # :nodoc:
# :api: private
def _run_strategies_for(scope, args) #:nodoc:
strategies = args.empty? ? @config.default_strategies : args
raise "No Strategies Found" if strategies.empty?

strategies.each do |s|
unless klass = Warden::Strategies[s]
Expand Down
2 changes: 1 addition & 1 deletion warden.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 = ["Daniel Neighman"]
s.date = %q{2010-01-08}
s.date = %q{2010-01-12}
s.email = %q{has.sox@gmail.com}
s.extra_rdoc_files = [
"LICENSE",
Expand Down

0 comments on commit 0eba8a3

Please sign in to comment.