Update gem version

This commit is contained in:
Junegunn Choi 2013-12-11 01:00:11 +09:00
parent cb3645ea95
commit e1bc4b983e
2 changed files with 2 additions and 2 deletions

2
fzf
View File

@ -10,7 +10,7 @@
# URL: https://github.com/junegunn/fzf
# Author: Junegunn Choi
# License: MIT
# Last update: December 5, 2013
# Last update: December 10, 2013
#
# Copyright (c) 2013 Junegunn Choi
#

View File

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