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'