# -*- encoding: utf-8 -*- # stub: czak-authlogic-oid 1.0.4 ruby lib Gem::Specification.new do |s| s.name = "czak-authlogic-oid".freeze s.version = "1.0.4".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Ben Johnson of Binary Logic".freeze] s.date = "2009-12-08" s.description = "Extension of the Authlogic library to add OpenID support.".freeze s.email = "bjohnson@binarylogic.com".freeze s.extra_rdoc_files = ["Manifest.txt".freeze, "CHANGELOG.rdoc".freeze, "README.rdoc".freeze] s.files = ["CHANGELOG.rdoc".freeze, "MIT-LICENSE".freeze, "Manifest.txt".freeze, "README.rdoc".freeze, "Rakefile".freeze, "init.rb".freeze, "lib/authlogic_openid.rb".freeze, "lib/authlogic_openid/acts_as_authentic.rb".freeze, "lib/authlogic_openid/session.rb".freeze, "lib/authlogic_openid/version.rb".freeze, "test/acts_as_authentic_test.rb".freeze, "test/fixtures/users.yml".freeze, "test/libs/open_id_authentication/CHANGELOG".freeze, "test/libs/open_id_authentication/README".freeze, "test/libs/open_id_authentication/Rakefile".freeze, "test/libs/open_id_authentication/generators/open_id_authentication_tables/open_id_authentication_tables_generator.rb".freeze, "test/libs/open_id_authentication/generators/open_id_authentication_tables/templates/migration.rb".freeze, "test/libs/open_id_authentication/generators/upgrade_open_id_authentication_tables/templates/migration.rb".freeze, "test/libs/open_id_authentication/generators/upgrade_open_id_authentication_tables/upgrade_open_id_authentication_tables_generator.rb".freeze, "test/libs/open_id_authentication/init.rb".freeze, "test/libs/open_id_authentication/lib/open_id_authentication.rb".freeze, "test/libs/open_id_authentication/lib/open_id_authentication/association.rb".freeze, "test/libs/open_id_authentication/lib/open_id_authentication/db_store.rb".freeze, "test/libs/open_id_authentication/lib/open_id_authentication/mem_cache_store.rb".freeze, "test/libs/open_id_authentication/lib/open_id_authentication/nonce.rb".freeze, "test/libs/open_id_authentication/lib/open_id_authentication/request.rb".freeze, "test/libs/open_id_authentication/lib/open_id_authentication/timeout_fixes.rb".freeze, "test/libs/open_id_authentication/tasks/open_id_authentication_tasks.rake".freeze, "test/libs/open_id_authentication/test/mem_cache_store_test.rb".freeze, "test/libs/open_id_authentication/test/normalize_test.rb".freeze, "test/libs/open_id_authentication/test/open_id_authentication_test.rb".freeze, "test/libs/open_id_authentication/test/status_test.rb".freeze, "test/libs/open_id_authentication/test/test_helper.rb".freeze, "test/libs/rails_trickery.rb".freeze, "test/libs/user.rb".freeze, "test/libs/user_session.rb".freeze, "test/session_test.rb".freeze, "test/test_helper.rb".freeze] s.homepage = "http://github.com/czak/authlogic_openid".freeze s.rdoc_options = ["--main".freeze, "README.rdoc".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "Extension of the Authlogic library to add OpenID support.".freeze s.test_files = ["test/acts_as_authentic_test.rb".freeze, "test/session_test.rb".freeze] s.specification_version = 3 s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 2.3.3".freeze]) end