vitunes 0.1.5 → 0.1.7
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.
- data/README.markdown +2 -1
- data/lib/vitunes.vim +1 -1
- data/lib/vitunes/version.rb +1 -1
- metadata +2 -2
data/README.markdown
CHANGED
@@ -39,7 +39,8 @@ probably have a `PATH` issue. Try one of these workarounds:
|
|
39
39
|
* Put the directory where Rubygems installs executables on your `PATH`
|
40
40
|
* Try installing with `sudo gem install && vitunes-install`
|
41
41
|
|
42
|
-
To upgrade ViTunes to a newer
|
42
|
+
To upgrade ViTunes to a newer version, just repeat the installation procedure.
|
43
|
+
Don't forget to run `vitunes-install` again after you download the new gem.
|
43
44
|
|
44
45
|
## How to use it
|
45
46
|
|
data/lib/vitunes.vim
CHANGED
data/lib/vitunes/version.rb
CHANGED