Use the proper date in the gemspec

This commit is contained in:
Matt Rogers 2013-10-30 07:44:06 -05:00
parent 85151b7793
commit ace1e0fc01
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ Gem::Specification.new do |s|
s.name = 'jekyll'
s.version = '1.3.0.rc'
s.license = 'MIT'
s.date = '2013-10-28'
s.date = '2013-10-29'
s.rubyforge_project = 'jekyll'
s.summary = "A simple, blog aware, static site generator."