mirror of
https://github.com/omniauth/omniauth.git
synced 2022-11-09 12:31:49 -05:00
Removed repetition of word 'that' from description
This commit is contained in:
parent
72a93c5a4c
commit
60b7689ee5
1 changed files with 1 additions and 1 deletions
|
@ -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'
|
||||
|
|
Loading…
Reference in a new issue