Skip to content

Commit

Permalink
fixed dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Keiji, Yoshimi committed May 24, 2008
1 parent bdd84d2 commit 7b8880c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion Rakefile
Expand Up @@ -43,7 +43,7 @@ SPEC = Gem::Specification.new do |s|

#s.add_dependency('activesupport', '>=1.3.1')
#s.required_ruby_version = '>= 1.8.2'
s.add_dependency('date_time-duration', '>= 0.0.1')
s.add_dependency('rack', '>= 0.3.0')

s.files = PKG_FILES + EXTRA_RDOC_FILES
s.extensions = EXTENSIONS
Expand Down
2 changes: 0 additions & 2 deletions lib/rack/auth/ip.rb
@@ -1,6 +1,4 @@
require 'ipaddr'
require 'rack/auth/abstract/handler'
require 'rack/auth/abstract/request'
module Rack
module Auth
class IP
Expand Down

0 comments on commit 7b8880c

Please sign in to comment.