oauth-plugin.gemspec in oauth-plugin-0.3.5 vs oauth-plugin.gemspec in oauth-plugin-0.3.6
- old
+ new
@@ -1,10 +1,10 @@
# -*- encoding: utf-8 -*-
Gem::Specification.new do |s|
s.name = %q{oauth-plugin}
- s.version = "0.3.5"
+ s.version = "0.3.6"
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Pelle Braendgaard"]
s.date = %q{2009-07-21}
s.description = %q{Rails plugin for implementing an OAuth Provider or Consumer}
@@ -74,9 +74,10 @@
"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/twitter_token.rb",
"lib/oauth/models/consumers/token.rb",
"oauth-plugin.gemspec",
"tasks/oauth_tasks.rake",
"uninstall.rb"