Skip to content

Commit

Permalink
Regenerate .gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
josevalim committed Jun 13, 2010
1 parent 5e1ef93 commit 31910b8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions devise.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ Gem::Specification.new do |s|
"lib/devise/orm/active_record.rb",
"lib/devise/orm/data_mapper.rb",
"lib/devise/orm/mongoid.rb",
"lib/devise/path_checker.rb",
"lib/devise/rails.rb",
"lib/devise/rails/routes.rb",
"lib/devise/rails/warden_compat.rb",
Expand Down Expand Up @@ -109,6 +110,7 @@ Gem::Specification.new do |s|
"test/devise_test.rb",
"test/encryptors_test.rb",
"test/failure_app_test.rb",
"test/integration/authenticatable_test.rb",
"test/integration/confirmable_test.rb",
"test/integration/database_authenticatable_test.rb",
"test/integration/http_authenticatable_test.rb",
Expand Down Expand Up @@ -137,6 +139,7 @@ Gem::Specification.new do |s|
"test/orm/data_mapper.rb",
"test/orm/mongoid.rb",
"test/rails_app/app/active_record/admin.rb",
"test/rails_app/app/active_record/shim.rb",
"test/rails_app/app/active_record/user.rb",
"test/rails_app/app/controllers/admins_controller.rb",
"test/rails_app/app/controllers/application_controller.rb",
Expand All @@ -147,6 +150,7 @@ Gem::Specification.new do |s|
"test/rails_app/app/data_mapper/user.rb",
"test/rails_app/app/helpers/application_helper.rb",
"test/rails_app/app/mongoid/admin.rb",
"test/rails_app/app/mongoid/shim.rb",
"test/rails_app/app/mongoid/user.rb",
"test/rails_app/config/application.rb",
"test/rails_app/config/boot.rb",
Expand Down
2 changes: 1 addition & 1 deletion lib/devise/path_checker.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module Devise
class PathChecker
include Rails.application.routes.url_helpers

def initialize(env, scope)
@env, @scope = env, scope
end
Expand Down

0 comments on commit 31910b8

Please sign in to comment.