jsduck 3.8.0 → 3.8.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/jsduck.gemspec +1 -1
  2. data/lib/jsduck/options.rb +1 -1
  3. metadata +3 -3
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 = '3.8.0'
5
+ s.version = '3.8.1'
6
6
  s.date = '2012-03-15'
7
7
  s.summary = "Simple JavaScript Duckumentation generator"
8
8
  s.description = "Documentation generator for Sencha JS frameworks"
@@ -73,7 +73,7 @@ module JsDuck
73
73
  ]
74
74
  @meta_tag_paths = []
75
75
 
76
- @version = "3.7.0"
76
+ @version = "3.8.1"
77
77
 
78
78
  # Customizing output
79
79
  @title = "Sencha Docs - Ext JS"
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jsduck
3
3
  version: !ruby/object:Gem::Version
4
- hash: 39
4
+ hash: 37
5
5
  prerelease:
6
6
  segments:
7
7
  - 3
8
8
  - 8
9
- - 0
10
- version: 3.8.0
9
+ - 1
10
+ version: 3.8.1
11
11
  platform: ruby
12
12
  authors:
13
13
  - Rene Saarsoo