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:
parent
2d86fe2a55
commit
6b669d880c
1 changed files with 3 additions and 3 deletions
|
@ -1,8 +1,8 @@
|
|||
# frozen_string_literal: true
|
||||
Gem::Specification.new do |s|
|
||||
s.name = "date"
|
||||
s.version = '0.0.1'
|
||||
s.date = '2017-02-02'
|
||||
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."
|
||||
|
||||
|
@ -13,7 +13,7 @@ Gem::Specification.new do |s|
|
|||
"ext/date/zonetab.h", "ext/date/zonetab.list"
|
||||
]
|
||||
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.email = [nil]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue