summaryrefslogtreecommitdiffstats
path: root/fzf.gemspec
blob: 1d777f0b6692b5a7fed9faf139e411dd97c77f1d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# coding: utf-8
Gem::Specification.new do |spec|
  spec.name          = 'fzf'
  spec.version       = '0.7.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.add_runtime_dependency 'curses', '~> 1.0.0'
end