Sha256: d027547843f63859a256daec42195b46c9199b8f329446c9d05ed0e81fb9dbf5
Contents?: true
Size: 849 Bytes
Versions: 2
Compression:
Stored size: 849 Bytes
Contents
$:.push File.expand_path('../lib', __FILE__) require 'dradis/plugins/version' # Describe your gem and declare its dependencies: Gem::Specification.new do |spec| spec.platform = Gem::Platform::RUBY spec.name = 'dradis-plugins' spec.version = Dradis::Plugins::VERSION::STRING spec.summary = 'Plugin manager for the Dradis Framework project.' spec.description = 'Required dependency for Dradis Framework.' spec.license = 'GPL-2' spec.authors = ['Daniel Martin'] spec.homepage = 'http://dradis.com/ce/' 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_development_dependency 'bundler', '~> 2.0' spec.add_development_dependency 'rake' spec.add_development_dependency 'rspec-rails' end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
dradis-plugins-4.14.0 | dradis-plugins.gemspec |
dradis-plugins-4.13.0 | dradis-plugins.gemspec |