dyntool 0.0.8 → 0.0.9

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
@@ -69,7 +69,7 @@ class Authentication
69
69
  puts @diff_output
70
70
  @q2 = ask("Do you want to use the local or svn version? (local|svn)? ") { |q| q.echo = true }
71
71
  if @q2 == "local"
72
- @commit_output = `svn ci dyn.yml -m"Updating dyn.yml file to svn`
72
+ @commit_output = `svn ci dyn.yml -m"Updating dyn.yml file to svn"`
73
73
  puts "Checking in and moving forward"
74
74
  puts @commit_output
75
75
  elsif @q2 == "svn"
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 0
8
- - 8
9
- version: 0.0.8
8
+ - 9
9
+ version: 0.0.9
10
10
  platform: ruby
11
11
  authors:
12
12
  - Ariel Moskovich