Sha256: 90705c60604eda5285114272efd17cce29fbd6c6c7330e5fc73d236b4686ec9a

Contents?: true

Size: 904 Bytes

Versions: 2

Compression:

Stored size: 904 Bytes

Contents

$:.push File.expand_path('../lib', __FILE__)
require 'dradis/plugins/csv/version'
version = Dradis::Plugins::CSV::VERSION::STRING

# Describe your gem and declare its dependencies:
Gem::Specification.new do |spec|
  spec.platform    = Gem::Platform::RUBY
  spec.name        = 'dradis-csv'
  spec.version     = version
  spec.summary     = 'CSV add-on for the Dradis Framework.'
  spec.description = 'This add-on allows you to upload and parse CSV output into Dradis.'

  spec.license     = 'GPL-2'

  spec.authors     = ['Daniel Martin']
  spec.homepage    = 'http://dradis.com'

  spec.files       = `git ls-files`.split("\n")
  spec.executables = spec.files.grep(%r{^bin/}).map { |f| File.basename(f) }
  spec.test_files  = spec.files.grep(%r{^(spec|features)/})

  spec.add_dependency 'dradis-plugins', '~> 4.0'
  spec.add_development_dependency 'bundler'
  spec.add_development_dependency 'rake'
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
dradis-csv-4.11.0 dradis-csv.gemspec
dradis-csv-4.10.0 dradis-csv.gemspec