Skip to content
Snippets Groups Projects
Commit 79fbcb22 authored by Junegunn Choi's avatar Junegunn Choi
Browse files

Rubygem packaging

parent 0d91ee4b
No related branches found
No related tags found
No related merge requests found
source 'https://rubygems.org'
# Specify your gem's dependencies in fzf.gemspec
gemspec
require "bundler/gem_tasks"
# coding: utf-8
Gem::Specification.new do |spec|
spec.name = 'fzf'
spec.version = '0.1.0'
spec.authors = ['Junegunn Choi']
spec.email = ['junegunn.c@gmail.com']
spec.description = %q{Fuzzy finder for your shell}
spec.summary = %q{Fuzzy finder for your shell}
spec.homepage = 'https://github.com/junegunn/fzf'
spec.license = 'MIT'
spec.bindir = '.'
spec.files = %w[fzf.gemspec]
spec.executables = 'fzf'
end
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment