summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSHIBATA Hiroshi <hsbt@ruby-lang.org>2018-02-22 15:48:50 +0900
committerSHIBATA Hiroshi <hsbt@ruby-lang.org>2018-02-22 15:48:50 +0900
commit33123b7f6fb70376624bc5bc78db5f4d8635ba94 (patch)
treebcc0842904b9f84221287dfe720e4e3189e7bff8
parent51524a542b9afb0386e471a7c301655d3773b094 (diff)
downloadpsych-33123b7f6fb70376624bc5bc78db5f4d8635ba94.tar.gz
Removed date field from gemspec.
-rw-r--r--psych.gemspec1
1 files changed, 0 insertions, 1 deletions
diff --git a/psych.gemspec b/psych.gemspec
index 83ba954..d06e47b 100644
--- a/psych.gemspec
+++ b/psych.gemspec
@@ -6,7 +6,6 @@ Gem::Specification.new do |s|
s.version = "3.0.2"
s.authors = ["Aaron Patterson", "SHIBATA Hiroshi", "Charles Oliver Nutter"]
s.email = ["aaron@tenderlovemaking.com", "hsbt@ruby-lang.org", "headius@headius.com"]
- s.date = "2017-12-04"
s.summary = "Psych is a YAML parser and emitter"
s.description = <<-DESCRIPTION
Psych is a YAML parser and emitter. Psych leverages libyaml[http://pyyaml.org/wiki/LibYAML]