vitunes 0.0.4 → 0.0.5

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/README.markdown +7 -9
  2. data/lib/vitunes/version.rb +1 -1
  3. metadata +1 -1
data/README.markdown CHANGED
@@ -2,9 +2,7 @@
2
2
 
3
3
  ViTunes lets you control and navigate iTunes from the comfort of Vim.
4
4
 
5
- <a href="images-vitunes/bowie.png" rel="lightbox[screens]"><img src="images-vitunes/bowie-sm.png" /></a>
6
- <a href="images-vitunes/select-artist.png" rel="lightbox[screens]"><img src="images-vitunes/select-artist-sm.png" /></a>
7
- <a href="images-vitunes/select-playlist.png" rel="lightbox[screens]"><img src="images-vitunes/select-playlist-sm.png" /></a>
5
+ [screenshots]
8
6
 
9
7
  Benefits:
10
8
 
@@ -46,10 +44,10 @@ directory.
46
44
  * `,A` select album
47
45
  * `ENTER` start playing a track under cursor
48
46
 
49
- The query and selection drop downs make Vim autocompletion. Start typing
50
- the first few letters of what you want. For example, if you want to jump
51
- to all artists that start with the letter 'P', type 'P' and you'll see
52
- the drop down items update.
47
+ The query and selection drop downs make use of Vim autocompletion. Start typing
48
+ the first few letters of what you want. For example, if you want to jump to all
49
+ artists that start with the letter 'P', type 'P' and you'll see the drop down
50
+ items update.
53
51
 
54
52
  `CTRL-p` and `CTRL-n` let you navigate the matches. Press `ENTER` to select
55
53
  one.
@@ -79,8 +77,8 @@ added to the end of the playlist.
79
77
 
80
78
  ## How to contact the developer
81
79
 
82
- My name is Daniel Choi. I specialize in Ruby, MySQL, PostgreSQl, and iOS
83
- development. I am based in Cambridge, Massachusetts, USA, and my little
80
+ My name is Daniel Choi. I specialize in Ruby, Rails, MySQL, PostgreSQL, and
81
+ iOS development. I am based in Cambridge, Massachusetts, USA, and my little
84
82
  software company is called Kaja Software.
85
83
 
86
84
  * Company Email: info@kajasoftware.com
@@ -1,3 +1,3 @@
1
1
  module ViTunes
2
- VERSION = '0.0.4'
2
+ VERSION = '0.0.5'
3
3
  end
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: vitunes
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.0.4
5
+ version: 0.0.5
6
6
  platform: ruby
7
7
  authors:
8
8
  - Daniel Choi