vitunes 0.3.1 → 0.3.2

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 (4) hide show
  1. data/NOTES +2 -0
  2. data/lib/vitunes.vim +1 -1
  3. data/lib/vitunes/version.rb +1 -1
  4. metadata +2 -2
data/NOTES CHANGED
@@ -222,6 +222,8 @@ found out about this project
222
222
  http://freshmeat.net/projects/vitunes
223
223
  - last change jan 2011
224
224
 
225
+ Also
226
+ http://www.vim.org/scripts/script.php?script_id=523
225
227
 
226
228
 
227
229
  Sat Jul 2 16:26:56 EDT 2011
@@ -126,7 +126,7 @@ function! s:playTrack()
126
126
  endif
127
127
  let command = ""
128
128
  if (s:currentPlaylist != '')
129
- let command = s:vitunes_tool . "playTrackIDFromPlaylist ".trackID.' '.s:currentPlaylist
129
+ let command = s:vitunes_tool . "playTrackIDFromPlaylist ".trackID.' '.shellescape(s:currentPlaylist)
130
130
  else
131
131
  let command = s:vitunes_tool . "playTrackID " . trackID
132
132
  endif
@@ -1,3 +1,3 @@
1
1
  module ViTunes
2
- VERSION = '0.3.1'
2
+ VERSION = '0.3.2'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: vitunes
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.1
4
+ version: 0.3.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2011-07-03 00:00:00.000000000 -04:00
12
+ date: 2011-07-04 00:00:00.000000000 -04:00
13
13
  default_executable:
14
14
  dependencies: []
15
15
  description: Control iTunes with Vim