jsdoc-rails 0.0.1 → 0.0.2
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/jsdoc-rails.gemspec +2 -2
- data/lib/jsdoc/version.rb +1 -1
- metadata +7 -7
data/jsdoc-rails.gemspec
CHANGED
|
@@ -13,8 +13,8 @@ Gem::Specification.new do |s|
|
|
|
13
13
|
s.version = Jsdoc::VERSION
|
|
14
14
|
s.platform = Gem::Platform::RUBY
|
|
15
15
|
|
|
16
|
-
s.summary = "Rails 3 plugin to
|
|
17
|
-
s.description = "
|
|
16
|
+
s.summary = "Rails 3 plugin to include JSDoc documentation on your site"
|
|
17
|
+
s.description = "Uses an included copy of jsdoc-toolkit to parse your JavaScript documentation and then load it into your site's database. This means you can have far more dynamic documentation as you no longer need to rely on static HTML."
|
|
18
18
|
|
|
19
19
|
s.files = `git ls-files`.split("\n")
|
|
20
20
|
s.test_files = `git ls-files -- {test,spec,features}/* | grep -v dummy`.split("\n")
|
data/lib/jsdoc/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: jsdoc-rails
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash:
|
|
5
|
-
prerelease:
|
|
4
|
+
hash: 27
|
|
5
|
+
prerelease:
|
|
6
6
|
segments:
|
|
7
7
|
- 0
|
|
8
8
|
- 0
|
|
9
|
-
-
|
|
10
|
-
version: 0.0.
|
|
9
|
+
- 2
|
|
10
|
+
version: 0.0.2
|
|
11
11
|
platform: ruby
|
|
12
12
|
authors:
|
|
13
13
|
- Ryan Williams
|
|
@@ -34,7 +34,7 @@ dependencies:
|
|
|
34
34
|
version: 3.0.0
|
|
35
35
|
type: :runtime
|
|
36
36
|
version_requirements: *id001
|
|
37
|
-
description:
|
|
37
|
+
description: Uses an included copy of jsdoc-toolkit to parse your JavaScript documentation and then load it into your site's database. This means you can have far more dynamic documentation as you no longer need to rely on static HTML.
|
|
38
38
|
email:
|
|
39
39
|
- jsdoc-rails@ryanwilliams.org
|
|
40
40
|
executables: []
|
|
@@ -286,10 +286,10 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
286
286
|
requirements: []
|
|
287
287
|
|
|
288
288
|
rubyforge_project:
|
|
289
|
-
rubygems_version: 1.
|
|
289
|
+
rubygems_version: 1.4.2
|
|
290
290
|
signing_key:
|
|
291
291
|
specification_version: 3
|
|
292
|
-
summary: Rails 3 plugin to
|
|
292
|
+
summary: Rails 3 plugin to include JSDoc documentation on your site
|
|
293
293
|
test_files:
|
|
294
294
|
- test/integration/navigation_test.rb
|
|
295
295
|
- test/jsdoc_test.rb
|