mirror of
https://github.com/omniauth/omniauth.git
synced 2022-11-09 12:31:49 -05:00
Fixing omniauth.gemspec
This commit is contained in:
parent
4495e4306b
commit
da5cd70ebf
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue