Fixing omniauth.gemspec

This commit is contained in:
Michael Bleigh 2010-05-01 15:09:20 -04:00
parent 4495e4306b
commit da5cd70ebf
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ version = File.open(File.dirname(__FILE__) + '/../VERSION', 'r').read.strip
Gem::Specification.new do |gem|
gem.name = "omniauth"
gem.version = File.open(File.dirname(__FILE__) + '/VERSION', 'r').read.strip
gem.version = version
gem.summary = %Q{Rack middleware for standardized multi-provider authentication.}
gem.description = %Q{OmniAuth is an authentication framework that that separates the concept of authentiation from the concept of identity, providing simple hooks for any application to have one or multiple authentication providers for a user.}
gem.email = "michael@intridea.com"