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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: dca42f9cb3bf6c1ebf3e18ce5c48f953ad435b6f
4
- data.tar.gz: ca68694f83a4442d040f4146d517891e59411a32
3
+ metadata.gz: fa79525dbf182618343198bdd2ff041385867d24
4
+ data.tar.gz: 9da8a00f46e9cd1a2de657a758c296520eee3c58
5
5
  SHA512:
6
- metadata.gz: 4b07ef4bdc8289afa603d09783ece3e4a0a165314182a4c1e1b417f3141ca102462ce7c4c7cc0a2e2b5842d372b40e21ecf9dd24b357f2d7f350702e9f4aaa44
7
- data.tar.gz: dfb0aaf022be41feebe3ff107969f2070a844fbe745f81ab45dc1418e27370fd38c0439bf4e36b9f1ba939d8baed54d1e90c8481003997910a82275557123dba
6
+ metadata.gz: b30b2d791c79d77997d16429763b13fec561bfcdd1c265e47a5b4415c3eebca1237af94b7451da85f4d4a132fab2d91f32a6ecbc7e29b85a9bc9ae0977e91a91
7
+ data.tar.gz: 6dc22119e4b6e8730e6a833a5503cc77ae7deb28b38c5f15c454f31640780e39d94283599d1fd0561f144d40477a4a5a409c2a490f9effce5fb91552521cc3b5
@@ -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)).clean
6
+ @root = Workspace.dir(File.expand_path(export_path))
7
7
 
8
8
  # load template
9
9
  filename = "#{GrapeDocs.config[:template]}.md.erb"
@@ -1,3 +1,3 @@
1
1
  module GrapeDocs
2
- VERSION = "1.0.1"
2
+ VERSION = "1.0.2"
3
3
  end
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.1
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-23 00:00:00.000000000 Z
11
+ date: 2018-01-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler