jaxrsdoc 0.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/site/jaxrsdoc.css ADDED
@@ -0,0 +1,19 @@
1
+ .get {
2
+ margin-bottom: 0.5em;
3
+ background-color: #D6EAD6;
4
+ }
5
+
6
+ .post {
7
+ margin-bottom: 0.5em;
8
+ background-color: #EBF7FA;
9
+ }
10
+
11
+ .put {
12
+ margin-bottom: 0.5em;
13
+ background-color: #FEEACD;
14
+ }
15
+
16
+ .delete {
17
+ margin-bottom: 0.5em;
18
+ background-color: #F0C8C7;
19
+ }
metadata ADDED
@@ -0,0 +1,53 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: jaxrsdoc
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.1
5
+ prerelease:
6
+ platform: ruby
7
+ authors:
8
+ - Simon Caplette
9
+ autorequire:
10
+ bindir: bin
11
+ cert_chain: []
12
+ date: 2012-07-01 00:00:00.000000000 Z
13
+ dependencies: []
14
+ description:
15
+ email:
16
+ executables:
17
+ - jaxrsdoc
18
+ extensions: []
19
+ extra_rdoc_files: []
20
+ files:
21
+ - bin/jaxrsdoc
22
+ - lib/annotations.rb
23
+ - lib/jaxrsdoc_version.rb
24
+ - lib/parse.rb
25
+ - lib/site.rb
26
+ - lib/templates.rb
27
+ - site/bootstrap.css
28
+ - site/jaxrsdoc.css
29
+ homepage:
30
+ licenses: []
31
+ post_install_message:
32
+ rdoc_options: []
33
+ require_paths:
34
+ - lib
35
+ required_ruby_version: !ruby/object:Gem::Requirement
36
+ none: false
37
+ requirements:
38
+ - - ! '>='
39
+ - !ruby/object:Gem::Version
40
+ version: '0'
41
+ required_rubygems_version: !ruby/object:Gem::Requirement
42
+ none: false
43
+ requirements:
44
+ - - ! '>='
45
+ - !ruby/object:Gem::Version
46
+ version: '0'
47
+ requirements: []
48
+ rubyforge_project: jaxrsdoc
49
+ rubygems_version: 1.8.19
50
+ signing_key:
51
+ specification_version: 3
52
+ summary: Website bootstrap style generator for your JAXRS REST API doc
53
+ test_files: []