Skip to content

Commit

Permalink
Regenerated gemspec for version 0.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Bleigh committed Apr 25, 2010
1 parent 19b9559 commit d67e48f
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions oauth2.gemspec
Expand Up @@ -5,11 +5,11 @@


Gem::Specification.new do |s| Gem::Specification.new do |s|
s.name = %q{oauth2} s.name = %q{oauth2}
s.version = "0.0.5" s.version = "0.0.6"


s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Michael Bleigh"] s.authors = ["Michael Bleigh"]
s.date = %q{2010-04-23} s.date = %q{2010-04-25}
s.description = %q{A Ruby wrapper for the OAuth 2.0 protocol built with a similar style to the original OAuth gem.} s.description = %q{A Ruby wrapper for the OAuth 2.0 protocol built with a similar style to the original OAuth gem.}
s.email = %q{michael@intridea.com} s.email = %q{michael@intridea.com}
s.extra_rdoc_files = [ s.extra_rdoc_files = [
Expand All @@ -19,13 +19,15 @@ Gem::Specification.new do |s|
s.files = [ s.files = [
".document", ".document",
".gitignore", ".gitignore",
"CHANGELOG.rdoc",
"LICENSE", "LICENSE",
"README.rdoc", "README.rdoc",
"Rakefile", "Rakefile",
"VERSION", "VERSION",
"lib/oauth2.rb", "lib/oauth2.rb",
"lib/oauth2/access_token.rb", "lib/oauth2/access_token.rb",
"lib/oauth2/client.rb", "lib/oauth2/client.rb",
"lib/oauth2/response_string.rb",
"lib/oauth2/strategy/base.rb", "lib/oauth2/strategy/base.rb",
"lib/oauth2/strategy/web_server.rb", "lib/oauth2/strategy/web_server.rb",
"oauth2.gemspec", "oauth2.gemspec",
Expand Down

0 comments on commit d67e48f

Please sign in to comment.