mirror of
https://github.com/junegunn/fzf.git
synced 2026-06-22 00:53:52 +08:00
1ba50eba98
Reference: https://github.com/tiredpixel/sidekiq-spy/commit/16ead977fa837966736b7dc50b3cfa6a3dd7d3c2
18 lines
539 B
Ruby
18 lines
539 B
Ruby
# coding: utf-8
|
|
Gem::Specification.new do |spec|
|
|
spec.name = 'fzf'
|
|
spec.version = '0.8.1'
|
|
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'
|
|
|
|
spec.extensions += ['ext/mkrf_conf.rb']
|
|
end
|