jsdoc-rails 0.0.1 → 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
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 support JSDoc documentation"
17
- s.description = "This plugin includes a jsdoc-toolkit template and Rake task which generates a script to load all your documentation into the database. This allows you to create dynamic and easily searchable documentation."
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
@@ -1,3 +1,3 @@
1
1
  module Jsdoc
2
- VERSION = '0.0.1'
2
+ VERSION = '0.0.2'
3
3
  end
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: 29
5
- prerelease: false
4
+ hash: 27
5
+ prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 1
10
- version: 0.0.1
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: This plugin includes a jsdoc-toolkit template and Rake task which generates a script to load all your documentation into the database. This allows you to create dynamic and easily searchable documentation.
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.3.7
289
+ rubygems_version: 1.4.2
290
290
  signing_key:
291
291
  specification_version: 3
292
- summary: Rails 3 plugin to support JSDoc documentation
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