oauth-plugin.gemspec in oauth-plugin-0.3.6 vs oauth-plugin.gemspec in oauth-plugin-0.3.7
- old
+ new
@@ -1,10 +1,10 @@
# -*- encoding: utf-8 -*-
Gem::Specification.new do |s|
s.name = %q{oauth-plugin}
- s.version = "0.3.6"
+ s.version = "0.3.7"
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}
@@ -69,9 +69,10 @@
"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/oauth-plugin.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",