Sha256: 16f04b10bd92b56d405d25ab678dafc5d6b90a8e441368da86d731fc137e1c11

Contents?: true

Size: 818 Bytes

Versions: 4

Compression:

Stored size: 818 Bytes

Contents

# -*- encoding: utf-8 -*-
require File.expand_path('../lib/vim-flavor/version', __FILE__)

Gem::Specification.new do |gem|
  gem.authors       = ['Kana Natsuno']
  gem.email         = ['dev@whileimautomaton.net']
  gem.description   = %q{See the README file.}
  gem.summary       = %q{A tool to manage your favorite Vim plugins}
  gem.homepage      = 'https://github.com/kana/vim-flavor'

  gem.executables   = `git ls-files -- bin/*`.split(/\n/).map{ |f| File.basename(f) }
  gem.files         = `git ls-files`.split(/\n/)
  gem.test_files    = `git ls-files -- {test,spec,features}/*`.split(/\n/)
  gem.name          = 'vim-flavor'
  gem.require_paths = ['lib']
  gem.version       = Vim::Flavor::VERSION

  gem.add_development_dependency('rspec', '~> 2.8')
  gem.add_development_dependency('thor', '~> 0.14.6')
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
vim-flavor-0.0.3 vim-flavor.gemspec
vim-flavor-0.0.2 vim-flavor.gemspec
vim-flavor-0.0.1 vim-flavor.gemspec
vim-flavor-0.0.0 vim-flavor.gemspec