jsduck 3.10.3 → 3.10.4

Sign up to get free protection for your applications and to get access to all the features.
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- jsduck (3.10.1)
4
+ jsduck (3.10.3)
5
5
  json
6
6
  parallel
7
7
  rdiscount
@@ -32,6 +32,7 @@ GEM
32
32
 
33
33
  PLATFORMS
34
34
  ruby
35
+ x86-mingw32
35
36
 
36
37
  DEPENDENCIES
37
38
  compass
data/Rakefile CHANGED
@@ -181,7 +181,7 @@ class JsDuckRunner
181
181
  def add_debug
182
182
  add_options(
183
183
  "--extjs-path", "extjs/ext-all-debug.js",
184
- "--template", "template",
184
+ "--template", "template"
185
185
  )
186
186
  add_options("--template-links") unless os_is_windows?
187
187
  end
data/jsduck.gemspec CHANGED
@@ -2,8 +2,8 @@ Gem::Specification.new do |s|
2
2
  s.required_rubygems_version = ">= 1.3.5"
3
3
 
4
4
  s.name = 'jsduck'
5
- s.version = '3.10.3'
6
- s.date = '2012-05-14'
5
+ s.version = '3.10.4'
6
+ s.date = '2012-05-16'
7
7
  s.summary = "Simple JavaScript Duckumentation generator"
8
8
  s.description = "Documentation generator for Sencha JS frameworks"
9
9
  s.homepage = "https://github.com/senchalabs/jsduck"
@@ -75,7 +75,7 @@ module JsDuck
75
75
  ]
76
76
  @meta_tag_paths = []
77
77
 
78
- @version = "3.10.3"
78
+ @version = "3.10.4"
79
79
 
80
80
  # Customizing output
81
81
  @title = "Sencha Docs - Ext JS"
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jsduck
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.10.3
4
+ version: 3.10.4
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -10,7 +10,7 @@ authors:
10
10
  autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
- date: 2012-05-14 00:00:00.000000000 Z
13
+ date: 2012-05-16 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: rdiscount