vitunes 0.3.2 → 0.3.3
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/lib/vitunes/version.rb +1 -1
- data/vitunes.gemspec +1 -1
- metadata +6 -2
data/lib/vitunes/version.rb
CHANGED
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.
|
|
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:
|
|
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
|