vitunes 0.0.9 → 0.1.0

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 +2 -2
  3. metadata +13 -3
@@ -1,3 +1,3 @@
1
1
  module ViTunes
2
- VERSION = '0.0.9'
2
+ VERSION = '0.1.0'
3
3
  end
data/lib/vitunes.vim CHANGED
@@ -71,8 +71,8 @@ function! ViTunes()
71
71
 
72
72
  noremap <buffer> > :call <SID>nextTrack()<cr>
73
73
  noremap <buffer> < :call <SID>prevTrack()<cr>
74
- noremap <buffer> ,> :call <SID>itunesControl("nextTrack")<cr>
75
- noremap <buffer> ,< :call <SID>itunesControl("prevTrack")<cr>
74
+ noremap <buffer> >> :call <SID>itunesControl("nextTrack")<cr>
75
+ noremap <buffer> << :call <SID>itunesControl("prevTrack")<cr>
76
76
 
77
77
 
78
78
  noremap <buffer> . :call <SID>currentTrackAndPlaylist()<cr>
metadata CHANGED
@@ -1,8 +1,12 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: vitunes
3
3
  version: !ruby/object:Gem::Version
4
- prerelease:
5
- version: 0.0.9
4
+ prerelease: false
5
+ segments:
6
+ - 0
7
+ - 1
8
+ - 0
9
+ version: 0.1.0
6
10
  platform: ruby
7
11
  authors:
8
12
  - Daniel Choi
@@ -59,17 +63,23 @@ required_ruby_version: !ruby/object:Gem::Requirement
59
63
  requirements:
60
64
  - - ">="
61
65
  - !ruby/object:Gem::Version
66
+ segments:
67
+ - 1
68
+ - 8
69
+ - 6
62
70
  version: 1.8.6
63
71
  required_rubygems_version: !ruby/object:Gem::Requirement
64
72
  none: false
65
73
  requirements:
66
74
  - - ">="
67
75
  - !ruby/object:Gem::Version
76
+ segments:
77
+ - 0
68
78
  version: "0"
69
79
  requirements: []
70
80
 
71
81
  rubyforge_project: vitunes
72
- rubygems_version: 1.6.1
82
+ rubygems_version: 1.3.7
73
83
  signing_key:
74
84
  specification_version: 3
75
85
  summary: A Vim interface to iTunes