rain-doc 0.0.1 → 0.0.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- metadata +9 -8
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 44a4aa4130bba80e134543f187f27fa85a8fdfbc
|
4
|
+
data.tar.gz: ca5e7c748f4b152f1624f40c485955f57307aa17
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c491e40015f0c8dc6c7546f8acfdac540879cc001616032549c92fdb1acd86fe9408afd42dd6d8c7f6b9135f8c9a3b7d194bad44763d0c39752cde853b8e287a
|
7
|
+
data.tar.gz: 27a6c3eb2e2cb3a4adec5a4ddecce468f97585bf6b16807513048a3d10a0bf16cb65de3f86d74e1789c50f0c219547ece6279afa90be15bbb5467d9f9b835f00
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: rain-doc
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Martin Brennan
|
@@ -52,13 +52,14 @@ dependencies:
|
|
52
52
|
- - '='
|
53
53
|
- !ruby/object:Gem::Version
|
54
54
|
version: 0.19.1
|
55
|
-
description: "
|
56
|
-
|
57
|
-
|
58
|
-
|
59
|
-
|
60
|
-
|
61
|
-
|
55
|
+
description: "Rain is a gem to generate beautiful and customizable API documentation,
|
56
|
+
inspired by yard and rdoc. The aim of Rain is to generate beautiful
|
57
|
+
API documentation from a ruby comment syntax with markdown mixed in. \n The
|
58
|
+
documentation can be inline in .rb files, or separate .md or .txt files for overall
|
59
|
+
architecture documentation. Rain also allows a large amount of
|
60
|
+
customization when it comes to templating and appearance of the API documentation.
|
61
|
+
\ Branding and unity of documentation appearance is important
|
62
|
+
and Rain offers a simple ebr-based template system."
|
62
63
|
email: mjrbrennan@gmail.com
|
63
64
|
executables:
|
64
65
|
- raindoc
|