From 33123b7f6fb70376624bc5bc78db5f4d8635ba94 Mon Sep 17 00:00:00 2001 From: SHIBATA Hiroshi Date: Thu, 22 Feb 2018 15:48:50 +0900 Subject: Removed date field from gemspec. --- psych.gemspec | 1 - 1 file changed, 1 deletion(-) 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] -- cgit v1.2.1