Sha256: a588cd0c0b14359b8c8c3df6a5f85fa508cb0db6b74b17d911b1a9bdd812e0a5

Contents?: true

Size: 1018 Bytes

Versions: 1

Compression:

Stored size: 1018 Bytes

Contents

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


# Describe your gem and declare its dependencies:
Gem::Specification.new do |spec|
  spec.platform      = Gem::Platform::RUBY
  spec.name = 'dradis-json'
  spec.version = version
  spec.summary = 'JSON export plugin for the Dradis Framework.'
  spec.description = 'This plugin allows you to export your Dradis results in JSON format.'

  spec.license = 'GPL-2'

  spec.authors = ['Rachael Korinek']
  spec.email = ['rachael.korinek@gmail.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)/})

  spec.add_dependency 'dradis-plugins', '~> 4.0.0'

  spec.add_development_dependency 'bundler', '~> 1.6'
  spec.add_development_dependency 'rake', '~> 10.0'

  spec.add_development_dependency 'rspec-rails'
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
dradis-json-4.0.0 dradis-json.gemspec