--- !ruby/object:Gem::Specification name: simple_token_authentication version: !ruby/object:Gem::Version version: 1.10.0 platform: ruby authors: - Gonzalo Bulnes Guilpain autorequire: bindir: bin cert_chain: [] date: 2015-06-03 00:00:00.000000000 Z dependencies: - !ruby/object:Gem::Dependency name: actionmailer requirement: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: 3.2.6 - - "<" - !ruby/object:Gem::Version version: '5' type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: 3.2.6 - - "<" - !ruby/object:Gem::Version version: '5' - !ruby/object:Gem::Dependency name: actionpack requirement: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: 3.2.6 - - "<" - !ruby/object:Gem::Version version: '5' type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: 3.2.6 - - "<" - !ruby/object:Gem::Version version: '5' - !ruby/object:Gem::Dependency name: devise requirement: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '3.2' type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '3.2' - !ruby/object:Gem::Dependency name: rspec requirement: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '3.0' type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '3.0' - !ruby/object:Gem::Dependency name: inch requirement: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '0.4' type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '0.4' - !ruby/object:Gem::Dependency name: activerecord requirement: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: 3.2.6 - - "<" - !ruby/object:Gem::Version version: '5' type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: 3.2.6 - - "<" - !ruby/object:Gem::Version version: '5' - !ruby/object:Gem::Dependency name: mongoid requirement: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: 3.1.0 - - "<" - !ruby/object:Gem::Version version: '5' type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: 3.1.0 - - "<" - !ruby/object:Gem::Version version: '5' description: email: - gon.bulnes@gmail.com executables: [] extensions: [] extra_rdoc_files: [] files: - LICENSE - README.md - Rakefile - doc/README.md - lib/simple_token_authentication.rb - lib/simple_token_authentication/acts_as_token_authenticatable.rb - lib/simple_token_authentication/acts_as_token_authentication_handler.rb - lib/simple_token_authentication/adapter.rb - lib/simple_token_authentication/adapters/active_record_adapter.rb - lib/simple_token_authentication/adapters/mongoid_adapter.rb - lib/simple_token_authentication/adapters/rails_adapter.rb - lib/simple_token_authentication/adapters/rails_api_adapter.rb - lib/simple_token_authentication/configuration.rb - lib/simple_token_authentication/devise_fallback_handler.rb - lib/simple_token_authentication/entities_manager.rb - lib/simple_token_authentication/entity.rb - lib/simple_token_authentication/exception_fallback_handler.rb - lib/simple_token_authentication/sign_in_handler.rb - lib/simple_token_authentication/token_authentication_handler.rb - lib/simple_token_authentication/token_comparator.rb - lib/simple_token_authentication/token_generator.rb - lib/simple_token_authentication/version.rb - spec/configuration/action_controller_callbacks_options_spec.rb - spec/configuration/fallback_to_devise_option_spec.rb - spec/configuration/header_names_option_spec.rb - spec/configuration/sign_in_token_option_spec.rb - spec/configuration/skip_devise_trackable_option_spec.rb - spec/lib/simple_token_authentication/acts_as_token_authenticatable_spec.rb - spec/lib/simple_token_authentication/acts_as_token_authentication_handler_spec.rb - spec/lib/simple_token_authentication/adapter_spec.rb - spec/lib/simple_token_authentication/adapters/active_record_adapter_spec.rb - spec/lib/simple_token_authentication/adapters/mongoid_adapter_spec.rb - spec/lib/simple_token_authentication/adapters/rails_adapter_spec.rb - spec/lib/simple_token_authentication/adapters/rails_api_adapter_spec.rb - spec/lib/simple_token_authentication/configuration_spec.rb - spec/lib/simple_token_authentication/devise_fallback_handler_spec.rb - spec/lib/simple_token_authentication/entities_manager_spec.rb - spec/lib/simple_token_authentication/entity_spec.rb - spec/lib/simple_token_authentication/errors_spec.rb - spec/lib/simple_token_authentication/exception_fallback_handler_spec.rb - spec/lib/simple_token_authentication/sign_in_handler_spec.rb - spec/lib/simple_token_authentication/token_authentication_handler_spec.rb - spec/lib/simple_token_authentication/token_comparator_spec.rb - spec/lib/simple_token_authentication/token_generator_spec.rb - spec/lib/simple_token_authentication_spec.rb - spec/spec_helper.rb - spec/support/dummy_classes_helper.rb - spec/support/spec_for_adapter.rb - spec/support/spec_for_authentication_handler_interface.rb - spec/support/spec_for_configuration_option_interface.rb - spec/support/spec_for_entities_manager_interface.rb - spec/support/spec_for_fallback_handler_interface.rb - spec/support/spec_for_sign_in_handler_interface.rb - spec/support/spec_for_token_comparator_interface.rb - spec/support/spec_for_token_generator_interface.rb - spec/support/specs_for_token_authentication_handler_interface.rb homepage: https://github.com/gonzalo-bulnes/simple_token_authentication licenses: - GPLv3 metadata: {} post_install_message: rdoc_options: [] require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' required_rubygems_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' requirements: [] rubyforge_project: rubygems_version: 2.4.7 signing_key: specification_version: 4 summary: Simple (but safe) token authentication for Rails apps or API with Devise. test_files: - spec/lib/simple_token_authentication_spec.rb - spec/lib/simple_token_authentication/entities_manager_spec.rb - spec/lib/simple_token_authentication/sign_in_handler_spec.rb - spec/lib/simple_token_authentication/exception_fallback_handler_spec.rb - spec/lib/simple_token_authentication/token_comparator_spec.rb - spec/lib/simple_token_authentication/configuration_spec.rb - spec/lib/simple_token_authentication/token_generator_spec.rb - spec/lib/simple_token_authentication/acts_as_token_authenticatable_spec.rb - spec/lib/simple_token_authentication/acts_as_token_authentication_handler_spec.rb - spec/lib/simple_token_authentication/devise_fallback_handler_spec.rb - spec/lib/simple_token_authentication/token_authentication_handler_spec.rb - spec/lib/simple_token_authentication/errors_spec.rb - spec/lib/simple_token_authentication/adapters/active_record_adapter_spec.rb - spec/lib/simple_token_authentication/adapters/mongoid_adapter_spec.rb - spec/lib/simple_token_authentication/adapters/rails_adapter_spec.rb - spec/lib/simple_token_authentication/adapters/rails_api_adapter_spec.rb - spec/lib/simple_token_authentication/entity_spec.rb - spec/lib/simple_token_authentication/adapter_spec.rb - spec/configuration/action_controller_callbacks_options_spec.rb - spec/configuration/header_names_option_spec.rb - spec/configuration/fallback_to_devise_option_spec.rb - spec/configuration/skip_devise_trackable_option_spec.rb - spec/configuration/sign_in_token_option_spec.rb - spec/spec_helper.rb - spec/support/spec_for_authentication_handler_interface.rb - spec/support/spec_for_entities_manager_interface.rb - spec/support/spec_for_adapter.rb - spec/support/specs_for_token_authentication_handler_interface.rb - spec/support/spec_for_token_comparator_interface.rb - spec/support/spec_for_fallback_handler_interface.rb - spec/support/spec_for_configuration_option_interface.rb - spec/support/spec_for_sign_in_handler_interface.rb - spec/support/dummy_classes_helper.rb - spec/support/spec_for_token_generator_interface.rb has_rdoc: