Skip to content

Commit 794f042

Browse files
committed
1 parent 46f6531 commit 794f042

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
sudo: false
22
language: ruby
33
rvm:
4-
- 2.3.5
54
- 2.4.2
65
- ruby-head
76
before_install: gem install bundler

date.gemspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Gem::Specification.new do |s|
33
s.name = "date"
44
s.version = '1.0.0'
5-
s.date = '2017-12-08'
5+
s.date = '2017-12-11'
66
s.summary = "A subclass of Object includes Comparable module for handling dates."
77
s.description = "A subclass of Object includes Comparable module for handling dates."
88

@@ -13,7 +13,7 @@ Gem::Specification.new do |s|
1313
"ext/date/zonetab.h", "ext/date/zonetab.list"
1414
]
1515
s.extensions = "ext/date/extconf.rb"
16-
s.required_ruby_version = ">= 2.3.0"
16+
s.required_ruby_version = ">= 2.4.0"
1717

1818
s.authors = ["Tadayoshi Funaba"]
1919
s.email = [nil]

0 commit comments

Comments
 (0)