--- !ruby/object:Gem::Specification name: oauth-plugin version: !ruby/object:Gem::Version prerelease: true segments: - 0 - 4 - 0 - pre3 version: 0.4.0.pre3 platform: ruby authors: - Pelle Braendgaard autorequire: bindir: bin cert_chain: [] date: 2010-12-08 00:00:00 -05:00 default_executable: dependencies: - !ruby/object:Gem::Dependency name: twitter prerelease: false requirement: &id001 !ruby/object:Gem::Requirement none: false requirements: - - ">=" - !ruby/object:Gem::Version segments: - 0 version: "0" type: :development version_requirements: *id001 - !ruby/object:Gem::Dependency name: opentransact prerelease: false requirement: &id002 !ruby/object:Gem::Requirement none: false requirements: - - ">=" - !ruby/object:Gem::Version segments: - 0 version: "0" type: :development version_requirements: *id002 - !ruby/object:Gem::Dependency name: oauth prerelease: false requirement: &id003 !ruby/object:Gem::Requirement none: false requirements: - - ">=" - !ruby/object:Gem::Version segments: - 0 - 4 - 4 version: 0.4.4 type: :runtime version_requirements: *id003 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 - MIT-LICENSE - README.rdoc - Rakefile - UPGRADE.rdoc - VERSION - 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/controller_spec.rb - generators/oauth_provider/templates/controller_spec_helper.rb - generators/oauth_provider/templates/controller_test.rb - generators/oauth_provider/templates/controller_test_helper.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/controller_spec.rb - lib/generators/rspec/templates/controller_spec_helper.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/controller_test.rb - lib/generators/test_unit/templates/controller_test_helper.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/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 - tasks/oauth_tasks.rake - uninstall.rb has_rdoc: true 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 segments: - 0 version: "0" required_rubygems_version: !ruby/object:Gem::Requirement none: false requirements: - - ">" - !ruby/object:Gem::Version segments: - 1 - 3 - 1 version: 1.3.1 requirements: [] rubyforge_project: oauth rubygems_version: 1.3.7 signing_key: specification_version: 3 summary: Ruby on Rails Plugin for OAuth Provider and Consumer test_files: []