We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d87498 commit 1b26df5Copy full SHA for 1b26df5
jsduck.gemspec
@@ -2,8 +2,8 @@ Gem::Specification.new do |s|
2
s.required_rubygems_version = ">= 1.3.5"
3
4
s.name = 'jsduck'
5
- s.version = '3.2.1'
6
- s.date = '2011-12-07'
+ s.version = '3.3.0'
+ s.date = '2012-01-04'
7
s.summary = "Simple JavaScript Duckumentation generator"
8
s.description = "Documentation generator for Sencha JS frameworks"
9
s.homepage = "https://github.com/senchalabs/jsduck"
lib/jsduck/options.rb
@@ -71,7 +71,7 @@ def initialize
71
]
72
@meta_tag_paths = []
73
74
- @version = "3.2.1"
+ @version = "3.3.0"
75
76
# Customizing output
77
@title = "Sencha Docs - Ext JS"
0 commit comments