Skip to content
Snippets Groups Projects
Verified Commit e8ddf4f1 authored by Alexis Reigel's avatar Alexis Reigel
Browse files

update gemspec info (add author, gitlab repo)

parent 5fd54d0e
Branches chores/rubocop
Tags
1 merge request!8Rubocop
Pipeline #
......@@ -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|
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment