From 5e3c9fd47cc216160cdd6112be27bbe1fe5962f3 Mon Sep 17 00:00:00 2001 From: Yuki Nishijima Date: Sun, 13 Feb 2022 16:35:20 +0900 Subject: [PATCH] Add gingerlime as a collaborator --- rambulance.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rambulance.gemspec b/rambulance.gemspec index f8928f8..b173a3d 100644 --- a/rambulance.gemspec +++ b/rambulance.gemspec @@ -6,7 +6,7 @@ require "rambulance/version" Gem::Specification.new do |spec| spec.name = "rambulance" spec.version = Rambulance::VERSION - spec.authors = ["Yuki Nishijima"] + spec.authors = ["Yuki Nishijima", "Yoav Aner"] spec.email = ["mail@yukinishijima.net"] spec.summary = %q{Simple and safe way to dynamically generate error pages} spec.description = %q{Rambulance provides a simple and safe way to dynamically generate error pages.}