Skip to content

Commit

Permalink
Up version to 4.0.beta.
Browse files Browse the repository at this point in the history
Add esprima.js also to include files.
  • Loading branch information
nene committed Jun 27, 2012
1 parent b2f9583 commit 79b59ea
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions jsduck.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ Gem::Specification.new do |s|
s.required_rubygems_version = ">= 1.3.5"

s.name = 'jsduck'
s.version = '3.11.0'
s.date = '2012-06-05'
s.version = '4.0.beta'
s.date = '2012-06-27'
s.summary = "Simple JavaScript Duckumentation generator"
s.description = "Documentation generator for Sencha JS frameworks"
s.homepage = "https://github.com/senchalabs/jsduck"
Expand All @@ -16,6 +16,8 @@ Gem::Specification.new do |s|
end
# Add files not in git
s.files += Dir['template-min/**/*']
# Add Esprima
s.files += Dir['esprima/esprima.js']

s.executables = ["jsduck"]

Expand Down
2 changes: 1 addition & 1 deletion lib/jsduck/options.rb
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ def initialize
]
@meta_tag_paths = []

@version = "3.11.0"
@version = "4.0.beta"

# Customizing output
@title = "Sencha Docs - Ext JS"
Expand Down

0 comments on commit 79b59ea

Please sign in to comment.