--- !ruby/object:Gem::Specification name: rots version: !ruby/object:Gem::Version prerelease: false segments: - 0 - 2 - 1 version: 0.2.1 platform: ruby authors: - Roman Gonzalez autorequire: bindir: bin cert_chain: [] date: 2010-05-11 00:00:00 +01:00 default_executable: rots dependencies: - !ruby/object:Gem::Dependency name: rspec prerelease: false requirement: &id001 !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version segments: - 0 version: "0" type: :development version_requirements: *id001 - !ruby/object:Gem::Dependency name: rack prerelease: false requirement: &id002 !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version segments: - 0 version: "0" type: :development version_requirements: *id002 - !ruby/object:Gem::Dependency name: ruby-openid prerelease: false requirement: &id003 !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version segments: - 0 version: "0" type: :development version_requirements: *id003 description: | Ruby OpenID Test Server (ROST) provides a basic OpenID server made in top of the Rack gem. With this small server, you can make dummy OpenID request for testing purposes, the success of the response will depend on a parameter given on the url of the authentication request. email: romanandreg@gmail.com executables: - rots extensions: [] extra_rdoc_files: - README files: - AUTHORS - README - Rakefile - bin/rots - lib/rots.rb - lib/rots/identity_page_app.rb - lib/rots/server_app.rb - lib/rots/test_helper.rb - rots.gemspec - spec/server_app_spec.rb - spec/spec_helper.rb has_rdoc: true homepage: http://github.com/roman licenses: [] post_install_message: rdoc_options: [] require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version segments: - 0 version: "0" required_rubygems_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version segments: - 0 version: "0" requirements: [] rubyforge_project: rots rubygems_version: 1.3.6 signing_key: specification_version: 3 summary: an OpenID server for making tests of OpenID clients implementations test_files: - spec/server_app_spec.rb - spec/spec_helper.rb