grape-docs 1.0.1 → 1.0.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/grape_docs/exporter.rb +1 -1
- data/lib/grape_docs/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: fa79525dbf182618343198bdd2ff041385867d24
|
4
|
+
data.tar.gz: 9da8a00f46e9cd1a2de657a758c296520eee3c58
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b30b2d791c79d77997d16429763b13fec561bfcdd1c265e47a5b4415c3eebca1237af94b7451da85f4d4a132fab2d91f32a6ecbc7e29b85a9bc9ae0977e91a91
|
7
|
+
data.tar.gz: 6dc22119e4b6e8730e6a833a5503cc77ae7deb28b38c5f15c454f31640780e39d94283599d1fd0561f144d40477a4a5a409c2a490f9effce5fb91552521cc3b5
|
data/lib/grape_docs/exporter.rb
CHANGED
@@ -3,7 +3,7 @@ module GrapeDocs
|
|
3
3
|
attr_reader :root, :template, :api
|
4
4
|
|
5
5
|
def initialize(export_path)
|
6
|
-
@root = Workspace.dir(File.expand_path(export_path))
|
6
|
+
@root = Workspace.dir(File.expand_path(export_path))
|
7
7
|
|
8
8
|
# load template
|
9
9
|
filename = "#{GrapeDocs.config[:template]}.md.erb"
|
data/lib/grape_docs/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: grape-docs
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tobias Strebitzer
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2018-01-
|
11
|
+
date: 2018-01-24 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|