m/fzf
1
0
mirror of https://github.com/junegunn/fzf.git synced 2025-11-18 16:36:58 -05:00

Fix error on Linux with Ruby 1.8

This commit is contained in:
Junegunn Choi
2013-11-04 10:38:16 +09:00
parent 1460e0a10b
commit de8116b1cf
2 changed files with 4 additions and 2 deletions

View File

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