docman 0.0.78 → 0.0.79

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: f4c5d3a7e7286c078c0e718fe766d1a8a40912b9
4
- data.tar.gz: 0e2e33ce1e47292d040431e44328377d68b79c27
3
+ metadata.gz: d2b977f2707f1a7f51738545e6b5c78670b148df
4
+ data.tar.gz: 9c5da6b8005996a325d3209f086222862276870a
5
5
  SHA512:
6
- metadata.gz: 1484fe8ba854b21a99c520583fbb412cd1a7a9073bcdb52f0bd244732a363a7de810ef9121d27afc1bbdc211355106de3e901c285c490f4521d9d1254b44fd47
7
- data.tar.gz: bcc5ced9ffa8e1ca3f0a4116bd26f3bc7e2e38cdc62f294d3ce9415f27a9c6f1f7434a7dd1b3678d1e158928c581fac78f2a718f01bc20d79773e6b9107491d6
6
+ metadata.gz: aa16cfa96e244b6c176bc50e33d98f4d5fa6f7dfcab66f621b914a72f52d25c3fe45caeec4d8ea28c9c0b8dfeabcb36e76d1ae0683870f6d0cc136223918639f
7
+ data.tar.gz: 6ab396f8591ad4c9e9fef6ccde4b94adac36f897050e8f4e7056e2d1c18400057a2a7774772171dd4fbbfa0942b7b8a1bd133f1a9b900d3c19b1b3d37aefc3b3
@@ -9,7 +9,8 @@ module Docman
9
9
 
10
10
  def self.exec(command, show_result = true)
11
11
  @logger.info "#{@git} #{command}"
12
- result = `#{@git} #{command}`.delete!("\n")
12
+ result = `#{@git} #{command}`
13
+ #result = `#{@git} #{command}`.delete!("\n")
13
14
  @logger.info result if show_result and result
14
15
  raise "ERROR: #{result}" unless $?.exitstatus == 0
15
16
  result
@@ -1,3 +1,3 @@
1
1
  module Docman
2
- VERSION = "0.0.78"
2
+ VERSION = "0.0.79"
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.78
4
+ version: 0.0.79
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-02-28 00:00:00.000000000 Z
11
+ date: 2017-03-01 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler