vitunes 0.3.5 → 0.3.6

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/lib/vitunes/version.rb +1 -1
  2. data/lib/vitunes.vim +0 -1
  3. metadata +2 -2
@@ -1,3 +1,3 @@
1
1
  module ViTunes
2
- VERSION = '0.3.5'
2
+ VERSION = '0.3.6'
3
3
  end
data/lib/vitunes.vim CHANGED
@@ -345,7 +345,6 @@ endfunction
345
345
 
346
346
  function! s:newPlaylist(name)
347
347
  let command = s:vitunes_tool.'newPlaylist '.shellescape(a:name)
348
- echom command
349
348
  let res = system(s:vitunes_tool.'newPlaylist '.shellescape(a:name))
350
349
  echom res
351
350
  endfunction
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.5
4
+ version: 0.3.6
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-04 00:00:00.000000000 -04:00
12
+ date: 2011-07-05 00:00:00.000000000 -04:00
13
13
  default_executable:
14
14
  dependencies: []
15
15
  description: Control iTunes with Vim