summaryrefslogtreecommitdiff
path: root/psych.gemspec
diff options
context:
space:
mode:
authorSHIBATA Hiroshi <hsbt@ruby-lang.org>2016-11-18 17:16:11 +0900
committerSHIBATA Hiroshi <hsbt@ruby-lang.org>2016-11-18 17:16:11 +0900
commitbb1ee3edb7b28a31c60c2670c2fd41b3c74273b0 (patch)
tree82ca1e4fb0499c32d26457c4c5ab41d7463a2b81 /psych.gemspec
parent43bdc3051d012a71c90f2e4e15af8c28cfd81e91 (diff)
downloadpsych-bb1ee3edb7b28a31c60c2670c2fd41b3c74273b0.tar.gz
added @headius to authors
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