oauth-plugin.gemspec in oauth-plugin-0.3.11 vs oauth-plugin.gemspec in oauth-plugin-0.3.12

- old
+ new

@@ -3,15 +3,15 @@ # Instead, edit Jeweler::Tasks in Rakefile, and run `rake gemspec` # -*- encoding: utf-8 -*- Gem::Specification.new do |s| s.name = %q{oauth-plugin} - s.version = "0.3.11" + s.version = "0.3.12" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["Pelle Braendgaard"] - s.date = %q{2009-09-10} + s.date = %q{2009-09-30} s.description = %q{Rails plugin for implementing an OAuth Provider or Consumer} s.email = %q{oauth-ruby@googlegroups.com} s.extra_rdoc_files = [ "README.rdoc" ] @@ -81,10 +81,13 @@ "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/twitter_token.rb", + "lib/oauth/models/consumers/services/yahoo_token.rb", + "lib/oauth/models/consumers/simple_client.rb", "lib/oauth/models/consumers/token.rb", "oauth-plugin.gemspec", "rails/init.rb", "tasks/oauth_tasks.rake", "uninstall.rb"