We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e652e8 commit af63dd8Copy full SHA for af63dd8
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.11.1'
6
- s.date = '2012-07-26'
+ s.version = '3.11.2'
+ s.date = '2012-08-07'
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
@@ -77,7 +77,7 @@ def initialize
77
@ext4_events = nil
78
@meta_tag_paths = []
79
80
- @version = "3.11.1"
+ @version = "3.11.2"
81
82
# Customizing output
83
@title = "Ext JS - Sencha Docs"
0 commit comments