--- !ruby/object:Gem::Specification name: devise_saml_authenticatable version: !ruby/object:Gem::Version version: 1.6.1 platform: ruby authors: - Josef Sauter autorequire: bindir: bin cert_chain: [] date: 2020-09-14 00:00:00.000000000 Z dependencies: - !ruby/object:Gem::Dependency name: devise requirement: !ruby/object:Gem::Requirement requirements: - - ">" - !ruby/object:Gem::Version version: 2.0.0 type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - ">" - !ruby/object:Gem::Version version: 2.0.0 - !ruby/object:Gem::Dependency name: ruby-saml requirement: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '1.7' type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '1.7' description: SAML Authentication for devise email: - Josef.Sauter@gmail.com executables: [] extensions: [] extra_rdoc_files: [] files: - ".gitignore" - ".rspec" - ".travis.yml" - Gemfile - LICENSE - README.md - Rakefile - app/controllers/devise/saml_sessions_controller.rb - devise_saml_authenticatable.gemspec - lib/devise_saml_authenticatable.rb - lib/devise_saml_authenticatable/default_attribute_map_resolver.rb - lib/devise_saml_authenticatable/default_idp_entity_id_reader.rb - lib/devise_saml_authenticatable/exception.rb - lib/devise_saml_authenticatable/logger.rb - lib/devise_saml_authenticatable/model.rb - lib/devise_saml_authenticatable/routes.rb - lib/devise_saml_authenticatable/saml_config.rb - lib/devise_saml_authenticatable/saml_mapped_attributes.rb - lib/devise_saml_authenticatable/saml_response.rb - lib/devise_saml_authenticatable/strategy.rb - lib/devise_saml_authenticatable/version.rb - rails/init.rb - spec/controllers/devise/saml_sessions_controller_spec.rb - spec/devise_saml_authenticatable/default_attribute_map_resolver_spec.rb - spec/devise_saml_authenticatable/default_idp_entity_id_reader_spec.rb - spec/devise_saml_authenticatable/model_spec.rb - spec/devise_saml_authenticatable/saml_config_spec.rb - spec/devise_saml_authenticatable/saml_mapped_attributes_spec.rb - spec/devise_saml_authenticatable/strategy_spec.rb - spec/features/saml_authentication_spec.rb - spec/rails_helper.rb - spec/routes/routes_spec.rb - spec/spec_helper.rb - spec/support/Gemfile.rails4 - spec/support/Gemfile.rails5 - spec/support/Gemfile.rails5.1 - spec/support/Gemfile.rails5.2 - spec/support/attribute-map.yml - spec/support/attribute_map_resolver.rb.erb - spec/support/idp_settings_adapter.rb.erb - spec/support/idp_template.rb - spec/support/rails_app.rb - spec/support/response_encrypted_nameid.xml.base64 - spec/support/saml_idp-saml_slo_post.html.erb - spec/support/saml_idp_controller.rb.erb - spec/support/sp_template.rb homepage: '' licenses: - MIT 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: [] rubygems_version: 3.0.3 signing_key: specification_version: 4 summary: SAML Authentication for devise test_files: - spec/controllers/devise/saml_sessions_controller_spec.rb - spec/devise_saml_authenticatable/default_attribute_map_resolver_spec.rb - spec/devise_saml_authenticatable/default_idp_entity_id_reader_spec.rb - spec/devise_saml_authenticatable/model_spec.rb - spec/devise_saml_authenticatable/saml_config_spec.rb - spec/devise_saml_authenticatable/saml_mapped_attributes_spec.rb - spec/devise_saml_authenticatable/strategy_spec.rb - spec/features/saml_authentication_spec.rb - spec/rails_helper.rb - spec/routes/routes_spec.rb - spec/spec_helper.rb - spec/support/Gemfile.rails4 - spec/support/Gemfile.rails5 - spec/support/Gemfile.rails5.1 - spec/support/Gemfile.rails5.2 - spec/support/attribute-map.yml - spec/support/attribute_map_resolver.rb.erb - spec/support/idp_settings_adapter.rb.erb - spec/support/idp_template.rb - spec/support/rails_app.rb - spec/support/response_encrypted_nameid.xml.base64 - spec/support/saml_idp-saml_slo_post.html.erb - spec/support/saml_idp_controller.rb.erb - spec/support/sp_template.rb