Skip to content

Commit

Permalink
Update gem specification
Browse files Browse the repository at this point in the history
  • Loading branch information
sbernhard committed Apr 8, 2024
1 parent a2e8933 commit 9844d11
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 2 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
source 'https://rubygems.org'

gemspec

gem 'theforeman-rubocop', '~> 0.1.1'
10 changes: 4 additions & 6 deletions foreman_cve_scanner.gemspec
Original file line number Diff line number Diff line change
@@ -1,25 +1,23 @@
require File.expand_path('lib/foreman_cve_scanner/version', __dir__)
require 'date'

Gem::Specification.new do |s|
s.name = 'foreman_cve_scanner'
s.version = ForemanCveScanner::VERSION
s.date = Date.today.to_s
s.metadata = { 'is_foreman_plugin' => 'true' }
s.license = 'GPL-3.0'
s.authors = ['Bernhard Suttner']
s.email = ['[email protected]']
s.homepage = 'https://atix.de'
s.homepage = 'https://github.com/ATIX-AG/foreman_cve_scanner'
s.summary = 'Run CVE scan on host and collect report'
# also update locale/gemspec.rb
s.description = 'Run CVE scan on host and collect report'

s.files = Dir['{app,config,db,lib,locale,webpack}/**/*'] + ['LICENSE', 'Rakefile', 'README.md']
s.test_files = Dir['test/**/*'] + Dir['webpack/**/__tests__/*.js']

s.required_ruby_version = '>= 2.7'
s.required_ruby_version = '>= 2.7', < 4

s.add_development_dependency 'rdoc'
s.add_development_dependency 'rubocop'
s.add_development_dependency 'rubocop-minitest'
s.add_development_dependency 'rubocop-performance'
s.add_development_dependency 'rubocop-rails'
end

0 comments on commit 9844d11

Please sign in to comment.