--- !ruby/object:Gem::Specification name: oauth-plugin version: !ruby/object:Gem::Version prerelease: 6 version: 0.4.0.pre6 platform: ruby authors: - Pelle Braendgaard autorequire: bindir: bin cert_chain: [] date: 2011-06-28 00:00:00 Z dependencies: - !ruby/object:Gem::Dependency name: opentransact prerelease: false requirement: &id001 !ruby/object:Gem::Requirement none: false requirements: - - ">=" - !ruby/object:Gem::Version version: "0" type: :development version_requirements: *id001 - !ruby/object:Gem::Dependency name: rspec prerelease: false requirement: &id002 !ruby/object:Gem::Requirement none: false requirements: - - ~> - !ruby/object:Gem::Version version: 2.4.0 type: :development version_requirements: *id002 - !ruby/object:Gem::Dependency name: fakeweb prerelease: false requirement: &id003 !ruby/object:Gem::Requirement none: false requirements: - - ">=" - !ruby/object:Gem::Version version: "0" type: :development version_requirements: *id003 - !ruby/object:Gem::Dependency name: fuubar prerelease: false requirement: &id004 !ruby/object:Gem::Requirement none: false requirements: - - ">=" - !ruby/object:Gem::Version version: "0" type: :development version_requirements: *id004 - !ruby/object:Gem::Dependency name: guard-rspec prerelease: false requirement: &id005 !ruby/object:Gem::Requirement none: false requirements: - - ">=" - !ruby/object:Gem::Version version: "0" type: :development version_requirements: *id005 - !ruby/object:Gem::Dependency name: growl prerelease: false requirement: &id006 !ruby/object:Gem::Requirement none: false requirements: - - ">=" - !ruby/object:Gem::Version version: "0" type: :development version_requirements: *id006 - !ruby/object:Gem::Dependency name: rack-test prerelease: false requirement: &id007 !ruby/object:Gem::Requirement none: false requirements: - - ">=" - !ruby/object:Gem::Version version: "0" type: :development version_requirements: *id007 - !ruby/object:Gem::Dependency name: multi_json prerelease: false requirement: &id008 !ruby/object:Gem::Requirement none: false requirements: - - ">=" - !ruby/object:Gem::Version version: "0" type: :runtime version_requirements: *id008 - !ruby/object:Gem::Dependency name: oauth prerelease: false requirement: &id009 !ruby/object:Gem::Requirement none: false requirements: - - ~> - !ruby/object:Gem::Version version: 0.4.4 type: :runtime version_requirements: *id009 - !ruby/object:Gem::Dependency name: rack prerelease: false requirement: &id010 !ruby/object:Gem::Requirement none: false requirements: - - ">=" - !ruby/object:Gem::Version version: "0" type: :runtime version_requirements: *id010 - !ruby/object:Gem::Dependency name: oauth2 prerelease: false requirement: &id011 !ruby/object:Gem::Requirement none: false requirements: - - ">=" - !ruby/object:Gem::Version version: "0" type: :runtime version_requirements: *id011 description: Rails plugin for implementing an OAuth Provider or Consumer email: oauth-ruby@googlegroups.com executables: [] extensions: [] extra_rdoc_files: - README.rdoc files: - .gitignore - CHANGELOG - Gemfile - Gemfile.lock - Guardfile - MIT-LICENSE - README.rdoc - Rakefile - UPGRADE.rdoc - generators/oauth_consumer/USAGE - generators/oauth_consumer/oauth_consumer_generator.rb - generators/oauth_consumer/templates/consumer_token.rb - generators/oauth_consumer/templates/controller.rb - generators/oauth_consumer/templates/index.html.erb - generators/oauth_consumer/templates/index.html.haml - generators/oauth_consumer/templates/migration.rb - generators/oauth_consumer/templates/oauth_config.rb - generators/oauth_consumer/templates/show.html.erb - generators/oauth_consumer/templates/show.html.haml - generators/oauth_provider/USAGE - generators/oauth_provider/lib/insert_routes.rb - generators/oauth_provider/oauth_provider_generator.rb - generators/oauth_provider/templates/_form.html.erb - generators/oauth_provider/templates/_form.html.haml - generators/oauth_provider/templates/access_token.rb - generators/oauth_provider/templates/authorize.html.erb - generators/oauth_provider/templates/authorize.html.haml - generators/oauth_provider/templates/authorize_failure.html.erb - generators/oauth_provider/templates/authorize_failure.html.haml - generators/oauth_provider/templates/authorize_success.html.erb - generators/oauth_provider/templates/authorize_success.html.haml - generators/oauth_provider/templates/client_application.rb - generators/oauth_provider/templates/client_application_spec.rb - generators/oauth_provider/templates/client_application_test.rb - generators/oauth_provider/templates/client_applications.yml - generators/oauth_provider/templates/clients_controller.rb - generators/oauth_provider/templates/clients_controller_spec.rb - generators/oauth_provider/templates/clients_controller_test.rb - generators/oauth_provider/templates/controller.rb - generators/oauth_provider/templates/edit.html.erb - generators/oauth_provider/templates/edit.html.haml - generators/oauth_provider/templates/index.html.erb - generators/oauth_provider/templates/index.html.haml - generators/oauth_provider/templates/migration.rb - generators/oauth_provider/templates/new.html.erb - generators/oauth_provider/templates/new.html.haml - generators/oauth_provider/templates/oauth2_authorize.html.erb - generators/oauth_provider/templates/oauth2_authorize.html.haml - generators/oauth_provider/templates/oauth2_token.rb - generators/oauth_provider/templates/oauth2_token_spec.rb - generators/oauth_provider/templates/oauth2_verifier.rb - generators/oauth_provider/templates/oauth2_verifier_spec.rb - generators/oauth_provider/templates/oauth_nonce.rb - generators/oauth_provider/templates/oauth_nonce_spec.rb - generators/oauth_provider/templates/oauth_nonce_test.rb - generators/oauth_provider/templates/oauth_nonces.yml - generators/oauth_provider/templates/oauth_token.rb - generators/oauth_provider/templates/oauth_token_spec.rb - generators/oauth_provider/templates/oauth_token_test.rb - generators/oauth_provider/templates/oauth_tokens.yml - generators/oauth_provider/templates/request_token.rb - generators/oauth_provider/templates/show.html.erb - generators/oauth_provider/templates/show.html.haml - init.rb - install.rb - lib/generators/active_record/oauth_consumer_generator.rb - lib/generators/active_record/oauth_consumer_templates/consumer_token.rb - lib/generators/active_record/oauth_consumer_templates/migration.rb - lib/generators/active_record/oauth_provider_generator.rb - lib/generators/active_record/oauth_provider_templates/access_token.rb - lib/generators/active_record/oauth_provider_templates/client_application.rb - lib/generators/active_record/oauth_provider_templates/migration.rb - lib/generators/active_record/oauth_provider_templates/oauth2_token.rb - lib/generators/active_record/oauth_provider_templates/oauth2_verifier.rb - lib/generators/active_record/oauth_provider_templates/oauth_nonce.rb - lib/generators/active_record/oauth_provider_templates/oauth_token.rb - lib/generators/active_record/oauth_provider_templates/request_token.rb - lib/generators/erb/oauth_consumer_generator.rb - lib/generators/erb/oauth_consumer_templates/index.html.erb - lib/generators/erb/oauth_consumer_templates/show.html.erb - lib/generators/erb/oauth_provider_generator.rb - lib/generators/erb/oauth_provider_templates/_form.html.erb - lib/generators/erb/oauth_provider_templates/authorize.html.erb - lib/generators/erb/oauth_provider_templates/authorize_failure.html.erb - lib/generators/erb/oauth_provider_templates/authorize_success.html.erb - lib/generators/erb/oauth_provider_templates/edit.html.erb - lib/generators/erb/oauth_provider_templates/index.html.erb - lib/generators/erb/oauth_provider_templates/new.html.erb - lib/generators/erb/oauth_provider_templates/oauth2_authorize.html.erb - lib/generators/erb/oauth_provider_templates/show.html.erb - lib/generators/haml/oauth_consumer_generator.rb - lib/generators/haml/oauth_consumer_templates/index.html.haml - lib/generators/haml/oauth_consumer_templates/show.html.haml - lib/generators/haml/oauth_provider_generator.rb - lib/generators/haml/oauth_provider_templates/_form.html.haml - lib/generators/haml/oauth_provider_templates/authorize.html.haml - lib/generators/haml/oauth_provider_templates/authorize_failure.html.haml - lib/generators/haml/oauth_provider_templates/authorize_success.html.haml - lib/generators/haml/oauth_provider_templates/edit.html.haml - lib/generators/haml/oauth_provider_templates/index.html.haml - lib/generators/haml/oauth_provider_templates/new.html.haml - lib/generators/haml/oauth_provider_templates/oauth2_authorize.html.haml - lib/generators/haml/oauth_provider_templates/show.html.haml - lib/generators/mongoid/oauth_consumer_generator.rb - lib/generators/mongoid/oauth_consumer_templates/consumer_token.rb - lib/generators/mongoid/oauth_provider_generator.rb - lib/generators/mongoid/oauth_provider_templates/access_token.rb - lib/generators/mongoid/oauth_provider_templates/client_application.rb - lib/generators/mongoid/oauth_provider_templates/oauth2_token.rb - lib/generators/mongoid/oauth_provider_templates/oauth2_verifier.rb - lib/generators/mongoid/oauth_provider_templates/oauth_nonce.rb - lib/generators/mongoid/oauth_provider_templates/oauth_token.rb - lib/generators/mongoid/oauth_provider_templates/request_token.rb - lib/generators/oauth_consumer/USAGE - lib/generators/oauth_consumer/oauth_consumer_generator.rb - lib/generators/oauth_consumer/templates/controller.rb - lib/generators/oauth_consumer/templates/oauth_config.rb - lib/generators/oauth_inflections.rb - lib/generators/oauth_plugin.rb - lib/generators/oauth_provider/USAGE - lib/generators/oauth_provider/oauth_provider_generator.rb - lib/generators/oauth_provider/templates/clients_controller.rb - lib/generators/oauth_provider/templates/controller.rb - lib/generators/rspec/oauth_provider_generator.rb - lib/generators/rspec/templates/client_application_spec.rb - lib/generators/rspec/templates/client_applications.yml - lib/generators/rspec/templates/clients_controller_spec.rb - lib/generators/rspec/templates/oauth2_token_spec.rb - lib/generators/rspec/templates/oauth2_verifier_spec.rb - lib/generators/rspec/templates/oauth_nonce_spec.rb - lib/generators/rspec/templates/oauth_nonces.yml - lib/generators/rspec/templates/oauth_token_spec.rb - lib/generators/rspec/templates/oauth_tokens.yml - lib/generators/test_unit/oauth_provider_generator.rb - lib/generators/test_unit/templates/client_application_test.rb - lib/generators/test_unit/templates/client_applications.yml - lib/generators/test_unit/templates/clients_controller_test.rb - lib/generators/test_unit/templates/oauth_nonce_test.rb - lib/generators/test_unit/templates/oauth_nonces.yml - lib/generators/test_unit/templates/oauth_token_test.rb - lib/generators/test_unit/templates/oauth_tokens.yml - lib/oauth-plugin.rb - lib/oauth-plugin/version.rb - lib/oauth/controllers/application_controller_methods.rb - lib/oauth/controllers/consumer_controller.rb - lib/oauth/controllers/provider_controller.rb - lib/oauth/models/consumers/service_loader.rb - lib/oauth/models/consumers/services/agree2_token.rb - lib/oauth/models/consumers/services/fireeagle_token.rb - lib/oauth/models/consumers/services/google_token.rb - lib/oauth/models/consumers/services/oauth2_token.rb - lib/oauth/models/consumers/services/opentransact_token.rb - lib/oauth/models/consumers/services/picomoney_token.rb - lib/oauth/models/consumers/services/twitter_token.rb - lib/oauth/models/consumers/simple_client.rb - lib/oauth/models/consumers/token.rb - lib/oauth/rack/oauth_filter.rb - oauth-plugin.gemspec - rails/init.rb - spec/rack/oauth_filter_spec.rb - spec/spec_helper.rb - tasks/oauth_tasks.rake - uninstall.rb homepage: http://github.com/pelle/oauth-plugin licenses: [] post_install_message: rdoc_options: [] require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement none: false requirements: - - ">=" - !ruby/object:Gem::Version version: "0" required_rubygems_version: !ruby/object:Gem::Requirement none: false requirements: - - ">" - !ruby/object:Gem::Version version: 1.3.1 requirements: [] rubyforge_project: oauth rubygems_version: 1.8.5 signing_key: specification_version: 3 summary: Ruby on Rails Plugin for OAuth Provider and Consumer test_files: - spec/rack/oauth_filter_spec.rb - spec/spec_helper.rb