docman 0.0.74 → 0.0.75

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: 73314023f94b50b158e995bc926ca51274cf1d8b
4
- data.tar.gz: 88a1b16f372735cbc0f2393f0b38dc731bc01872
3
+ metadata.gz: 1238c4ba8ffe577d857b48fe3b76cc325c9f6666
4
+ data.tar.gz: 43385f4179d25504f554a1628dab3e77d03cbe7e
5
5
  SHA512:
6
- metadata.gz: 2f0f75d2ec04327e692e0beaae660113c2fcc79111979e02c929678022f7c46d92ca397f7ca6704693a6d9bcc278db8c582a0f9c66cb8fbe1e683b15cbcf7a3f
7
- data.tar.gz: 2aadbcd8979f074a128873de040eb62f424635e0f4d3a7c2c30d3ceb75537335b6fabc0ee93f5fd32cad0aa83a2ede2cd8fc2817a8b3a5b16cc54ad65e4cebc3
6
+ metadata.gz: 39263a88c04d17902a765e5f62ac305eb574f51e59aeed722a4459438ea4d9d48a66527a5b98987bc376670f73bcb856770003b1385cad395a56c0cf61861fab
7
+ data.tar.gz: 8d2b09c0b47a9608a69463108bde7c010651f6cd976364ed49ac1498a487de00f73a602d01bbcf949bfe391f2260c6c148e1d56698dd167feca4a62b39936012
@@ -81,6 +81,7 @@ module Docman
81
81
  def self.commit(root_path, path, message, tag = nil)
82
82
  if repo_changed? path
83
83
  # pull root_path
84
+ Dir.chdir root_path
84
85
  exec %Q(add --all #{path.slice "#{root_path}/"})
85
86
  exec %Q(commit -m "#{message}") if repo_changed? path
86
87
  self.tag(root_path, tag) if tag
@@ -1,3 +1,3 @@
1
1
  module Docman
2
- VERSION = "0.0.74"
2
+ VERSION = "0.0.75"
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.74
4
+ version: 0.0.75
5
5
  platform: ruby
6
6
  authors:
7
7
  - Alexander Tolstikov