xmigra 1.6.1 → 1.6.2

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: 3018ab78940a1e779fb6006ecbb24d2b4c174525
4
- data.tar.gz: d0b0bd56b4020f62e10ac184db8754983ba0e6ce
3
+ metadata.gz: 3cb39f2f3e68d7626142c0c9350b43c01bb671ed
4
+ data.tar.gz: c27a8bf6031cdb6961b480324f4ebd542f92adb3
5
5
  SHA512:
6
- metadata.gz: aeccf5e7da306a755f01773b6e6ba5431581e9a8fe97ce0ed09f2d298fd6a48c0d55617b4223f28789e2f1beae1ba5c093aedeb711625a338b564c82c58dcd4b
7
- data.tar.gz: f484900bf9589679c64deed1340ec9ed4dc2435cd1ed98f7654d5ddd3a6b28f8f469777ffe73d8cf2de8347d1462fcd51489cd886ae18e1491181ab308990695
6
+ metadata.gz: 760fb0843ae1e04e1cc3a3d1c0b3eed019ac31f7eca3a5f4dba14d84e674261ebb2f6923108f20b8cdc31ad1a9a859af1d8f0108805101582ab19cd37aae989b
7
+ data.tar.gz: 3e9f5ee4872cdb8387e9bf1ccb4f5ac32342085b5f41b408700b2b0937bc9d1fc571264af52ffffd684a1ffd4917db430c9d8fea0235ad89c5b50e4e758dfecc
@@ -31,7 +31,7 @@ module XMigra
31
31
  )
32
32
  cmd_str = cmd_parts.join(' ')
33
33
 
34
- output = `#{cmd_str} #{XMigra::NULL_FILE}`
34
+ output = `#{cmd_str} 2>#{XMigra::NULL_FILE}`
35
35
  raise(VersionControlError, "Subversion command failed with exit code #{$?.exitstatus}") unless $?.success?
36
36
  return output if raw_result && !no_result
37
37
  return REXML::Document.new(output) unless no_result
@@ -1,3 +1,3 @@
1
1
  module XMigra
2
- VERSION = "1.6.1"
2
+ VERSION = "1.6.2"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: xmigra
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.6.1
4
+ version: 1.6.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Next IT Corporation
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2016-01-26 00:00:00.000000000 Z
12
+ date: 2016-01-28 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: bundler