phari_doc_gen 2.0.1 → 2.0.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.
- checksums.yaml +4 -4
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 35885c85d44cc50daa084a8d8121d612a495eb97
|
|
4
|
+
data.tar.gz: 304888c1b85808b928bc84e91afe8689f5c0d5f9
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 0dde29041f76542d3cfeb6e187161a54c12ea5729c9cd6b5a531273056ebbd2e636a3ad462128546ed644bcb897ea3b24f07025f443dd72fbebb428549e0ff43
|
|
7
|
+
data.tar.gz: a35cce7fe88bcfda492314af4e28a12f483bf64ed96dcdb5b1f13202047cd13c85efe93d2819139bf6fad4a52a2621e928d4e6bcffb151caf3d718223ae7d2c5
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: phari_doc_gen
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.0.
|
|
4
|
+
version: 2.0.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Phari Solutions
|
|
@@ -16,7 +16,7 @@ description: |2-
|
|
|
16
16
|
of yours. So here goes a brief tutorial on how to use this
|
|
17
17
|
little gem developed by Phari Solutions. First things first.
|
|
18
18
|
To use this gem, you will need to be following the sinatra/padrino
|
|
19
|
-
patterns. If you're using
|
|
19
|
+
patterns. If you're using these frameworks probably you already
|
|
20
20
|
matched the requisites, otherwise, organize your folders properly.
|
|
21
21
|
Your project tree has to be organized in a main directory called
|
|
22
22
|
'api' that must contain another folder 'app' with three other
|
|
@@ -26,7 +26,7 @@ description: |2-
|
|
|
26
26
|
an easy way to generate documentation for your projects. The result
|
|
27
27
|
will be a project page with a description that can be written using a simplified
|
|
28
28
|
markdown syntax that is going to be explained ahead. Also, each ruby
|
|
29
|
-
Class will have it's own page especifying it's helper methods and
|
|
29
|
+
Class will have it's own page especifying it's helper methods and controller
|
|
30
30
|
routes including their inputs, outputs and descriptions. The gem includes
|
|
31
31
|
an executable file and the classes that can be used individually,
|
|
32
32
|
providing the possibility to use the generator for any project
|