Manifest in authlogic-1.3.4 vs Manifest in authlogic-1.3.5

- old
+ new

@@ -1,10 +1,11 @@ CHANGELOG.rdoc init.rb lib/authlogic/controller_adapters/abstract_adapter.rb lib/authlogic/controller_adapters/merb_adapter.rb lib/authlogic/controller_adapters/rails_adapter.rb +lib/authlogic/crypto_providers/aes256.rb lib/authlogic/crypto_providers/bcrypt.rb lib/authlogic/crypto_providers/sha1.rb lib/authlogic/crypto_providers/sha512.rb lib/authlogic/orm_adapters/active_record_adapter/acts_as_authentic/config.rb lib/authlogic/orm_adapters/active_record_adapter/acts_as_authentic/credentials.rb @@ -31,14 +32,17 @@ Manifest MIT-LICENSE Rakefile README.rdoc shoulda_macros/authlogic.rb +test/crypto_provider_tests/aes256_test.rb +test/crypto_provider_tests/bcrypt_test.rb +test/crypto_provider_tests/sha1_test.rb +test/crypto_provider_tests/sha512_test.rb test/fixtures/companies.yml test/fixtures/employees.yml test/fixtures/projects.yml test/fixtures/users.yml -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 test/orm_adapters_tests/active_record_adapter_tests/acts_as_authentic_tests/config_test.rb