--- !ruby/object:Gem::Specification name: rack-oauth2-server version: !ruby/object:Gem::Version hash: 25 prerelease: false segments: - 1 - 3 - 1 version: 1.3.1 platform: ruby authors: - Assaf Arkin autorequire: bindir: bin cert_chain: [] date: 2010-11-08 00:00:00 -08:00 default_executable: dependencies: - !ruby/object:Gem::Dependency name: rack prerelease: false requirement: &id001 !ruby/object:Gem::Requirement none: false requirements: - - ~> - !ruby/object:Gem::Version hash: 1 segments: - 1 version: "1" type: :runtime version_requirements: *id001 - !ruby/object:Gem::Dependency name: mongo prerelease: false requirement: &id002 !ruby/object:Gem::Requirement none: false requirements: - - ~> - !ruby/object:Gem::Version hash: 1 segments: - 1 version: "1" type: :runtime version_requirements: *id002 - !ruby/object:Gem::Dependency name: bson_ext prerelease: false requirement: &id003 !ruby/object:Gem::Requirement none: false requirements: - - ">=" - !ruby/object:Gem::Version hash: 3 segments: - 0 version: "0" type: :runtime version_requirements: *id003 description: Because you don't allow strangers into your app, and OAuth 2.0 is the new awesome. email: assaf@labnotes.org executables: [] extensions: [] extra_rdoc_files: - README.rdoc - CHANGELOG files: - bin/oauth2-server - lib/rack/oauth2/admin/css/screen.css - lib/rack/oauth2/admin/images/loading.gif - lib/rack/oauth2/admin/images/oauth-2.png - lib/rack/oauth2/admin/js/application.js - lib/rack/oauth2/admin/js/jquery.js - lib/rack/oauth2/admin/js/jquery.tmpl.js - lib/rack/oauth2/admin/js/sammy.js - lib/rack/oauth2/admin/js/sammy.json.js - lib/rack/oauth2/admin/js/sammy.storage.js - lib/rack/oauth2/admin/js/sammy.title.js - lib/rack/oauth2/admin/js/sammy.tmpl.js - lib/rack/oauth2/admin/js/underscore.js - lib/rack/oauth2/admin/views/client.tmpl - lib/rack/oauth2/admin/views/clients.tmpl - lib/rack/oauth2/admin/views/edit.tmpl - lib/rack/oauth2/admin/views/index.html - lib/rack/oauth2/models/access_grant.rb - lib/rack/oauth2/models/access_token.rb - lib/rack/oauth2/models/auth_request.rb - lib/rack/oauth2/models/client.rb - lib/rack/oauth2/models.rb - lib/rack/oauth2/rails.rb - lib/rack/oauth2/server/admin.rb - lib/rack/oauth2/server/errors.rb - lib/rack/oauth2/server/helper.rb - lib/rack/oauth2/server/utils.rb - lib/rack/oauth2/server.rb - lib/rack/oauth2/sinatra.rb - lib/rack-oauth2-server.rb - rails/init.rb - test/admin/api_test.rb - test/admin_test_.rb - test/oauth/access_grant_test.rb - test/oauth/access_token_test.rb - test/oauth/authorization_test.rb - test/rails/app/controllers/api_controller.rb - test/rails/app/controllers/application_controller.rb - test/rails/app/controllers/oauth_controller.rb - test/rails/config/environment.rb - test/rails/config/environments/test.rb - test/rails/config/routes.rb - test/rails/log/test.log - test/setup.rb - test/sinatra/my_app.rb - CHANGELOG - VERSION - MIT-LICENSE - README.rdoc - Rakefile - Gemfile - rack-oauth2-server.gemspec has_rdoc: true homepage: http://github.com/assaf/rack-oauth2-server licenses: [] post_install_message: To get started, run the command oauth2-server rdoc_options: - --title - rack-oauth2-server 1.3.1 - --main - README.rdoc - --webcvs - http://github.com/assaf/rack-oauth2-server require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement none: false requirements: - - ">=" - !ruby/object:Gem::Version hash: 57 segments: - 1 - 8 - 7 version: 1.8.7 required_rubygems_version: !ruby/object:Gem::Requirement none: false requirements: - - ">=" - !ruby/object:Gem::Version hash: 3 segments: - 0 version: "0" requirements: [] rubyforge_project: rubygems_version: 1.3.7 signing_key: specification_version: 3 summary: OAuth 2.0 Authorization Server as a Rack module test_files: []