From f7ac6536f4f4949f9ade42d1f989bce67b2cc7af Mon Sep 17 00:00:00 2001 From: Michel Agopian Date: Wed, 3 May 2017 15:13:40 -0300 Subject: [PATCH] updating license, authors and summary --- LICENSE.md | 2 +- README.md | 2 +- wor-authentication.gemspec | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/LICENSE.md b/LICENSE.md index 709fa10..2d88fca 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -1,6 +1,6 @@ The MIT License (MIT) -Copyright (c) 2017 Alejandro Bezdjian, aka alebian +Copyright (c) 2017 Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/README.md b/README.md index 1f4bb9b..6866702 100644 --- a/README.md +++ b/README.md @@ -143,7 +143,7 @@ This project is maintained by [Alejandro Bezdjian](https://github.com/alebian) a **wor-authentication** is available under the MIT [license](https://raw.githubusercontent.com/Wolox/wor-authentication/master/LICENSE.md). - Copyright (c) 2017 Alejandro Bezdjian (aka alebian), Michel Agopian (aka mishuagopian) + Copyright (c) 2017 Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/wor-authentication.gemspec b/wor-authentication.gemspec index 900a88a..e8153d4 100644 --- a/wor-authentication.gemspec +++ b/wor-authentication.gemspec @@ -12,7 +12,7 @@ Gem::Specification.new do |spec| spec.authors = ['alebian', 'mishuagopian'] spec.email = ['alejandro.bezdjian@wolox.com.ar', 'michel.agopian@wolox.com.ar'] - spec.summary = 'Gem to add authentication to your application.' + spec.summary = 'Easily add authentication to your application!.' spec.description = 'Gem to add authentication to your application using JWT, with expirable, renewable and customizable tokens.' spec.homepage = 'https://github.com/Wolox/wor-authentication' spec.license = 'MIT'