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

Bump version to date-1.0.0 as default gems.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@61110 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
hsbt 2017-12-11 03:56:01 +00:00
parent 2d86fe2a55
commit 6b669d880c

View file

@ -1,8 +1,8 @@
# frozen_string_literal: true # frozen_string_literal: true
Gem::Specification.new do |s| Gem::Specification.new do |s|
s.name = "date" s.name = "date"
s.version = '0.0.1' s.version = '1.0.0'
s.date = '2017-02-02' s.date = '2017-12-11'
s.summary = "A subclass of Object includes Comparable module for handling dates." s.summary = "A subclass of Object includes Comparable module for handling dates."
s.description = "A subclass of Object includes Comparable module for handling dates." s.description = "A subclass of Object includes Comparable module for handling dates."
@ -13,7 +13,7 @@ Gem::Specification.new do |s|
"ext/date/zonetab.h", "ext/date/zonetab.list" "ext/date/zonetab.h", "ext/date/zonetab.list"
] ]
s.extensions = "ext/date/extconf.rb" s.extensions = "ext/date/extconf.rb"
s.required_ruby_version = ">= 2.5.0dev" s.required_ruby_version = ">= 2.4.0"
s.authors = ["Tadayoshi Funaba"] s.authors = ["Tadayoshi Funaba"]
s.email = [nil] s.email = [nil]