2013-11-01 00:41:37 +09:00
|
|
|
# coding: utf-8
|
|
|
|
Gem::Specification.new do |spec|
|
|
|
|
spec.name = 'fzf'
|
2014-05-17 22:07:18 +09:00
|
|
|
spec.version = '0.8.4'
|
2013-11-01 00:41:37 +09:00
|
|
|
spec.authors = ['Junegunn Choi']
|
|
|
|
spec.email = ['junegunn.c@gmail.com']
|
|
|
|
spec.description = %q{Fuzzy finder for your shell}
|
|
|
|
spec.summary = %q{Fuzzy finder for your shell}
|
|
|
|
spec.homepage = 'https://github.com/junegunn/fzf'
|
|
|
|
spec.license = 'MIT'
|
|
|
|
|
|
|
|
spec.bindir = '.'
|
|
|
|
spec.files = %w[fzf.gemspec]
|
|
|
|
spec.executables = 'fzf'
|
2013-12-26 01:06:46 +09:00
|
|
|
|
2014-03-14 18:25:55 +09:00
|
|
|
spec.extensions += ['ext/mkrf_conf.rb']
|
2013-11-01 00:41:37 +09:00
|
|
|
end
|