Manifest in authlogic-0.10.4 vs Manifest in authlogic-1.0.0

- old
+ new

@@ -2,99 +2,36 @@ init.rb lib/authlogic/active_record/acts_as_authentic.rb lib/authlogic/active_record/authenticates_many.rb lib/authlogic/active_record/scoped_session.rb lib/authlogic/controller_adapters/abstract_adapter.rb +lib/authlogic/controller_adapters/merb_adapter.rb lib/authlogic/controller_adapters/rails_adapter.rb lib/authlogic/session/active_record_trickery.rb lib/authlogic/session/base.rb lib/authlogic/session/callbacks.rb lib/authlogic/session/config.rb lib/authlogic/session/errors.rb +lib/authlogic/session/scopes.rb lib/authlogic/sha512_crypto_provider.rb lib/authlogic/version.rb lib/authlogic.rb Manifest MIT-LICENSE Rakefile README.rdoc -test_app/app/controllers/application.rb -test_app/app/controllers/companies_controller.rb -test_app/app/controllers/user_sessions_controller.rb -test_app/app/controllers/users_controller.rb -test_app/app/helpers/application_helper.rb -test_app/app/helpers/companies_helper.rb -test_app/app/helpers/user_sessions_helper.rb -test_app/app/helpers/users_helper.rb -test_app/app/models/company.rb -test_app/app/models/project.rb -test_app/app/models/user.rb -test_app/app/models/user_session.rb -test_app/app/views/layouts/application.html.erb -test_app/app/views/user_sessions/new.html.erb -test_app/app/views/users/_form.erb -test_app/app/views/users/edit.html.erb -test_app/app/views/users/new.html.erb -test_app/app/views/users/show.html.erb -test_app/config/boot.rb -test_app/config/database.yml -test_app/config/environment.rb -test_app/config/environments/development.rb -test_app/config/environments/production.rb -test_app/config/environments/test.rb -test_app/config/initializers/inflections.rb -test_app/config/initializers/mime_types.rb -test_app/config/initializers/new_rails_defaults.rb -test_app/config/routes.rb -test_app/db/development.sqlite3 -test_app/db/migrate/20081023040052_create_users.rb -test_app/db/migrate/20081103003828_create_companies.rb -test_app/db/migrate/20081103003834_create_projects.rb -test_app/db/schema.rb -test_app/db/test.sqlite3 -test_app/doc/README_FOR_APP -test_app/public/404.html -test_app/public/422.html -test_app/public/500.html -test_app/public/dispatch.cgi -test_app/public/dispatch.fcgi -test_app/public/dispatch.rb -test_app/public/favicon.ico -test_app/public/images/rails.png -test_app/public/javascripts/application.js -test_app/public/javascripts/controls.js -test_app/public/javascripts/dragdrop.js -test_app/public/javascripts/effects.js -test_app/public/javascripts/prototype.js -test_app/public/robots.txt -test_app/public/stylesheets/scaffold.css -test_app/Rakefile -test_app/README -test_app/script/about -test_app/script/console -test_app/script/dbconsole -test_app/script/destroy -test_app/script/generate -test_app/script/performance/benchmarker -test_app/script/performance/profiler -test_app/script/performance/request -test_app/script/plugin -test_app/script/process/inspector -test_app/script/process/reaper -test_app/script/process/spawner -test_app/script/runner -test_app/script/server -test_app/test/fixtures/companies.yml -test_app/test/fixtures/projects.yml -test_app/test/fixtures/users.yml -test_app/test/functional/companies_controller_test.rb -test_app/test/functional/user_sessions_controller_test.rb -test_app/test/functional/users_controller_test.rb -test_app/test/integration/company_user_session_stories_test.rb -test_app/test/integration/user_sesion_stories_test.rb -test_app/test/integration/user_session_config_test.rb -test_app/test/integration/user_session_test.rb -test_app/test/test_helper.rb -test_app/test/unit/account_test.rb -test_app/test/unit/company_test.rb -test_app/test/unit/project_test.rb -test_app/test/unit/user_test.rb +test/active_record_acts_as_authentic_test.rb +test/active_record_authenticates_many_test.rb +test/fixtures/companies.yml +test/fixtures/employees.yml +test/fixtures/projects.yml +test/fixtures/users.yml +test/test_helper.rb +test/user_session_active_record_trickery_test.rb +test/user_session_base_test.rb +test/user_session_config_test.rb +test/user_session_scopes_test.rb +test_libs/aes128_crypto_provider.rb +test_libs/mock_controller.rb +test_libs/mock_cookie_jar.rb +test_libs/mock_request.rb +test_libs/ordered_hash.rb