From da5cd70ebf63a4bdaf4d16417a5e3d76e12ec4c0 Mon Sep 17 00:00:00 2001 From: Michael Bleigh Date: Sat, 1 May 2010 15:09:20 -0400 Subject: [PATCH] Fixing omniauth.gemspec --- omniauth/omniauth.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/omniauth/omniauth.gemspec b/omniauth/omniauth.gemspec index 62dabbc..2ca2809 100644 --- a/omniauth/omniauth.gemspec +++ b/omniauth/omniauth.gemspec @@ -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"