jsduck 3.0 → 3.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/jsduck.gemspec +3 -3
- data/lib/jsduck/options.rb +1 -1
- metadata +7 -6
data/jsduck.gemspec
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
Gem::Specification.new do |s|
|
|
2
|
-
s.required_rubygems_version = ">= 1.3.
|
|
2
|
+
s.required_rubygems_version = ">= 1.3.5"
|
|
3
3
|
|
|
4
4
|
s.name = 'jsduck'
|
|
5
|
-
s.version = '3.0'
|
|
6
|
-
s.date = '2011-10-
|
|
5
|
+
s.version = '3.0.1'
|
|
6
|
+
s.date = '2011-10-22'
|
|
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"
|
data/lib/jsduck/options.rb
CHANGED
metadata
CHANGED
|
@@ -1,12 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: jsduck
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash:
|
|
4
|
+
hash: 5
|
|
5
5
|
prerelease: false
|
|
6
6
|
segments:
|
|
7
7
|
- 3
|
|
8
8
|
- 0
|
|
9
|
-
|
|
9
|
+
- 1
|
|
10
|
+
version: 3.0.1
|
|
10
11
|
platform: ruby
|
|
11
12
|
authors:
|
|
12
13
|
- Rene Saarsoo
|
|
@@ -15,7 +16,7 @@ autorequire:
|
|
|
15
16
|
bindir: bin
|
|
16
17
|
cert_chain: []
|
|
17
18
|
|
|
18
|
-
date: 2011-10-
|
|
19
|
+
date: 2011-10-22 00:00:00 +03:00
|
|
19
20
|
default_executable:
|
|
20
21
|
dependencies:
|
|
21
22
|
- !ruby/object:Gem::Dependency
|
|
@@ -575,12 +576,12 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
575
576
|
requirements:
|
|
576
577
|
- - ">="
|
|
577
578
|
- !ruby/object:Gem::Version
|
|
578
|
-
hash:
|
|
579
|
+
hash: 17
|
|
579
580
|
segments:
|
|
580
581
|
- 1
|
|
581
582
|
- 3
|
|
582
|
-
-
|
|
583
|
-
version: 1.3.
|
|
583
|
+
- 5
|
|
584
|
+
version: 1.3.5
|
|
584
585
|
requirements: []
|
|
585
586
|
|
|
586
587
|
rubyforge_project: jsduck
|