poddb_client 0.1.5 → 0.1.6

Sign up to get free protection for your applications and to get access to all the features.
@@ -200,9 +200,9 @@ filenames that follow the format,
200
200
 
201
201
  Examples:
202
202
 
203
- The-Loh-Life.Wisconsin-Wasp-Nest-part-2.poddb42329.mp3
204
203
  Philosophy-Bites.Michael-Sandel-on-Justice.poddb_711_56523.mp3
205
204
  NPR-Tiny-Desk-Concerts-Podcast.Diego-Garcia.poddb_312_48461.m4v
205
+ APM-Marketplace.09-14-11-Marketplace.poddb_16_55726.mp3
206
206
 
207
207
  If you press `D`, Poddb will quit the Vim interface immediately and begin
208
208
  downloading the episode that was under the cursor. After the download is complete,
@@ -1,3 +1,3 @@
1
1
  class PoddbClient
2
- VERSION = '0.1.5'
2
+ VERSION = '0.1.6'
3
3
  end
@@ -21,8 +21,5 @@ Gem::Specification.new do |s|
21
21
  s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
22
22
  s.require_paths = ["lib"]
23
23
 
24
- message = "** Now please run poddb_client-install to install the Vim plugin **"
25
- divider = "*" * message.length
26
- s.post_install_message = [divider, message, divider].join("\n")
27
24
  end
28
25
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: poddb_client
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.5
4
+ version: 0.1.6
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -33,11 +33,7 @@ files:
33
33
  - poddb_client.gemspec
34
34
  homepage: http://danielchoi.com/software/poddb.html
35
35
  licenses: []
36
- post_install_message: ! '*******************************************************************
37
-
38
- ** Now please run poddb_client-install to install the Vim plugin **
39
-
40
- *******************************************************************'
36
+ post_install_message:
41
37
  rdoc_options: []
42
38
  require_paths:
43
39
  - lib