# -*- encoding: utf-8 -*- # stub: dradis-calculator_cvss 4.10.0 ruby lib Gem::Specification.new do |s| s.name = "dradis-calculator_cvss".freeze s.version = "4.10.0".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Daniel Martin".freeze] s.date = "2023-09-07" s.description = "Display a CVSS score calculator in Dradis Framework.".freeze s.files = [".github/issue_template.md".freeze, ".github/pull_request_template.md".freeze, ".gitignore".freeze, "CHANGELOG.md".freeze, "CHANGELOG.template".freeze, "CONTRIBUTING.md".freeze, "Gemfile".freeze, "LICENSE".freeze, "README.md".freeze, "Rakefile".freeze, "app/assets/javascripts/dradis/plugins/calculators/cvss/calculator.js.coffee".freeze, "app/assets/javascripts/dradis/plugins/calculators/cvss/manifests/application.js".freeze, "app/assets/javascripts/dradis/plugins/calculators/cvss/manifests/tylium.js".freeze, "app/assets/javascripts/dradis/plugins/calculators/cvss/vendor/cvsscalc30.js".freeze, "app/assets/javascripts/dradis/plugins/calculators/cvss/vendor/cvsscalc30_helptext.js".freeze, "app/assets/javascripts/dradis/plugins/calculators/cvss/vendor/cvsscalc31.js".freeze, "app/assets/javascripts/dradis/plugins/calculators/cvss/vendor/cvsscalc31_helptext.js".freeze, "app/assets/stylesheets/dradis/plugins/calculators/cvss/_version_switch.scss".freeze, "app/assets/stylesheets/dradis/plugins/calculators/cvss/manifests/application.css.scss".freeze, "app/assets/stylesheets/dradis/plugins/calculators/cvss/manifests/tylium.scss".freeze, "app/controllers/dradis/plugins/calculators/cvss/base_controller.rb".freeze, "app/controllers/dradis/plugins/calculators/cvss/issues_controller.rb".freeze, "app/models/dradis/plugins/calculators/cvss/v3.rb".freeze, "app/views/dradis/plugins/calculators/cvss/_tools_menu.html.erb".freeze, "app/views/dradis/plugins/calculators/cvss/_version_switch.html.erb".freeze, "app/views/dradis/plugins/calculators/cvss/base/_base.html.erb".freeze, "app/views/dradis/plugins/calculators/cvss/base/_environmental.html.erb".freeze, "app/views/dradis/plugins/calculators/cvss/base/_temporal.html.erb".freeze, "app/views/dradis/plugins/calculators/cvss/base/index.html.erb".freeze, "app/views/dradis/plugins/calculators/cvss/issues/_show-content.html.erb".freeze, "app/views/dradis/plugins/calculators/cvss/issues/_show-tabs.html.erb".freeze, "app/views/dradis/plugins/calculators/cvss/issues/edit.html.erb".freeze, "app/views/layouts/dradis/plugins/calculators/cvss/base.html.erb".freeze, "config/routes.rb".freeze, "dradis-calculator_cvss.gemspec".freeze, "lib/dradis-calculator_cvss.rb".freeze, "lib/dradis/plugins/calculators/cvss/engine.rb".freeze, "lib/dradis/plugins/calculators/cvss/gem_version.rb".freeze, "lib/dradis/plugins/calculators/cvss/version.rb".freeze] s.homepage = "https://dradis.com/support/guides/projects/calculators.html".freeze s.licenses = ["GPL-2".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "This plugin adds a CVSS score calculator to Dradis.".freeze s.specification_version = 4 s.add_runtime_dependency(%q.freeze, ["~> 4.0".freeze]) s.add_development_dependency(%q.freeze, ["~> 1.6".freeze]) s.add_development_dependency(%q.freeze, ["~> 10.0".freeze]) end