rvc 1.3.3 → 1.3.4

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 +1 -1
  2. data/bin/rvc +1 -1
  3. metadata +1 -1
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.3.3
1
+ 1.3.4
data/bin/rvc CHANGED
@@ -81,7 +81,7 @@ history = File.open(history_fn, 'a')
81
81
 
82
82
  if $opts[:path]
83
83
  begin
84
- CMD.basic.cd $opts[:path]
84
+ CMD.basic.cd lookup_single($opts[:path])
85
85
  rescue UserError
86
86
  raise unless $opts[:create_directory]
87
87
  parent_path = File.dirname($opts[:path])
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: rvc
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 1.3.3
5
+ version: 1.3.4
6
6
  platform: ruby
7
7
  authors:
8
8
  - Rich Lane