From e8ddf4f152082ebbebdfb63f618d1944ddd83deb Mon Sep 17 00:00:00 2001
From: Alexis Reigel <mail@koffeinfrei.org>
Date: Fri, 1 Jun 2018 11:41:42 +0200
Subject: [PATCH] update gemspec info (add author, gitlab repo)

---
 excelsior.gemspec | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/excelsior.gemspec b/excelsior.gemspec
index 855a978..46af335 100644
--- a/excelsior.gemspec
+++ b/excelsior.gemspec
@@ -7,13 +7,13 @@ require 'excelsior/version'
 Gem::Specification.new do |spec|
   spec.name          = 'excelsior'
   spec.version       = Excelsior::VERSION
-  spec.authors       = ['Immanuel Häussermann']
-  spec.email         = ['hai@panter.ch']
+  spec.authors       = ['Immanuel Häussermann', 'Alexis Reigel']
+  spec.email         = ['hai@panter.ch', 'lex@panter.ch']
 
   spec.summary       = 'Helps you import data from an excel sheet'
   spec.description   = 'Provides a concise DSL to map, validate and import data ' \
                        'from an excel sheet into your ruby app'
-  spec.homepage      = 'http://github.com/manufaktor/excelsior'
+  spec.homepage      = 'https://git.panter.ch/open-source/excelsior'
   spec.license       = 'MIT'
 
   spec.files         = `git ls-files -z`.split("\x0").reject do |f|
-- 
GitLab