From b72f22e27ee5be5e512ac879c21513b40f8f04bb Mon Sep 17 00:00:00 2001 From: Guilherme Simoes Date: Fri, 18 Jul 2014 02:05:10 +0100 Subject: [PATCH] Fix typo in the gemspec --- devise_token_auth.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devise_token_auth.gemspec b/devise_token_auth.gemspec index ab3658858..051e0e084 100644 --- a/devise_token_auth.gemspec +++ b/devise_token_auth.gemspec @@ -10,7 +10,7 @@ Gem::Specification.new do |s| s.authors = ["Lynn Hurley"] s.email = ["lynn.dylan.hurley@gmail.com"] s.homepage = "http://github.com/lynndylanhurley/devise_token_auth" - s.summary = "Token based authentication for rails. Uses Devies + Omniauth." + s.summary = "Token based authentication for rails. Uses Devise + OmniAuth." s.description = "For use with client side single page apps such as the venerable https://github.com/lynndylanhurley/ng-token-auth." s.license = "WTFPL"