From a008d079c1365b83cdd2425cbd9ae0f37228d25e Mon Sep 17 00:00:00 2001 From: Loren Segal Date: Mon, 1 Apr 2019 18:07:36 -0700 Subject: [PATCH] Fix timezone handling issue in Samus --- Gemfile | 2 +- samus.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile b/Gemfile index 5344afacd..b3816bfdc 100644 --- a/Gemfile +++ b/Gemfile @@ -7,7 +7,7 @@ group :development do gem 'rdoc' gem 'json' gem 'simplecov' - gem 'samus', '~> 3.0.7', :require => false + gem 'samus', '~> 3.0.8', :require => false gem 'coveralls', :require => false gem 'rubocop', '0.44.1', :require => false end diff --git a/samus.json b/samus.json index 39c60df25..4e7e38d3f 100644 --- a/samus.json +++ b/samus.json @@ -16,7 +16,7 @@ "action": "changelog-rotate", "files": ["CHANGELOG.md"], "arguments": { - "title_format": "$version - %B %d$day_nth, %Y" + "title_format": "$version - %B %-d$day_nth, %Y" } }, {