Skip to content

Commit

Permalink
Fix timezone handling issue in Samus
Browse files Browse the repository at this point in the history
  • Loading branch information
lsegal committed Apr 2, 2019
1 parent 350c064 commit a008d07
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion samus.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
},
{
Expand Down

0 comments on commit a008d07

Please sign in to comment.