jsduck 3.10.1 → 3.10.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.
@@ -0,0 +1,40 @@
1
+ PATH
2
+ remote: .
3
+ specs:
4
+ jsduck (3.10.1)
5
+ json
6
+ parallel
7
+ rdiscount
8
+
9
+ GEM
10
+ remote: http://rubygems.org/
11
+ specs:
12
+ chunky_png (1.2.5)
13
+ compass (0.12.1)
14
+ chunky_png (~> 1.2)
15
+ fssm (>= 0.2.7)
16
+ sass (~> 3.1)
17
+ diff-lcs (1.1.3)
18
+ fssm (0.2.9)
19
+ json (1.7.3)
20
+ parallel (0.5.16)
21
+ rake (0.9.2.2)
22
+ rdiscount (1.6.8)
23
+ rspec (2.10.0)
24
+ rspec-core (~> 2.10.0)
25
+ rspec-expectations (~> 2.10.0)
26
+ rspec-mocks (~> 2.10.0)
27
+ rspec-core (2.10.0)
28
+ rspec-expectations (2.10.0)
29
+ diff-lcs (~> 1.1.3)
30
+ rspec-mocks (2.10.1)
31
+ sass (3.1.18)
32
+
33
+ PLATFORMS
34
+ ruby
35
+
36
+ DEPENDENCIES
37
+ compass
38
+ jsduck!
39
+ rake
40
+ rspec
@@ -2,8 +2,8 @@ Gem::Specification.new do |s|
2
2
  s.required_rubygems_version = ">= 1.3.5"
3
3
 
4
4
  s.name = 'jsduck'
5
- s.version = '3.10.1'
6
- s.date = '2012-05-11'
5
+ s.version = '3.10.2'
6
+ s.date = '2012-05-14'
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"
@@ -75,7 +75,7 @@ module JsDuck
75
75
  ]
76
76
  @meta_tag_paths = []
77
77
 
78
- @version = "3.10.1"
78
+ @version = "3.10.2"
79
79
 
80
80
  # Customizing output
81
81
  @title = "Sencha Docs - Ext JS"
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jsduck
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.10.1
4
+ version: 3.10.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -10,7 +10,7 @@ authors:
10
10
  autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
- date: 2012-05-11 00:00:00.000000000 Z
13
+ date: 2012-05-14 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: rdiscount
@@ -118,6 +118,7 @@ files:
118
118
  - .gitignore
119
119
  - COPYING
120
120
  - Gemfile
121
+ - Gemfile.lock
121
122
  - README.md
122
123
  - Rakefile
123
124
  - bin/compare