Fix gemspec

This commit is contained in:
Elliot Winkler 2019-06-09 12:25:13 -06:00
parent d77cba3521
commit 3cecf76d70
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ Gem::Specification.new do |s|
'Stafford Brunk',
'Elliot Winkler',
]
s.date = Time.zone.now.strftime('%Y-%m-%d')
s.date = Time.now.strftime('%Y-%m-%d')
s.email = 'support@thoughtbot.com'
s.homepage = 'https://matchers.shoulda.io/'
s.summary = 'Simple one-liner tests for common Rails functionality'