1 --- !ruby/object:Gem::Specification 
 
   3 version: !ruby/object:Gem::Version 
 
  17 date: 2010-05-11 00:00:00 +01:00
 
  18 default_executable: rots
 
  20 - !ruby/object:Gem::Dependency 
 
  23   requirement: &id001 !ruby/object:Gem::Requirement 
 
  26       - !ruby/object:Gem::Version 
 
  31   version_requirements: *id001
 
  32 - !ruby/object:Gem::Dependency 
 
  35   requirement: &id002 !ruby/object:Gem::Requirement 
 
  38       - !ruby/object:Gem::Version 
 
  43   version_requirements: *id002
 
  44 - !ruby/object:Gem::Dependency 
 
  47   requirement: &id003 !ruby/object:Gem::Requirement 
 
  50       - !ruby/object:Gem::Version 
 
  55   version_requirements: *id003
 
  57   Ruby OpenID Test Server (ROST) provides a basic OpenID server made in top of the Rack gem.
 
  58   With this small server, you can make dummy OpenID request for testing purposes,
 
  59   the success of the response will depend on a parameter given on the url of the authentication request.
 
  61 email: romanandreg@gmail.com
 
  74 - lib/rots/identity_page_app.rb
 
  75 - lib/rots/server_app.rb
 
  76 - lib/rots/test_helper.rb
 
  78 - spec/server_app_spec.rb
 
  81 homepage: http://github.com/roman
 
  89 required_ruby_version: !ruby/object:Gem::Requirement 
 
  92     - !ruby/object:Gem::Version 
 
  96 required_rubygems_version: !ruby/object:Gem::Requirement 
 
  99     - !ruby/object:Gem::Version 
 
 105 rubyforge_project: rots
 
 106 rubygems_version: 1.3.6
 
 108 specification_version: 3
 
 109 summary: an OpenID server for making tests of OpenID clients implementations
 
 111 - spec/server_app_spec.rb
 
 112 - spec/spec_helper.rb