rvc 1.3.3 → 1.3.4

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