Sha256: 5464003bcbd0b2813d42b1bd25524a307b90756f10f24124cfedc4450d86a76c

Contents?: true

Size: 1.42 KB

Versions: 6

Compression:

Stored size: 1.42 KB

Contents

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

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

  spec.license     = 'GPL-2'

  spec.authors     = ['Christian Mehlmauer', 'Daniel Martin', 'Erwan', 'Ryan Dewhurst']
  spec.email       = ['etd@nomejortu.com']
  spec.homepage    = 'http://dradisframework.org'

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

  # By not including Rails as a dependency, we can use the gem with different
  # versions of Rails (a sure recipe for disaster, I'm sure), which is needed
  # until we bump Dradis Pro to 4.1.
  # s.add_dependency 'rails', '~> 4.1.1'
  spec.add_dependency 'dradis-plugins', '~> 3.6'
  spec.add_dependency 'multi_json'

  spec.add_development_dependency 'bundler'
  spec.add_development_dependency 'rake', '~> 12.3.3'
  spec.add_development_dependency 'rspec-rails'
  spec.add_development_dependency 'combustion', '~> 0.5.2'
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
dradis-wpscan-3.22.0 dradis-wpscan.gemspec
dradis-wpscan-3.21.0 dradis-wpscan.gemspec
dradis-wpscan-3.20.0 dradis-wpscan.gemspec
dradis-wpscan-3.19.0 dradis-wpscan.gemspec
dradis-wpscan-3.18.0 dradis-wpscan.gemspec
dradis-wpscan-3.17.0 dradis-wpscan.gemspec