From 3012d1d918d749c3c4404a7583c458bc470d6e65 Mon Sep 17 00:00:00 2001 From: Jan Schwenzien Date: Wed, 8 Mar 2017 18:34:11 +0100 Subject: [PATCH] don't ask --- Rakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Rakefile b/Rakefile index a0e808e..70e823b 100644 --- a/Rakefile +++ b/Rakefile @@ -18,7 +18,7 @@ Jeweler::Tasks.new do |gem| gem.summary = %Q{A wrapper for the Konto API (https://www.kontoapi.de/) providing model validation.} gem.description = %Q{This library is a wrapper for the Konto API (https://www.kontoapi.de/). It provides a validation method for models that checks if a given account number and bank code represent a valid combination.} gem.email = "jan@schwenzien.org" - gem.authors = ["Jan Schwenzien", "Jiayi Zheng"] + gem.authors = ["Jan Schwenzien", "Jiayi Zheng", "Fabien Croissant Tortilla Garcia"] end Jeweler::RubygemsDotOrgTasks.new