1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

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
This commit is contained in:
hsbt 2018-08-07 12:02:10 +00:00
parent 2ce807e895
commit 7d9109f800
11 changed files with 0 additions and 11 deletions

View file

@ -2,7 +2,6 @@
Gem::Specification.new do |s|
s.name = "date"
s.version = '1.0.0'
s.date = '2017-12-11'
s.summary = "A subclass of Object includes Comparable module for handling dates."
s.description = "A subclass of Object includes Comparable module for handling dates."

View file

@ -2,7 +2,6 @@
Gem::Specification.new do |s|
s.name = "dbm"
s.version = '1.0.0'
s.date = '2017-02-08'
s.summary = "Provides a wrapper for the UNIX-style Database Manager Library"
s.description = "Provides a wrapper for the UNIX-style Database Manager Library"

View file

@ -4,7 +4,6 @@
Gem::Specification.new do |spec|
spec.name = "fcntl"
spec.version = "1.0.0"
spec.date = '2017-12-11'
spec.authors = ["Yukihiro Matsumoto"]
spec.email = ["matz@ruby-lang.org"]

View file

@ -4,7 +4,6 @@
Gem::Specification.new do |spec|
spec.name = "gdbm"
spec.version = "2.0.0"
spec.date = '2017-04-28'
spec.authors = ["Yukihiro Matsumoto"]
spec.email = ["matz@ruby-lang.org"]

View file

@ -3,7 +3,6 @@
Gem::Specification.new do |s|
s.name = "sdbm"
s.version = '1.0.0'
s.date = '2017-12-11'
s.summary = "Provides a simple file-based key-value store with String keys and values."
s.description = "Provides a simple file-based key-value store with String keys and values."

View file

@ -10,7 +10,6 @@ Gem::Specification.new do |s|
s.required_rubygems_version = Gem::Requirement.new(">= 2.6".freeze)
s.require_paths = ["lib".freeze]
s.authors = ["Nobu Nakada".freeze]
s.date = "2016-06-09"
s.description = "Pseudo `IO` class from/to `String`.".freeze
s.email = "nobu@ruby-lang.org".freeze
s.extensions = ["extconf.rb".freeze]

View file

@ -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."

View file

@ -3,7 +3,6 @@
Gem::Specification.new do |spec|
spec.name = "zlib"
spec.version = "1.0.0"
spec.date = '2017-12-11'
spec.authors = ["Yukihiro Matsumoto", "UENO Katsuhiro"]
spec.email = ["matz@ruby-lang.org", nil]

View file

@ -4,7 +4,6 @@
Gem::Specification.new do |spec|
spec.name = "cmath"
spec.version = "1.0.0"
spec.date = '2017-12-11'
spec.authors = ["Tadayoshi Funaba"]
spec.email = [nil]

View file

@ -4,7 +4,6 @@
Gem::Specification.new do |spec|
spec.name = "scanf"
spec.version = "1.0.0"
spec.date = '2017-12-11'
spec.authors = ["David Alan Black"]
spec.email = ['dblack@superlink.net']

View file

@ -4,7 +4,6 @@ require_relative 'version'
Gem::Specification.new do |s|
s.name = "webrick"
s.version = WEBrick::VERSION
s.date = '2017-12-24'
s.summary = "HTTP server toolkit"
s.description = "WEBrick is an HTTP server toolkit that can be configured as an HTTPS server, a proxy server, and a virtual-host server."