Sha256: 01518354ece0c3dcdec4a29f98077ac4c9082b17615a36df2ff12f0d5dd91892

Contents?: true

Size: 1.06 KB

Versions: 5

Compression:

Stored size: 1.06 KB

Contents

# coding: utf-8
lib = File.expand_path('../lib', __FILE__)
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
require 'githelp/version'

Gem::Specification.new do |spec|
  spec.name          = "githelp"
  spec.version       = GitHelp::VERSION
  spec.authors       = ["Toshiyuki Masui"]
  spec.email         = ["masui@pitecan.com"]

  spec.summary       = %q{GitHelp - lists git commands from user's vague query strings}
  spec.description   = %q{GitHelp - lists git commands from user's vague query strings}
  spec.homepage      = "http://GitHub.com/masui/GitHelp"
  spec.license       = "MIT"

  spec.files         = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
  spec.bindir        = "exe"
  spec.executables   = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
  spec.require_paths = ["lib"]

  spec.add_development_dependency "bundler", "~> 1.10"
  spec.add_development_dependency "rake", "~> 10.0"
  spec.add_development_dependency "minitest"

  spec.add_runtime_dependency "re_expand"
  spec.add_runtime_dependency "scrapbox"
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
githelp-0.3.5 githelp.gemspec
githelp-0.3.4 githelp.gemspec
githelp-0.3.3 githelp.gemspec
githelp-0.3.2 githelp.gemspec
githelp-0.3.1 githelp.gemspec