summaryrefslogtreecommitdiffstats
path: root/fzf.gemspec
diff options
context:
space:
mode:
authorJunegunn Choi <junegunn.c@gmail.com>2013-11-04 10:38:16 +0900
committerJunegunn Choi <junegunn.c@gmail.com>2013-11-04 10:38:16 +0900
commitde8116b1cf75b2f25ca44bebc7e988f8209e65f9 (patch)
tree7852678942e38b1f55186b38c52ea3b33e835370 /fzf.gemspec
parent1460e0a10b36542d9206d016d50e1fe46659fbfb (diff)
Fix error on Linux with Ruby 1.8
Diffstat (limited to 'fzf.gemspec')
-rw-r--r--fzf.gemspec2
1 files changed, 1 insertions, 1 deletions
diff --git a/fzf.gemspec b/fzf.gemspec
index fa132db2..daa20671 100644
--- a/fzf.gemspec
+++ b/fzf.gemspec
@@ -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}