phari_doc_gen 2.0.1 → 2.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 +3 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 8404ac2f3774aa72e2b7253047419fa393c0c1d4
4
- data.tar.gz: 4cb7a88a546d05c8bacfcc5c119d870e7ec781c7
3
+ metadata.gz: 35885c85d44cc50daa084a8d8121d612a495eb97
4
+ data.tar.gz: 304888c1b85808b928bc84e91afe8689f5c0d5f9
5
5
  SHA512:
6
- metadata.gz: 6714c86f8f8fe313a0bdb7c208e951d6a105befb265b7800e9c6c614d7d1d6bc42911a5cdffbe14d1a72e515571487560e92a9f435be2c670dd5fca88cf271c7
7
- data.tar.gz: e59814fceb9ce8c478a66c91d5ad08d6d2fbeb811e79a28b4467c1410232f852b17b402204e79d944a230887426b4ec59c757c1f694ecb3f995663feef5cf0d8
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.1
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 those frameworks probably you already
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 controllers
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