vitunes 0.3.2 → 0.3.3

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/vitunes.gemspec +1 -1
  3. metadata +6 -2
@@ -1,3 +1,3 @@
1
1
  module ViTunes
2
- VERSION = '0.3.2'
2
+ VERSION = '0.3.3'
3
3
  end
data/vitunes.gemspec CHANGED
@@ -21,6 +21,6 @@ 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
- s.post_install_message = "Now please run vitunes-install to install the Vim plugin"
24
+ s.post_install_message = "\n*** Now please run vitunes-install to install the Vim plugin ***\n"
25
25
  end
26
26
 
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.2
4
+ version: 0.3.3
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -45,7 +45,11 @@ files:
45
45
  has_rdoc: true
46
46
  homepage: http://danielchoi.com/software/vitunes.html
47
47
  licenses: []
48
- post_install_message: Now please run vitunes-install to install the Vim plugin
48
+ post_install_message: ! '
49
+
50
+ *** Now please run vitunes-install to install the Vim plugin ***
51
+
52
+ '
49
53
  rdoc_options: []
50
54
  require_paths:
51
55
  - lib