From df5f41bbf76cfbb7451be8736b83ba1afb1a94dc Mon Sep 17 00:00:00 2001 From: jmeridth Date: Tue, 19 Sep 2023 15:41:43 -0500 Subject: [PATCH] chore: move Derek Carter (dlcarter) to emeritus - [x] update gemspec author to be more general Signed-off-by: jmeridth --- EMERITUS.md | 1 + blueprinter.gemspec | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/EMERITUS.md b/EMERITUS.md index f45ccba3..4ceafddd 100644 --- a/EMERITUS.md +++ b/EMERITUS.md @@ -7,5 +7,6 @@ We thank them for their service to the project. | Emeritus | GitHub ID | | -------- | --------- | | Adam Hess | [hparker](https://github.com/hparker) | +| Derek Carter - Original Author | [dlcarter](https://github.com/dlcarter) | | Michael Clayton| [mcclayton](https://github.com/mcclayton) | | Philip Q Nguyen | [philipqnguyen](https://github.com/philipqnguyen) | diff --git a/blueprinter.gemspec b/blueprinter.gemspec index b9bf86c3..84c84627 100644 --- a/blueprinter.gemspec +++ b/blueprinter.gemspec @@ -7,7 +7,7 @@ require 'blueprinter/version' Gem::Specification.new do |s| s.name = 'blueprinter' s.version = Blueprinter::VERSION - s.authors = ['Derek Carter'] + s.authors = ['Procore Technologies, Inc.'] s.email = ['blueprinter@googlegroups.com'] s.homepage = 'https://github.com/procore-oss/blueprinter' s.summary = 'Simple Fast Declarative Serialization Library'