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.
Files changed (2) hide show
  1. checksums.yaml +4 -4
  2. metadata +9 -8
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 2b22db23b6df6052719672b4f3e162ad0f38cd9b
4
- data.tar.gz: 54b6d0d5844aece4dacebf9c72a94bad783287b4
3
+ metadata.gz: 44a4aa4130bba80e134543f187f27fa85a8fdfbc
4
+ data.tar.gz: ca5e7c748f4b152f1624f40c485955f57307aa17
5
5
  SHA512:
6
- metadata.gz: eb235ac38baa2fd3e2f916f0760a4417cecebecfab38f85ea5b17d85bcb382c07dd18df08de0f0af04dc3e77bf3867c1f3541537e1620440578f1ec1b7fd530a
7
- data.tar.gz: a9adc8daec64d905ced4275e71294b8332d47a669c2e50cdeb4911fc49291581683fa4a4bd1bc4c958d81212a56a14799e18f8faa19794d8f7aa91464830cf10
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.1
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: "The aim of rain is to generate beautiful API documentation from a ruby
56
- comment syntax with markdown mixed in. \n The documentation can
57
- be inline in .rb files, or separate .md or .txt files for overall architecture documentation.
58
- \ Rain also allows a large amount of customization when it comes
59
- to templating and appearance of the API documentation. Branding
60
- and unity of documentation appearance is important and rain offers a simple ebr-based
61
- template system."
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