Skip to content

Commit

Permalink
Fixed version typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Dimitrij Denissenko committed May 14, 2009
1 parent d2fb7f2 commit e54000e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion ext_info.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Copyright (C) 2009 Dimitrij Denissenko
# Please read LICENSE document for more information.
#++
gem 'ruby-openid', '>= 2.2.6'
gem 'ruby-openid', '>= 2.1.6'
require 'openid'
require 'openid/store/filesystem'
require 'openid/extensions/sreg'
Expand Down
2 changes: 2 additions & 0 deletions lib/openid/patches.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
require 'openid/consumer'

OpenID::OpenIDServiceEndpoint.class_eval do

class << self
Expand Down

0 comments on commit e54000e

Please sign in to comment.