Update gem version (0.6.0)

- Smart-case pattern matching
- CTRL-Q
This commit is contained in:
Junegunn Choi 2013-12-22 16:00:06 +09:00
parent e09993f919
commit 622c54f4a3

View File

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