python conversion

This commit is contained in:
Hare Sudhan
2025-11-26 00:05:35 -05:00
parent 1be2e57e52
commit d548576cce
2 changed files with 0 additions and 17 deletions
-2
View File
@@ -1,2 +0,0 @@
source "https://rubygems.org"
gemspec
-15
View File
@@ -1,15 +0,0 @@
# Describe your gem and declare its dependencies:
Gem::Specification.new do |s|
s.name = 'atomic-red-team'
s.version = '1.0'
s.authors = ['Red Canary', 'Casey Smith', 'Mike Haag']
s.email = ['it@redcanary.com', 'opensource@redcanary.com']
s.summary = 'Small, highly portable, community developed detection tests mapped to ATT&CK.'
s.license = "MIT"
s.homepage = "https://redcanary.com/atomic-red-team"
s.files = %w(atomic-red-team.gemspec) + Dir['{atomic_red_team}/**/*', '*.md', 'bin/*']
s.test_files = Dir['spec/**/*']
s.require_paths = %w(atomic_red_team)
s.add_development_dependency 'github-pages'
end