Commit 3343a207 authored by Rene Saarsoo's avatar Rene Saarsoo
Browse files

Auto-generate date in gemspec file.

parent 94e322ed
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -3,7 +3,7 @@ Gem::Specification.new do |s|

  s.name = 'jsduck'
  s.version = '5.0.0.beta01'
  s.date = '2013-02-25'
  s.date = Time.new.strftime('%Y-%m-%d')
  s.summary = "Simple JavaScript Duckumentation generator"
  s.description = "Documentation generator for Sencha JS frameworks"
  s.homepage = "https://github.com/senchalabs/jsduck"