Skip to content

Commit

Permalink
Removed needless date attribute from gemspec of default gems.
Browse files Browse the repository at this point in the history
  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
  • Loading branch information
hsbt committed Aug 7, 2018
1 parent 2ce807e commit 7d9109f
Show file tree
Hide file tree
Showing 11 changed files with 0 additions and 11 deletions.
1 change: 0 additions & 1 deletion ext/date/date.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -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."

Expand Down
1 change: 0 additions & 1 deletion ext/dbm/dbm.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down
1 change: 0 additions & 1 deletion ext/fcntl/fcntl.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -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 = ["[email protected]"]

Expand Down
1 change: 0 additions & 1 deletion ext/gdbm/gdbm.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -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 = ["[email protected]"]

Expand Down
1 change: 0 additions & 1 deletion ext/sdbm/sdbm.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -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."

Expand Down
1 change: 0 additions & 1 deletion ext/stringio/stringio.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -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 = "[email protected]".freeze
s.extensions = ["extconf.rb".freeze]
Expand Down
1 change: 0 additions & 1 deletion ext/strscan/strscan.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -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."

Expand Down
1 change: 0 additions & 1 deletion ext/zlib/zlib.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -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 = ["[email protected]", nil]

Expand Down
1 change: 0 additions & 1 deletion lib/cmath.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -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]

Expand Down
1 change: 0 additions & 1 deletion lib/scanf.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -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 = ['[email protected]']

Expand Down
1 change: 0 additions & 1 deletion lib/webrick/webrick.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -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."

Expand Down

0 comments on commit 7d9109f

Please sign in to comment.