Commit 8be96300 authored by Rene Saarsoo's avatar Rene Saarsoo
Browse files

Update gemspec and README for 2.0.pre3 release.

parent 449c2053
Loading
Loading
Loading
Loading
+13 −1
Original line number Diff line number Diff line
@@ -159,13 +159,25 @@ reported bugs, submitted patches, and provided a lot of useful input.
Changelog
---------

* 2.0.pre3 - Fixes for the previous pre-release.
  * Paging of search results.
  * Support opening classes in tree in new tabs in IE and Firefox.
  * Include upgraded version of prettifier, fixing formatting in IE.
  * New --head-html and --body-html command line options.
  * New --local-storage-db command line option.
  * Avoid creating case-insensitively same source file names,
    preventing duplicate file conflicts in Windows.
  * Include missing ExtJS image files.
  * Don't exclude static members from singleton classes, simply print
    warning about using @static in singleton class.

* 2.0.pre2 - Fixes for the previous pre-release.
  * New --stdout command line option.
  * Fix opening links in new tabs.
  * Few other small bugfixes and enhancements.

* 2.0.pre - Completely overhauled Ext4-themed version.
  * Currently in a pre-release state.
  * A lot of changes since 0.6 releases.

* 0.6.1 - Bug fixes.
  * Fix scrolling to class members in Chrome 12.
+2 −2
Original line number Diff line number Diff line
@@ -2,8 +2,8 @@ Gem::Specification.new do |s|
  s.required_rubygems_version = ">= 1.3.7"

  s.name = 'jsduck'
  s.version = '2.0.pre2'
  s.date = '2011-07-06'
  s.version = '2.0.pre3'
  s.date = '2011-07-15'
  s.summary = "Simple JavaScript Duckumentation generator"
  s.description = "Documentation generator for ExtJS 4"
  s.homepage = "https://github.com/senchalabs/jsduck"