ktec-subtrac 0.1.48 → 0.1.49

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/VERSION.yml +1 -1
  2. data/lib/subtrac.rb +1 -1
  3. metadata +1 -1
data/VERSION.yml CHANGED
@@ -1,4 +1,4 @@
1
1
  ---
2
2
  :major: 0
3
3
  :minor: 1
4
- :patch: 48
4
+ :patch: 49
data/lib/subtrac.rb CHANGED
@@ -66,7 +66,7 @@ module Subtrac
66
66
  # check where we are installing
67
67
  Config.confirm_or_update(:install_dir,"install_dir")
68
68
 
69
- unless !File.directory?(install_dir)
69
+ unless !File.directory?(Config.install_dir)
70
70
  # Ask if the user agrees (yes or no)
71
71
  confirm_clean = agree("Err, it seems there's some stuff in there. You sure you want me to overwrite? [Y/n]") if options.clean
72
72
  overwrite = agree("Doubly sure? I can't undo this....[Y/n]") if confirm_clean
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ktec-subtrac
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.48
4
+ version: 0.1.49
5
5
  platform: ruby
6
6
  authors:
7
7
  - Keith Salisbury