docman 0.0.10 → 0.0.11

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: 82ea76fa9c4bf8bb0a08875eddc59901ab1310cd
4
- data.tar.gz: 55e470019138da3e8d010e6b7c4f70bea0f12bc1
3
+ metadata.gz: 9b1b4cfc708ee5329713f3b1e36a398aac0473f6
4
+ data.tar.gz: df7b6eaeb867c21a977bd493167118be064060bf
5
5
  SHA512:
6
- metadata.gz: 61f6e4f6675c97b81e60c6988cdc63ecbf03bd676c647ac61e7cfddef45084bbfe8025b1fb0833b9ede70f4f683e9ebe1102694e345a0c34286eb08b364356ff
7
- data.tar.gz: cf3cd2439327446e98b0917508874e4a55214789e5e86729993fc98306f26e4d1ffcab2c6a24a3183ccf8e51a5452e0e638d6465c7bd3f5af229c128b44c5622
6
+ metadata.gz: 5cec2483a759091c17a0506fdb6562af6c96aa2e70f9f5fc431b7c7885e5e211fea5e828c810a472f80083ed0815004260ec643a9db2965f0afd08c29cebedcc
7
+ data.tar.gz: c7d8b64781cfc782d2886a59aee59a886d4a440c72b521a8f7c687d038b4bbf3b802c39ccef21170bdc2735d5f7ac077fd87646b681e2388c90c9d0bf535cbb1
@@ -43,7 +43,7 @@ module Docman
43
43
  end
44
44
 
45
45
  path = @docroot_config.root['full_build_path']
46
- if File.directory? path
46
+ if File.directory?(path) and GitUtil.repo?(path)
47
47
  Dir.chdir path
48
48
  if GitUtil.repo_changed? path
49
49
  GitUtil.reset_repo path
@@ -1,3 +1,3 @@
1
1
  module Docman
2
- VERSION = "0.0.10"
2
+ VERSION = "0.0.11"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: docman
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.10
4
+ version: 0.0.11
5
5
  platform: ruby
6
6
  authors:
7
7
  - Alexander Tolstikov