jsduck 4.10.2 → 4.10.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
data/jsduck.gemspec CHANGED
@@ -2,7 +2,7 @@ Gem::Specification.new do |s|
2
2
  s.required_rubygems_version = ">= 1.3.5"
3
3
 
4
4
  s.name = 'jsduck'
5
- s.version = '4.10.2'
5
+ s.version = '4.10.3'
6
6
  s.date = Time.new.strftime('%Y-%m-%d')
7
7
  s.summary = "Simple JavaScript Duckumentation generator"
8
8
  s.description = "Documentation generator for Sencha JS frameworks"
@@ -94,7 +94,7 @@ module JsDuck
94
94
  @ext4_events = nil
95
95
  @meta_tag_paths = []
96
96
 
97
- @version = "4.10.2"
97
+ @version = "4.10.3"
98
98
 
99
99
  # Customizing output
100
100
  @title = "Documentation - JSDuck"