forked from mreinsch/authlogic_openid
-
Notifications
You must be signed in to change notification settings - Fork 5
/
Manifest.txt
38 lines (38 loc) · 1.81 KB
/
Manifest.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
CHANGELOG.rdoc
MIT-LICENSE
Manifest.txt
README.rdoc
Rakefile
init.rb
lib/authlogic_openid.rb
lib/authlogic_openid/acts_as_authentic.rb
lib/authlogic_openid/session.rb
lib/authlogic_openid/version.rb
test/acts_as_authentic_test.rb
test/fixtures/users.yml
test/libs/open_id_authentication/CHANGELOG
test/libs/open_id_authentication/README
test/libs/open_id_authentication/Rakefile
test/libs/open_id_authentication/generators/open_id_authentication_tables/open_id_authentication_tables_generator.rb
test/libs/open_id_authentication/generators/open_id_authentication_tables/templates/migration.rb
test/libs/open_id_authentication/generators/upgrade_open_id_authentication_tables/templates/migration.rb
test/libs/open_id_authentication/generators/upgrade_open_id_authentication_tables/upgrade_open_id_authentication_tables_generator.rb
test/libs/open_id_authentication/init.rb
test/libs/open_id_authentication/lib/open_id_authentication.rb
test/libs/open_id_authentication/lib/open_id_authentication/association.rb
test/libs/open_id_authentication/lib/open_id_authentication/db_store.rb
test/libs/open_id_authentication/lib/open_id_authentication/mem_cache_store.rb
test/libs/open_id_authentication/lib/open_id_authentication/nonce.rb
test/libs/open_id_authentication/lib/open_id_authentication/request.rb
test/libs/open_id_authentication/lib/open_id_authentication/timeout_fixes.rb
test/libs/open_id_authentication/tasks/open_id_authentication_tasks.rake
test/libs/open_id_authentication/test/mem_cache_store_test.rb
test/libs/open_id_authentication/test/normalize_test.rb
test/libs/open_id_authentication/test/open_id_authentication_test.rb
test/libs/open_id_authentication/test/status_test.rb
test/libs/open_id_authentication/test/test_helper.rb
test/libs/rails_trickery.rb
test/libs/user.rb
test/libs/user_session.rb
test/session_test.rb
test/test_helper.rb