# -*- encoding: utf-8 -*- # stub: simple_token_authentication 1.10.0 ruby lib Gem::Specification.new do |s| s.name = "simple_token_authentication".freeze s.version = "1.10.0".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Gonzalo Bulnes Guilpain".freeze] s.date = "2015-06-03" s.email = ["gon.bulnes@gmail.com".freeze] s.files = ["LICENSE".freeze, "README.md".freeze, "Rakefile".freeze, "doc/README.md".freeze, "lib/simple_token_authentication.rb".freeze, "lib/simple_token_authentication/acts_as_token_authenticatable.rb".freeze, "lib/simple_token_authentication/acts_as_token_authentication_handler.rb".freeze, "lib/simple_token_authentication/adapter.rb".freeze, "lib/simple_token_authentication/adapters/active_record_adapter.rb".freeze, "lib/simple_token_authentication/adapters/mongoid_adapter.rb".freeze, "lib/simple_token_authentication/adapters/rails_adapter.rb".freeze, "lib/simple_token_authentication/adapters/rails_api_adapter.rb".freeze, "lib/simple_token_authentication/configuration.rb".freeze, "lib/simple_token_authentication/devise_fallback_handler.rb".freeze, "lib/simple_token_authentication/entities_manager.rb".freeze, "lib/simple_token_authentication/entity.rb".freeze, "lib/simple_token_authentication/exception_fallback_handler.rb".freeze, "lib/simple_token_authentication/sign_in_handler.rb".freeze, "lib/simple_token_authentication/token_authentication_handler.rb".freeze, "lib/simple_token_authentication/token_comparator.rb".freeze, "lib/simple_token_authentication/token_generator.rb".freeze, "lib/simple_token_authentication/version.rb".freeze, "spec/configuration/action_controller_callbacks_options_spec.rb".freeze, "spec/configuration/fallback_to_devise_option_spec.rb".freeze, "spec/configuration/header_names_option_spec.rb".freeze, "spec/configuration/sign_in_token_option_spec.rb".freeze, "spec/configuration/skip_devise_trackable_option_spec.rb".freeze, "spec/lib/simple_token_authentication/acts_as_token_authenticatable_spec.rb".freeze, "spec/lib/simple_token_authentication/acts_as_token_authentication_handler_spec.rb".freeze, "spec/lib/simple_token_authentication/adapter_spec.rb".freeze, "spec/lib/simple_token_authentication/adapters/active_record_adapter_spec.rb".freeze, "spec/lib/simple_token_authentication/adapters/mongoid_adapter_spec.rb".freeze, "spec/lib/simple_token_authentication/adapters/rails_adapter_spec.rb".freeze, "spec/lib/simple_token_authentication/adapters/rails_api_adapter_spec.rb".freeze, "spec/lib/simple_token_authentication/configuration_spec.rb".freeze, "spec/lib/simple_token_authentication/devise_fallback_handler_spec.rb".freeze, "spec/lib/simple_token_authentication/entities_manager_spec.rb".freeze, "spec/lib/simple_token_authentication/entity_spec.rb".freeze, "spec/lib/simple_token_authentication/errors_spec.rb".freeze, "spec/lib/simple_token_authentication/exception_fallback_handler_spec.rb".freeze, "spec/lib/simple_token_authentication/sign_in_handler_spec.rb".freeze, "spec/lib/simple_token_authentication/token_authentication_handler_spec.rb".freeze, "spec/lib/simple_token_authentication/token_comparator_spec.rb".freeze, "spec/lib/simple_token_authentication/token_generator_spec.rb".freeze, "spec/lib/simple_token_authentication_spec.rb".freeze, "spec/spec_helper.rb".freeze, "spec/support/dummy_classes_helper.rb".freeze, "spec/support/spec_for_adapter.rb".freeze, "spec/support/spec_for_authentication_handler_interface.rb".freeze, "spec/support/spec_for_configuration_option_interface.rb".freeze, "spec/support/spec_for_entities_manager_interface.rb".freeze, "spec/support/spec_for_fallback_handler_interface.rb".freeze, "spec/support/spec_for_sign_in_handler_interface.rb".freeze, "spec/support/spec_for_token_comparator_interface.rb".freeze, "spec/support/spec_for_token_generator_interface.rb".freeze, "spec/support/specs_for_token_authentication_handler_interface.rb".freeze] s.homepage = "https://github.com/gonzalo-bulnes/simple_token_authentication".freeze s.licenses = ["GPLv3".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "Simple (but safe) token authentication for Rails apps or API with Devise.".freeze s.test_files = ["spec/lib/simple_token_authentication_spec.rb".freeze, "spec/lib/simple_token_authentication/entities_manager_spec.rb".freeze, "spec/lib/simple_token_authentication/sign_in_handler_spec.rb".freeze, "spec/lib/simple_token_authentication/exception_fallback_handler_spec.rb".freeze, "spec/lib/simple_token_authentication/token_comparator_spec.rb".freeze, "spec/lib/simple_token_authentication/configuration_spec.rb".freeze, "spec/lib/simple_token_authentication/token_generator_spec.rb".freeze, "spec/lib/simple_token_authentication/acts_as_token_authenticatable_spec.rb".freeze, "spec/lib/simple_token_authentication/acts_as_token_authentication_handler_spec.rb".freeze, "spec/lib/simple_token_authentication/devise_fallback_handler_spec.rb".freeze, "spec/lib/simple_token_authentication/token_authentication_handler_spec.rb".freeze, "spec/lib/simple_token_authentication/errors_spec.rb".freeze, "spec/lib/simple_token_authentication/adapters/active_record_adapter_spec.rb".freeze, "spec/lib/simple_token_authentication/adapters/mongoid_adapter_spec.rb".freeze, "spec/lib/simple_token_authentication/adapters/rails_adapter_spec.rb".freeze, "spec/lib/simple_token_authentication/adapters/rails_api_adapter_spec.rb".freeze, "spec/lib/simple_token_authentication/entity_spec.rb".freeze, "spec/lib/simple_token_authentication/adapter_spec.rb".freeze, "spec/configuration/action_controller_callbacks_options_spec.rb".freeze, "spec/configuration/header_names_option_spec.rb".freeze, "spec/configuration/fallback_to_devise_option_spec.rb".freeze, "spec/configuration/skip_devise_trackable_option_spec.rb".freeze, "spec/configuration/sign_in_token_option_spec.rb".freeze, "spec/spec_helper.rb".freeze, "spec/support/spec_for_authentication_handler_interface.rb".freeze, "spec/support/spec_for_entities_manager_interface.rb".freeze, "spec/support/spec_for_adapter.rb".freeze, "spec/support/specs_for_token_authentication_handler_interface.rb".freeze, "spec/support/spec_for_token_comparator_interface.rb".freeze, "spec/support/spec_for_fallback_handler_interface.rb".freeze, "spec/support/spec_for_configuration_option_interface.rb".freeze, "spec/support/spec_for_sign_in_handler_interface.rb".freeze, "spec/support/dummy_classes_helper.rb".freeze, "spec/support/spec_for_token_generator_interface.rb".freeze] s.specification_version = 4 s.add_runtime_dependency(%q.freeze, [">= 3.2.6".freeze, "< 5".freeze]) s.add_runtime_dependency(%q.freeze, [">= 3.2.6".freeze, "< 5".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 3.2".freeze]) s.add_development_dependency(%q.freeze, ["~> 3.0".freeze]) s.add_development_dependency(%q.freeze, ["~> 0.4".freeze]) s.add_development_dependency(%q.freeze, [">= 3.2.6".freeze, "< 5".freeze]) s.add_development_dependency(%q.freeze, [">= 3.1.0".freeze, "< 5".freeze]) end