vitunes 0.4.1 → 0.4.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.
data/README.markdown CHANGED
@@ -8,7 +8,7 @@ Benefits:
8
8
 
9
9
  * control iTunes without leaving Vim, where one is probably in a state of productive bliss
10
10
  * avoid using the mouse or trackpad; keystrokes get you there faster
11
- * minimalist text-based UI works better on smaller screens than a honkin multi-paned GUI
11
+ * Zen-minimalist text-based UI works better on small screens than iTunes' massively multi-paned, chrome-padded GUI
12
12
  * control iTunes from another computer (via ssh session), across the room or across the world
13
13
  * let multiple people control one instance of iTunes over ssh ([how][multi])
14
14
  * control iTunes from a GNU/Linux client (I do!)
@@ -17,6 +17,8 @@ Benefits:
17
17
 
18
18
  ViTunes is pronounced vee-eye-tunes.
19
19
 
20
+ If you're looking for `vitunes` for MPlayer by Ryan Flannery, click [here](http://freshmeat.net/projects/vitunes).
21
+
20
22
  ## Prerequisites
21
23
 
22
24
  * Ruby 1.8.6 or higher (developed on Ruby 1.9.2)
@@ -25,11 +27,7 @@ ViTunes is pronounced vee-eye-tunes.
25
27
 
26
28
  ## Install
27
29
 
28
- gem install vitunes
29
-
30
- Then
31
-
32
- vitunes-install
30
+ gem install vitunes && vitunes-install
33
31
 
34
32
  `vitunes-install` installs a Vim plugin into your ~/.vim/plugin
35
33
  directory.
@@ -41,7 +39,6 @@ probably have a `PATH` issue. Try one of these workarounds:
41
39
  * Try installing with `sudo gem install vitunes && vitunes-install`
42
40
 
43
41
  To upgrade ViTunes to a newer version, just repeat the installation procedure.
44
- Don't forget to run `vitunes-install` again after you download the new gem.
45
42
 
46
43
  ## How to use it
47
44
 
@@ -1,3 +1,3 @@
1
1
  module ViTunes
2
- VERSION = '0.4.1'
2
+ VERSION = '0.4.2'
3
3
  end
data/lib/vitunes.vim CHANGED
@@ -1,4 +1,4 @@
1
- " Vim script that add ability to search and play iTunes tracks from Vim
1
+ " Vim script that lets you search and play iTunes tracks from Vim
2
2
  " Maintainer: Daniel Choi <dhchoi@gmail.com>
3
3
  " License: MIT License (c) 2011 Daniel Choi
4
4
  "
metadata CHANGED
@@ -1,27 +1,31 @@
1
- --- !ruby/object:Gem::Specification
1
+ --- !ruby/object:Gem::Specification
2
2
  name: vitunes
3
- version: !ruby/object:Gem::Version
4
- version: 0.4.1
3
+ version: !ruby/object:Gem::Version
5
4
  prerelease:
5
+ version: 0.4.2
6
6
  platform: ruby
7
- authors:
7
+ authors:
8
8
  - Daniel Choi
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2011-07-07 00:00:00.000000000 -04:00
12
+
13
+ date: 2011-07-09 00:00:00 -04:00
13
14
  default_executable:
14
15
  dependencies: []
16
+
15
17
  description: Control iTunes with Vim
16
- email:
18
+ email:
17
19
  - dhchoi@gmail.com
18
- executables:
20
+ executables:
19
21
  - vitunes
20
22
  - vitunes-help
21
23
  - vitunes-install
22
24
  extensions: []
25
+
23
26
  extra_rdoc_files: []
24
- files:
27
+
28
+ files:
25
29
  - .gitignore
26
30
  - MIT-LICENSE.txt
27
31
  - NOTES
@@ -47,30 +51,33 @@ files:
47
51
  has_rdoc: true
48
52
  homepage: http://danielchoi.com/software/vitunes.html
49
53
  licenses: []
50
- post_install_message: ! '**************************************************************
51
54
 
55
+ post_install_message: |-
56
+ **************************************************************
52
57
  ** Now please run vitunes-install to install the Vim plugin **
53
-
54
- **************************************************************'
58
+ **************************************************************
55
59
  rdoc_options: []
56
- require_paths:
60
+
61
+ require_paths:
57
62
  - lib
58
- required_ruby_version: !ruby/object:Gem::Requirement
63
+ required_ruby_version: !ruby/object:Gem::Requirement
59
64
  none: false
60
- requirements:
61
- - - ! '>='
62
- - !ruby/object:Gem::Version
65
+ requirements:
66
+ - - ">="
67
+ - !ruby/object:Gem::Version
63
68
  version: 1.8.6
64
- required_rubygems_version: !ruby/object:Gem::Requirement
69
+ required_rubygems_version: !ruby/object:Gem::Requirement
65
70
  none: false
66
- requirements:
67
- - - ! '>='
68
- - !ruby/object:Gem::Version
69
- version: '0'
71
+ requirements:
72
+ - - ">="
73
+ - !ruby/object:Gem::Version
74
+ version: "0"
70
75
  requirements: []
76
+
71
77
  rubyforge_project: vitunes
72
- rubygems_version: 1.6.2
78
+ rubygems_version: 1.6.1
73
79
  signing_key:
74
80
  specification_version: 3
75
81
  summary: A Vim interface to iTunes
76
82
  test_files: []
83
+