Sha256: 5ff7efa0b5171fa018a032c020973022db9034c3a8a7fa604d51b9bac242c85d

Contents?: true

Size: 1.02 KB

Versions: 9

Compression:

Stored size: 1.02 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"
end

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
githelp-0.2.16 githelp.gemspec
githelp-0.2.15 githelp.gemspec
githelp-0.2.14 githelp.gemspec
githelp-0.2.13 githelp.gemspec
githelp-0.2.12 githelp.gemspec
githelp-0.2.11 githelp.gemspec
githelp-0.2.10 githelp.gemspec
githelp-0.2.9 githelp.gemspec
githelp-0.2.8 githelp.gemspec