Fix FZF_DEFAULT_COMMAND

This commit is contained in:
Junegunn Choi
2013-11-05 21:05:24 +09:00
parent dc67420319
commit 3f73554a9e
2 changed files with 5 additions and 4 deletions

View File

@@ -1,7 +1,7 @@
# coding: utf-8
Gem::Specification.new do |spec|
spec.name = 'fzf'
spec.version = '0.2.1'
spec.version = '0.2.2'
spec.authors = ['Junegunn Choi']
spec.email = ['junegunn.c@gmail.com']
spec.description = %q{Fuzzy finder for your shell}