docman 0.0.82 → 0.0.83

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 3cdd636d62e958434d0c228cac7f4b87fed36eff
4
- data.tar.gz: 53f29632b22a725ac462c45898fd10770270771a
3
+ metadata.gz: fa5406c9a38d244a708862e0387d24fb5f59eba5
4
+ data.tar.gz: aeac1767cd0ba692633103ec897d3d45efad0e8d
5
5
  SHA512:
6
- metadata.gz: f8de66b59de7c7cd891103c8b96783edb058ee7001accc9e1c11a074f55b3410290e4a08b424a831f89c830196b66fefddcc67c8dcd01743c8acb12c04cf7927
7
- data.tar.gz: 762077fd3b560406c586f94d33632689d7be47dc47053c3a6dee6198ad204b00fe947ed4d5a05668258e86b0547f283249c47aa4d18d63c49213a9c0810e288f
6
+ metadata.gz: a27b712bdb4ae70c9d74817b103d08fd76faa6b97475f93b8c7ff66ee5ded5008192b151f61a9a6e7cd55cbe4828ded8e63b441861d28bda4c9259cbed34b3bd
7
+ data.tar.gz: 1338af6f475474f42ab94330d38cfb6eeb18c8ad7d080fd27d389f34aaf69a4ccafb990a313e9bbb5826800c63a4820347386788778551c6029881260c8f5875
@@ -71,7 +71,7 @@ module Docman
71
71
  info['full_path'] = path
72
72
  info['docroot_config'] = self
73
73
  info['build_path'] = prefix
74
- info['full_build_path'] = File.join(@docroot_dir, '.docman', prefix)
74
+ info['full_build_path'] = File.join(@docroot_dir, prefix)
75
75
  info['temp_path'] = File.join(@docroot_dir, '.docman/tmp', info['build_path'])
76
76
  info['states_path'] = File.join(@docroot_dir, '.docman/states', info['build_path'])
77
77
  info['name'] = name
@@ -116,7 +116,7 @@ module Docman
116
116
  info['full_path'] = path
117
117
  info['docroot_config'] = self
118
118
  info['build_path'] = prefix
119
- info['full_build_path'] = File.join(@docroot_dir, '.docman', prefix)
119
+ info['full_build_path'] = File.join(@docroot_dir, prefix)
120
120
  info['temp_path'] = File.join(@docroot_dir, '.docman/tmp', info['build_path'])
121
121
  info['states_path'] = File.join(@docroot_dir, '.docman/states', info['build_path'])
122
122
  info['name'] = name
@@ -1,3 +1,3 @@
1
1
  module Docman
2
- VERSION = "0.0.82"
2
+ VERSION = "0.0.83"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: docman
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.82
4
+ version: 0.0.83
5
5
  platform: ruby
6
6
  authors:
7
7
  - Alexander Tolstikov
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-10-24 00:00:00.000000000 Z
11
+ date: 2017-10-31 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler