Sha256: a696644425b4f449fe2bf9290ef6d29da79315793f08b41734e38c6372a77652

Contents?: true

Size: 945 Bytes

Versions: 1

Compression:

Stored size: 945 Bytes

Contents

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

Gem::Specification.new do |gem|
  gem.name          = "cohesion"
  gem.version       = Cohesion::VERSION
  gem.authors       = ["Stewart McKee"]
  gem.email         = ["stewart@theizone.co.uk"]

  gem.description   = %q{Gem to test the cohesion of links within a rails site.  The gem crawls the site and checks that external and internal links are valid}
  gem.summary       = %q{Gem to test the cohesion of links within a rails site.}
  gem.homepage      = "http://github.com/stewartmckee/cohesion"

  gem.executables   << "cohesion"

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

  gem.add_dependency "cobweb"
  
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
cohesion-0.0.2 cohesion.gemspec