vim-flavor 1.1.1 → 1.1.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/lib/vim-flavor.rb +1 -0
- data/lib/vim-flavor/version.rb +1 -1
- data/vim-flavor.gemspec +1 -1
- metadata +2 -2
data/lib/vim-flavor.rb
CHANGED
data/lib/vim-flavor/version.rb
CHANGED
data/vim-flavor.gemspec
CHANGED
|
@@ -4,8 +4,8 @@ require File.expand_path('../lib/vim-flavor/version', __FILE__)
|
|
|
4
4
|
Gem::Specification.new do |gem|
|
|
5
5
|
gem.authors = ['Kana Natsuno']
|
|
6
6
|
gem.email = ['dev@whileimautomaton.net']
|
|
7
|
-
gem.description = %q{See the README file.}
|
|
8
7
|
gem.summary = %q{A tool to manage your favorite Vim plugins}
|
|
8
|
+
gem.description = gem.summary
|
|
9
9
|
gem.homepage = 'https://github.com/kana/vim-flavor'
|
|
10
10
|
|
|
11
11
|
gem.executables = `git ls-files -- bin/*`.split(/\n/).map{ |f| File.basename(f) }
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: vim-flavor
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.1.
|
|
4
|
+
version: 1.1.2
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -91,7 +91,7 @@ dependencies:
|
|
|
91
91
|
- - ~>
|
|
92
92
|
- !ruby/object:Gem::Version
|
|
93
93
|
version: '2.8'
|
|
94
|
-
description:
|
|
94
|
+
description: A tool to manage your favorite Vim plugins
|
|
95
95
|
email:
|
|
96
96
|
- dev@whileimautomaton.net
|
|
97
97
|
executables:
|