Skip to content

Commit

Permalink
prep for initial release
Browse files Browse the repository at this point in the history
  • Loading branch information
tardate committed Sep 26, 2009
0 parents commit bf9aaef
Show file tree
Hide file tree
Showing 20 changed files with 1,020 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.rdoc
@@ -0,0 +1,3 @@
== 1.0.0 released 2009-09-25

* Initial release
20 changes: 20 additions & 0 deletions MIT-LICENSE
@@ -0,0 +1,20 @@
Copyright (c) 2009 Paul Gallagher (tardate.com)

Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
"Software"), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Software, and to
permit persons to whom the Software is furnished to do so, subject to
the following conditions:

The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
19 changes: 19 additions & 0 deletions Manifest
@@ -0,0 +1,19 @@
CHANGELOG.rdoc
MIT-LICENSE
Manifest
README.rdoc
Rakefile
init.rb
lib/authlogic_rpx.rb
lib/authlogic_rpx/acts_as_authentic.rb
lib/authlogic_rpx/helper.rb
lib/authlogic_rpx/session.rb
lib/authlogic_rpx/version.rb
rails/init.rb
test/acts_as_authentic_test.rb
test/fixtures/users.yml
test/libs/rails_trickery.rb
test/libs/user.rb
test/libs/user_session.rb
test/session_test.rb
test/test_helper.rb

0 comments on commit bf9aaef

Please sign in to comment.