Skip to content
This repository was archived by the owner on Aug 27, 2024. It is now read-only.

Commit bf9aaef

Browse files
committed
prep for initial release
0 parents  commit bf9aaef

20 files changed

+1020
-0
lines changed

CHANGELOG.rdoc

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
== 1.0.0 released 2009-09-25
2+
3+
* Initial release

MIT-LICENSE

+20
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
Copyright (c) 2009 Paul Gallagher (tardate.com)
2+
3+
Permission is hereby granted, free of charge, to any person obtaining
4+
a copy of this software and associated documentation files (the
5+
"Software"), to deal in the Software without restriction, including
6+
without limitation the rights to use, copy, modify, merge, publish,
7+
distribute, sublicense, and/or sell copies of the Software, and to
8+
permit persons to whom the Software is furnished to do so, subject to
9+
the following conditions:
10+
11+
The above copyright notice and this permission notice shall be
12+
included in all copies or substantial portions of the Software.
13+
14+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
15+
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
16+
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
17+
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
18+
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
19+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
20+
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Manifest

+19
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
CHANGELOG.rdoc
2+
MIT-LICENSE
3+
Manifest
4+
README.rdoc
5+
Rakefile
6+
init.rb
7+
lib/authlogic_rpx.rb
8+
lib/authlogic_rpx/acts_as_authentic.rb
9+
lib/authlogic_rpx/helper.rb
10+
lib/authlogic_rpx/session.rb
11+
lib/authlogic_rpx/version.rb
12+
rails/init.rb
13+
test/acts_as_authentic_test.rb
14+
test/fixtures/users.yml
15+
test/libs/rails_trickery.rb
16+
test/libs/user.rb
17+
test/libs/user_session.rb
18+
test/session_test.rb
19+
test/test_helper.rb

0 commit comments

Comments
 (0)