dyntool 0.0.17 → 0.0.18

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/lib/dyntool.rb +1 -1
  2. metadata +2 -2
data/lib/dyntool.rb CHANGED
@@ -59,7 +59,7 @@ class Utils
59
59
  end
60
60
  # check if dyn.yaml configuration is same as commited in svn
61
61
  def SvnChk
62
- @rep_uid = `svn info | grep "Repository UUID" | awk '{ print $3 }'`
62
+ @rep_uid = `svn info | grep "Repository UUID" | awk '{ print $3 }' 2>/dev/null`
63
63
  if @rep_uid.chomp != "1d8c9d9d-1d0e-4ed3-8e48-d6f63a883ab4"
64
64
  abort("You are not in a directory that checkout to authorized SVN")
65
65
  end
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 0
8
- - 17
9
- version: 0.0.17
8
+ - 18
9
+ version: 0.0.18
10
10
  platform: ruby
11
11
  authors:
12
12
  - Ariel Moskovich