File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11PATH
22 remote: .
33 specs:
4- jsduck (3.10.3 )
4+ jsduck (3.10.5 )
55 json
66 parallel
77 rdiscount
Original file line number Diff line number Diff line change @@ -2,8 +2,8 @@ Gem::Specification.new do |s|
22 s . required_rubygems_version = ">= 1.3.5"
33
44 s . name = 'jsduck'
5- s . version = '3.10.4 '
6- s . date = '2012-05-16 '
5+ s . version = '3.10.5 '
6+ s . date = '2012-05-23 '
77 s . summary = "Simple JavaScript Duckumentation generator"
88 s . description = "Documentation generator for Sencha JS frameworks"
99 s . homepage = "https://github.com/senchalabs/jsduck"
Original file line number Diff line number Diff line change @@ -75,7 +75,7 @@ def initialize
7575 ]
7676 @meta_tag_paths = [ ]
7777
78- @version = "3.10.4 "
78+ @version = "3.10.5 "
7979
8080 # Customizing output
8181 @title = "Sencha Docs - Ext JS"
You can’t perform that action at this time.
0 commit comments