# -*- encoding: utf-8 -*- # stub: authpds 1.1.4 ruby lib Gem::Specification.new do |s| s.name = "authpds".freeze s.version = "1.1.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 = ["Scot Dalton".freeze] s.date = "2013-12-17" s.description = "Libraries that use Ex Libris products, can integrate Rails application with PDS to provide single sign-on across systems.".freeze s.email = ["scotdalton@gmail.com".freeze] s.files = ["MIT-LICENSE".freeze, "README.md".freeze, "Rakefile".freeze, "lib/authpds.rb".freeze, "lib/authpds/acts_as_authentic.rb".freeze, "lib/authpds/acts_as_authentic/core_attributes.rb".freeze, "lib/authpds/acts_as_authentic/expiration.rb".freeze, "lib/authpds/acts_as_authentic/institutions_attributes.rb".freeze, "lib/authpds/controllers/authpds_controller.rb".freeze, "lib/authpds/controllers/authpds_sessions_controller.rb".freeze, "lib/authpds/exlibris/pds.rb".freeze, "lib/authpds/helpers/current_user_helper.rb".freeze, "lib/authpds/helpers/institution/current_institution_helper.rb".freeze, "lib/authpds/helpers/institution/param_helper.rb".freeze, "lib/authpds/helpers/institution/url_helper.rb".freeze, "lib/authpds/session.rb".freeze, "lib/authpds/session/authentication.rb".freeze, "lib/authpds/session/authlogic_callbacks.rb".freeze, "lib/authpds/session/authorization.rb".freeze, "lib/authpds/session/callbacks.rb".freeze, "lib/authpds/session/config.rb".freeze, "lib/authpds/session/core_attributes.rb".freeze, "lib/authpds/session/exception_handling.rb".freeze, "lib/authpds/session/institution_attributes.rb".freeze, "lib/authpds/session/pds_handle.rb".freeze, "lib/authpds/session/pds_user.rb".freeze, "lib/authpds/session/record.rb".freeze, "lib/authpds/session/url_handling.rb".freeze, "lib/authpds/version.rb".freeze, "lib/tasks/pds-auth_tasks.rake".freeze, "test/authpds_controller_test.rb".freeze, "test/authpds_test.rb".freeze, "test/authpds_user_sessions_controller_test.rb".freeze, "test/fixtures/users.yml".freeze, "test/pds_test.rb".freeze, "test/support/config/institutions.yml".freeze, "test/support/user.rb".freeze, "test/support/user_session.rb".freeze, "test/test_helper.rb".freeze, "test/user_session_test.rb".freeze, "test/user_test.rb".freeze, "test/vcr_cassettes/bor_info_valid_newschool.yml".freeze, "test/vcr_cassettes/bor_info_valid_nyu.yml".freeze, "test/vcr_cassettes/get_attribute_authenticate.yml".freeze, "test/vcr_cassettes/get_attribute_bor_id.yml".freeze, "test/vcr_cassettes/get_attribute_bor_info.yml".freeze, "test/vcr_cassettes/get_attribute_bor_verification.yml".freeze, "test/vcr_cassettes/get_attribute_invalid_bor_info.yml".freeze, "test/vcr_cassettes/invalid_bor_info.yml".freeze, "test/vcr_cassettes/nyu.yml".freeze] s.homepage = "http://github.com/scotdalton/authpds".freeze s.licenses = ["MIT".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "Allows applications to use Ex Libris' Patron Directory Service (PDS) for authentication.".freeze s.test_files = ["test/authpds_controller_test.rb".freeze, "test/authpds_test.rb".freeze, "test/authpds_user_sessions_controller_test.rb".freeze, "test/fixtures/users.yml".freeze, "test/pds_test.rb".freeze, "test/support/config/institutions.yml".freeze, "test/support/user.rb".freeze, "test/support/user_session.rb".freeze, "test/test_helper.rb".freeze, "test/user_session_test.rb".freeze, "test/user_test.rb".freeze, "test/vcr_cassettes/bor_info_valid_newschool.yml".freeze, "test/vcr_cassettes/bor_info_valid_nyu.yml".freeze, "test/vcr_cassettes/get_attribute_authenticate.yml".freeze, "test/vcr_cassettes/get_attribute_bor_id.yml".freeze, "test/vcr_cassettes/get_attribute_bor_info.yml".freeze, "test/vcr_cassettes/get_attribute_bor_verification.yml".freeze, "test/vcr_cassettes/get_attribute_invalid_bor_info.yml".freeze, "test/vcr_cassettes/invalid_bor_info.yml".freeze, "test/vcr_cassettes/nyu.yml".freeze] s.specification_version = 3 s.add_runtime_dependency(%q.freeze, ["~> 1.3.1".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 3.3.0".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 3.2.14".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 3.2.14".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 1.6.0".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 0.1.3".freeze]) s.add_development_dependency(%q.freeze, ["~> 10.1.0".freeze]) s.add_development_dependency(%q.freeze, ["~> 2.5.0".freeze]) s.add_development_dependency(%q.freeze, ["~> 1.13.0".freeze]) end