Skip to content

Commit 5bbb029

Browse files
committed
Bump version to 0.1.7 to fix DST and short year bugs
1 parent 50b968a commit 5bbb029

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

Gemfile.lock

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
PATH
22
remote: .
33
specs:
4-
on_calendar (0.1.6)
4+
on_calendar (0.1.7)
55
activesupport (~> 8.0)
6+
terminal-table (~> 4.0.0)
67

78
GEM
89
remote: https://rubygems.org/
@@ -109,7 +110,7 @@ DEPENDENCIES
109110
rubocop-packaging (= 0.6.0)
110111
rubocop-performance (= 1.25.0)
111112
rubocop-rake (= 0.7.1)
112-
terminal-table
113+
terminal-table (~> 4.0.0)
113114

114115
BUNDLED WITH
115116
2.6.9

lib/on_calendar/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module OnCalendar
4-
VERSION = "0.1.6"
4+
VERSION = "0.1.7"
55
end

0 commit comments

Comments
 (0)