updoc 0.1.0 → 0.1.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.
- checksums.yaml +4 -4
- data/lib/updoc/report.rb +3 -1
- data/lib/updoc/version.rb +1 -1
- metadata +2 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 0dbff84224e803ebedfdc35f85364e9f8dbe500c
|
|
4
|
+
data.tar.gz: 746169f076b4661e19848b363c60bb5cce57636d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 3a99e334aa03743c1a72fb1affc250e40579c8de3a1e2aa49f5745e7a1c632b63302418e609478763972422f32fee549979f17390e98aabcd26613c406af493b
|
|
7
|
+
data.tar.gz: c66df73df1eb6f8ac95d9cb08e1e68c7021b4f30f5bcdbb0ef1f3ccb44d657eeb526e49d6fac0bda50bac7f288aa2f6645b07ca8b753b9c6dca5ad30a590cab2
|
data/lib/updoc/report.rb
CHANGED
|
@@ -19,7 +19,9 @@ module Updoc
|
|
|
19
19
|
feature: app_feature
|
|
20
20
|
}
|
|
21
21
|
|
|
22
|
-
|
|
22
|
+
# XXX: Having to manually adding the path prefix may have changed
|
|
23
|
+
# from older Grape versions
|
|
24
|
+
#detail[:path] = File.join(*[grape_app.path_prefix.to_s, detail[:path]].compact) if grape_app.path_prefix
|
|
23
25
|
|
|
24
26
|
if endpoint.options[:app]
|
|
25
27
|
detail[:feature] = endpoint.options[:app].updoc.feature_name if endpoint.options[:app] < Updoc::Producer
|
data/lib/updoc/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: updoc
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Michael Guymon
|
|
@@ -120,3 +120,4 @@ signing_key:
|
|
|
120
120
|
specification_version: 4
|
|
121
121
|
summary: Generates a report of application producers and consumers
|
|
122
122
|
test_files: []
|
|
123
|
+
has_rdoc:
|