Sha256: 97693270ec9e8fff91f6aea217fa29c63f4af58cd09c3e7b14bd2fa538815c33

Contents?: true

Size: 830 Bytes

Versions: 1

Compression:

Stored size: 830 Bytes

Contents

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

Gem::Specification.new do |spec|
  spec.name          = "ctags_ruby"
  spec.version       = CtagsRuby::VERSION
  spec.authors       = ["Kristian Rasmussen"]
  spec.email         = ["kristian@iamkristian.com"]
  spec.description   = %q{Threaded wrapper for ctags}
  spec.summary       = %q{WIll run ctags in multiple threads on your projec\
  and dependent gems.}
  spec.homepage      = "http://github.com/iamkristian/ctags_ruby"
  spec.license       = "MIT"

  spec.files         = `git ls-files`.split($/)
  spec.executables   = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
  spec.test_files    = spec.files.grep(%r{^(test|spec|features)/})
  spec.require_paths = ["lib"]

end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
ctags_ruby-0.0.1 ctags_ruby.gemspec