# -*- encoding: utf-8 -*- # stub: authlogic 3.4.6 ruby lib Gem::Specification.new do |s| s.name = "authlogic".freeze s.version = "3.4.6".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".freeze] s.date = "2015-07-13" s.description = "A clean, simple, and unobtrusive ruby authentication solution.".freeze s.email = ["bjohnson@binarylogic.com".freeze] s.files = [".gitignore".freeze, ".travis.yml".freeze, "CHANGELOG.md".freeze, "CONTRIBUTING.md".freeze, "Gemfile".freeze, "LICENSE".freeze, "README.rdoc".freeze, "Rakefile".freeze, "authlogic.gemspec".freeze, "lib/authlogic.rb".freeze, "lib/authlogic/acts_as_authentic/base.rb".freeze, "lib/authlogic/acts_as_authentic/email.rb".freeze, "lib/authlogic/acts_as_authentic/logged_in_status.rb".freeze, "lib/authlogic/acts_as_authentic/login.rb".freeze, "lib/authlogic/acts_as_authentic/magic_columns.rb".freeze, "lib/authlogic/acts_as_authentic/password.rb".freeze, "lib/authlogic/acts_as_authentic/perishable_token.rb".freeze, "lib/authlogic/acts_as_authentic/persistence_token.rb".freeze, "lib/authlogic/acts_as_authentic/restful_authentication.rb".freeze, "lib/authlogic/acts_as_authentic/session_maintenance.rb".freeze, "lib/authlogic/acts_as_authentic/single_access_token.rb".freeze, "lib/authlogic/acts_as_authentic/validations_scope.rb".freeze, "lib/authlogic/authenticates_many/association.rb".freeze, "lib/authlogic/authenticates_many/base.rb".freeze, "lib/authlogic/config.rb".freeze, "lib/authlogic/controller_adapters/abstract_adapter.rb".freeze, "lib/authlogic/controller_adapters/rack_adapter.rb".freeze, "lib/authlogic/controller_adapters/rails_adapter.rb".freeze, "lib/authlogic/controller_adapters/sinatra_adapter.rb".freeze, "lib/authlogic/crypto_providers.rb".freeze, "lib/authlogic/crypto_providers/aes256.rb".freeze, "lib/authlogic/crypto_providers/bcrypt.rb".freeze, "lib/authlogic/crypto_providers/md5.rb".freeze, "lib/authlogic/crypto_providers/scrypt.rb".freeze, "lib/authlogic/crypto_providers/sha1.rb".freeze, "lib/authlogic/crypto_providers/sha256.rb".freeze, "lib/authlogic/crypto_providers/sha512.rb".freeze, "lib/authlogic/crypto_providers/wordpress.rb".freeze, "lib/authlogic/i18n.rb".freeze, "lib/authlogic/i18n/translator.rb".freeze, "lib/authlogic/random.rb".freeze, "lib/authlogic/regex.rb".freeze, "lib/authlogic/session/activation.rb".freeze, "lib/authlogic/session/active_record_trickery.rb".freeze, "lib/authlogic/session/base.rb".freeze, "lib/authlogic/session/brute_force_protection.rb".freeze, "lib/authlogic/session/callbacks.rb".freeze, "lib/authlogic/session/cookies.rb".freeze, "lib/authlogic/session/existence.rb".freeze, "lib/authlogic/session/foundation.rb".freeze, "lib/authlogic/session/http_auth.rb".freeze, "lib/authlogic/session/id.rb".freeze, "lib/authlogic/session/klass.rb".freeze, "lib/authlogic/session/magic_columns.rb".freeze, "lib/authlogic/session/magic_states.rb".freeze, "lib/authlogic/session/params.rb".freeze, "lib/authlogic/session/password.rb".freeze, "lib/authlogic/session/perishable_token.rb".freeze, "lib/authlogic/session/persistence.rb".freeze, "lib/authlogic/session/priority_record.rb".freeze, "lib/authlogic/session/scopes.rb".freeze, "lib/authlogic/session/session.rb".freeze, "lib/authlogic/session/timeout.rb".freeze, "lib/authlogic/session/unauthorized_record.rb".freeze, "lib/authlogic/session/validation.rb".freeze, "lib/authlogic/test_case.rb".freeze, "lib/authlogic/test_case/mock_controller.rb".freeze, "lib/authlogic/test_case/mock_cookie_jar.rb".freeze, "lib/authlogic/test_case/mock_logger.rb".freeze, "lib/authlogic/test_case/mock_request.rb".freeze, "lib/authlogic/test_case/rails_request_adapter.rb".freeze, "test/acts_as_authentic_test/base_test.rb".freeze, "test/acts_as_authentic_test/email_test.rb".freeze, "test/acts_as_authentic_test/logged_in_status_test.rb".freeze, "test/acts_as_authentic_test/login_test.rb".freeze, "test/acts_as_authentic_test/magic_columns_test.rb".freeze, "test/acts_as_authentic_test/password_test.rb".freeze, "test/acts_as_authentic_test/perishable_token_test.rb".freeze, "test/acts_as_authentic_test/persistence_token_test.rb".freeze, "test/acts_as_authentic_test/restful_authentication_test.rb".freeze, "test/acts_as_authentic_test/session_maintenance_test.rb".freeze, "test/acts_as_authentic_test/single_access_test.rb".freeze, "test/authenticates_many_test.rb".freeze, "test/config_test.rb".freeze, "test/crypto_provider_test/aes256_test.rb".freeze, "test/crypto_provider_test/bcrypt_test.rb".freeze, "test/crypto_provider_test/scrypt_test.rb".freeze, "test/crypto_provider_test/sha1_test.rb".freeze, "test/crypto_provider_test/sha256_test.rb".freeze, "test/crypto_provider_test/sha512_test.rb".freeze, "test/fixtures/companies.yml".freeze, "test/fixtures/employees.yml".freeze, "test/fixtures/projects.yml".freeze, "test/fixtures/users.yml".freeze, "test/gemfiles/Gemfile.rails-3.2.x".freeze, "test/gemfiles/Gemfile.rails-4.0.x".freeze, "test/gemfiles/Gemfile.rails-4.1.x".freeze, "test/gemfiles/Gemfile.rails-4.2.x".freeze, "test/i18n/lol.yml".freeze, "test/i18n_test.rb".freeze, "test/libs/affiliate.rb".freeze, "test/libs/company.rb".freeze, "test/libs/employee.rb".freeze, "test/libs/employee_session.rb".freeze, "test/libs/ldaper.rb".freeze, "test/libs/project.rb".freeze, "test/libs/user.rb".freeze, "test/libs/user_session.rb".freeze, "test/random_test.rb".freeze, "test/session_test/activation_test.rb".freeze, "test/session_test/active_record_trickery_test.rb".freeze, "test/session_test/brute_force_protection_test.rb".freeze, "test/session_test/callbacks_test.rb".freeze, "test/session_test/cookies_test.rb".freeze, "test/session_test/credentials_test.rb".freeze, "test/session_test/existence_test.rb".freeze, "test/session_test/foundation_test.rb".freeze, "test/session_test/http_auth_test.rb".freeze, "test/session_test/id_test.rb".freeze, "test/session_test/klass_test.rb".freeze, "test/session_test/magic_columns_test.rb".freeze, "test/session_test/magic_states_test.rb".freeze, "test/session_test/params_test.rb".freeze, "test/session_test/password_test.rb".freeze, "test/session_test/perishability_test.rb".freeze, "test/session_test/persistence_test.rb".freeze, "test/session_test/scopes_test.rb".freeze, "test/session_test/session_test.rb".freeze, "test/session_test/timeout_test.rb".freeze, "test/session_test/unauthorized_record_test.rb".freeze, "test/session_test/validation_test.rb".freeze, "test/test_helper.rb".freeze] s.homepage = "http://github.com/binarylogic/authlogic".freeze s.licenses = ["MIT".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "A clean, simple, and unobtrusive ruby authentication solution.".freeze s.test_files = ["test/acts_as_authentic_test/base_test.rb".freeze, "test/acts_as_authentic_test/email_test.rb".freeze, "test/acts_as_authentic_test/logged_in_status_test.rb".freeze, "test/acts_as_authentic_test/login_test.rb".freeze, "test/acts_as_authentic_test/magic_columns_test.rb".freeze, "test/acts_as_authentic_test/password_test.rb".freeze, "test/acts_as_authentic_test/perishable_token_test.rb".freeze, "test/acts_as_authentic_test/persistence_token_test.rb".freeze, "test/acts_as_authentic_test/restful_authentication_test.rb".freeze, "test/acts_as_authentic_test/session_maintenance_test.rb".freeze, "test/acts_as_authentic_test/single_access_test.rb".freeze, "test/authenticates_many_test.rb".freeze, "test/config_test.rb".freeze, "test/crypto_provider_test/aes256_test.rb".freeze, "test/crypto_provider_test/bcrypt_test.rb".freeze, "test/crypto_provider_test/scrypt_test.rb".freeze, "test/crypto_provider_test/sha1_test.rb".freeze, "test/crypto_provider_test/sha256_test.rb".freeze, "test/crypto_provider_test/sha512_test.rb".freeze, "test/fixtures/companies.yml".freeze, "test/fixtures/employees.yml".freeze, "test/fixtures/projects.yml".freeze, "test/fixtures/users.yml".freeze, "test/gemfiles/Gemfile.rails-3.2.x".freeze, "test/gemfiles/Gemfile.rails-4.0.x".freeze, "test/gemfiles/Gemfile.rails-4.1.x".freeze, "test/gemfiles/Gemfile.rails-4.2.x".freeze, "test/i18n/lol.yml".freeze, "test/i18n_test.rb".freeze, "test/libs/affiliate.rb".freeze, "test/libs/company.rb".freeze, "test/libs/employee.rb".freeze, "test/libs/employee_session.rb".freeze, "test/libs/ldaper.rb".freeze, "test/libs/project.rb".freeze, "test/libs/user.rb".freeze, "test/libs/user_session.rb".freeze, "test/random_test.rb".freeze, "test/session_test/activation_test.rb".freeze, "test/session_test/active_record_trickery_test.rb".freeze, "test/session_test/brute_force_protection_test.rb".freeze, "test/session_test/callbacks_test.rb".freeze, "test/session_test/cookies_test.rb".freeze, "test/session_test/credentials_test.rb".freeze, "test/session_test/existence_test.rb".freeze, "test/session_test/foundation_test.rb".freeze, "test/session_test/http_auth_test.rb".freeze, "test/session_test/id_test.rb".freeze, "test/session_test/klass_test.rb".freeze, "test/session_test/magic_columns_test.rb".freeze, "test/session_test/magic_states_test.rb".freeze, "test/session_test/params_test.rb".freeze, "test/session_test/password_test.rb".freeze, "test/session_test/perishability_test.rb".freeze, "test/session_test/persistence_test.rb".freeze, "test/session_test/scopes_test.rb".freeze, "test/session_test/session_test.rb".freeze, "test/session_test/timeout_test.rb".freeze, "test/session_test/unauthorized_record_test.rb".freeze, "test/session_test/validation_test.rb".freeze, "test/test_helper.rb".freeze] s.specification_version = 4 s.add_runtime_dependency(%q.freeze, [">= 3.2".freeze]) s.add_runtime_dependency(%q.freeze, [">= 3.2".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 1.0".freeze]) s.add_runtime_dependency(%q.freeze, [">= 1.2".freeze, "< 3.0".freeze]) s.add_development_dependency(%q.freeze, ["~> 3.1".freeze]) s.add_development_dependency(%q.freeze, ["~> 0.7".freeze]) end