Commit 605e1493 authored by Rene Saarsoo's avatar Rene Saarsoo
Browse files

Up version to 3.10.5

parent 4d1e1f75
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
PATH
  remote: .
  specs:
    jsduck (3.10.3)
    jsduck (3.10.5)
      json
      parallel
      rdiscount
+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.5"

  s.name = 'jsduck'
  s.version = '3.10.4'
  s.date = '2012-05-16'
  s.version = '3.10.5'
  s.date = '2012-05-23'
  s.summary = "Simple JavaScript Duckumentation generator"
  s.description = "Documentation generator for Sencha JS frameworks"
  s.homepage = "https://github.com/senchalabs/jsduck"
+1 −1
Original line number Diff line number Diff line
@@ -75,7 +75,7 @@ module JsDuck
      ]
      @meta_tag_paths = []

      @version = "3.10.4"
      @version = "3.10.5"

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