dyntool 0.0.8 → 0.0.9

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.
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