summaryrefslogtreecommitdiff
path: root/psych.gemspec
diff options
context:
space:
mode:
Diffstat (limited to 'psych.gemspec')
-rw-r--r--psych.gemspec4
1 files changed, 2 insertions, 2 deletions
diff --git a/psych.gemspec b/psych.gemspec
index 21f74ea..db416fa 100644
--- a/psych.gemspec
+++ b/psych.gemspec
@@ -3,8 +3,8 @@
Gem::Specification.new do |s|
s.name = "psych"
s.version = "2.2.1"
- s.authors = ["Aaron Patterson", "SHIBATA Hiroshi"]
- s.email = ["aaron@tenderlovemaking.com", "hsbt@ruby-lang.org"]
+ s.authors = ["Aaron Patterson", "SHIBATA Hiroshi", "Charles Oliver Nutter"]
+ s.email = ["aaron@tenderlovemaking.com", "hsbt@ruby-lang.org", "headius@headius.com"]
s.date = "2016-11-14"
s.summary = "Psych is a YAML parser and emitter"
s.description = <<-DESCRIPTION