From 7d9109f8006057d3e6ec44103cc1a5242529f4c2 Mon Sep 17 00:00:00 2001 From: hsbt Date: Tue, 7 Aug 2018 12:02:10 +0000 Subject: Removed needless date attribute from gemspec of default gems. They are assigned automatically when pushing gem file to rubygems.org. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@64213 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ext/strscan/strscan.gemspec | 1 - 1 file changed, 1 deletion(-) (limited to 'ext/strscan') diff --git a/ext/strscan/strscan.gemspec b/ext/strscan/strscan.gemspec index e2f6cf5..eefe8fb 100644 --- a/ext/strscan/strscan.gemspec +++ b/ext/strscan/strscan.gemspec @@ -2,7 +2,6 @@ Gem::Specification.new do |s| s.name = "strscan" s.version = '1.0.0' - s.date = '2017-12-19' s.summary = "Provides lexical scanning operations on a String." s.description = "Provides lexical scanning operations on a String." -- cgit v1.1