docman 0.0.9 → 0.0.10

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: d21d4701a1e78242691f9855ef44f869eb4b8a13
4
- data.tar.gz: 4265af6c323295622bf23f8228444a752358fdb0
3
+ metadata.gz: 82ea76fa9c4bf8bb0a08875eddc59901ab1310cd
4
+ data.tar.gz: 55e470019138da3e8d010e6b7c4f70bea0f12bc1
5
5
  SHA512:
6
- metadata.gz: 556e35cc141fb5e8d3599c1d5043b6e08655585261d981ed51bc9d139b63cc46570bcea2fdc2d14256b71b99e120402df9b8ddcc3490d441f3f6c59ccfba4c06
7
- data.tar.gz: 87775b0e968e87c7a4fb6293e948638dd669053f866d62f209e71356efc2c25a439fec0dff333eeecafb0df2121c7fc64d4abf389bd42da0f4778a55f32b577f
6
+ metadata.gz: 61f6e4f6675c97b81e60c6988cdc63ecbf03bd676c647ac61e7cfddef45084bbfe8025b1fb0833b9ede70f4f683e9ebe1102694e345a0c34286eb08b364356ff
7
+ data.tar.gz: cf3cd2439327446e98b0917508874e4a55214789e5e86729993fc98306f26e4d1ffcab2c6a24a3183ccf8e51a5452e0e638d6465c7bd3f5af229c128b44c5622
@@ -43,9 +43,11 @@ module Docman
43
43
  end
44
44
 
45
45
  path = @docroot_config.root['full_build_path']
46
- Dir.chdir path
47
- if GitUtil.repo_changed? path
48
- GitUtil.reset_repo path
46
+ if File.directory? path
47
+ Dir.chdir path
48
+ if GitUtil.repo_changed? path
49
+ GitUtil.reset_repo path
50
+ end
49
51
  end
50
52
 
51
53
  stored_config_hash = read_version_file_param('config_hash')
@@ -1,3 +1,3 @@
1
1
  module Docman
2
- VERSION = "0.0.9"
2
+ VERSION = "0.0.10"
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.9
4
+ version: 0.0.10
5
5
  platform: ruby
6
6
  authors:
7
7
  - Alexander Tolstikov