Removed repetition of word 'that' from description

This commit is contained in:
Muneeb Shaikh 2011-08-24 07:48:06 +05:30
parent 72a93c5a4c
commit 60b7689ee5
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ Gem::Specification.new do |gem|
gem.add_dependency subgem, OmniAuth::Version::STRING
end
gem.authors = ['Michael Bleigh', 'Erik Michaels-Ober']
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.description = %q{OmniAuth is an authentication framework 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', 'sferik@gmail.com']
gem.files = Dir.glob("lib/**/*") + %w(README.md LICENSE.md)
gem.homepage = 'http://github.com/intridea/omniauth'