vim-flavor 1.1.1 → 1.1.2

Sign up to get free protection for your applications and to get access to all the features.
data/lib/vim-flavor.rb CHANGED
@@ -13,6 +13,7 @@ module Vim
13
13
  :ShellUtility,
14
14
  :StringExtension,
15
15
  :VERSION,
16
+ :Version,
16
17
  :VersionConstraint,
17
18
  ].each do |name|
18
19
  autoload name, "vim-flavor/#{name.to_s().downcase()}"
@@ -1,6 +1,6 @@
1
1
  module Vim
2
2
  module Flavor
3
- VERSION = '1.1.1'
3
+ VERSION = '1.1.2'
4
4
 
5
5
  class Version < Gem::Version
6
6
  attr_accessor :original_tag_name
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.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: See the README file.
94
+ description: A tool to manage your favorite Vim plugins
95
95
  email:
96
96
  - dev@whileimautomaton.net
97
97
  executables: