-
- Downloads
Cleanup - no more rubygems
Rakefile
deleted
100644 → 0
ext/mkrf_conf.rb
deleted
100644 → 0
fzf.gemspec
deleted
100644 → 0
# coding: utf-8 | ||
Gem::Specification.new do |spec| | ||
spec.name = 'fzf' | ||
spec.version = '0.8.4' | ||
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 |
Please register or sign in to comment