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

- 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.12" + s.version = "0.3.13" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["Pelle Braendgaard"] - s.date = %q{2009-09-30} + s.date = %q{2009-10-05} 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" ] @@ -83,18 +83,17 @@ "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" ] - s.homepage = %q{http://github.com/pelle/oauth-plugin/tree/master} + s.homepage = %q{http://github.com/pelle/oauth-plugin} s.rdoc_options = ["--charset=UTF-8"] s.require_paths = ["lib"] s.rubyforge_project = %q{oauth} s.rubygems_version = %q{1.3.5} s.summary = %q{Ruby on Rails Plugin for OAuth Provider and Consumer}