Sha256: dd531cb42acb2c87d639df769f191b8c1fdf26c58fe462c51f75997ef1bddf21
Contents?: true
Size: 899 Bytes
Versions: 1
Compression:
Stored size: 899 Bytes
Contents
# coding: utf-8 lib = File.expand_path('../lib', __FILE__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) require 'theharvester/version' Gem::Specification.new do |spec| spec.name = "theharvester" spec.version = Theharvester::VERSION spec.authors = ["Sam Treweek"] spec.email = ["info@uksa.eu"] spec.summary = %q{Harvest Links and API Calls} spec.description = %q{Harvest information about a Site to discover API's and Links on a WebSite} spec.homepage = "http://www.uksa.eu" spec.license = "MIT" spec.files = `git ls-files -z`.split("\x0") 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"] spec.add_development_dependency "bundler", "~> 1.6" spec.add_development_dependency "rake" end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
theharvester-0.0.1 | theharvester.gemspec |