mirror of
https://github.com/github/codeql.git
synced 2025-12-20 02:44:30 +01:00
11 lines
298 B
Ruby
11 lines
298 B
Ruby
Gem::Specification.new do |s|
|
|
s.name = 'test'
|
|
s.version = '0.0.0'
|
|
s.summary = "foo!"
|
|
s.description = "A test"
|
|
s.authors = ["Mona Lisa"]
|
|
s.email = 'mona@example.com'
|
|
s.files = ["lib/test.rb"]
|
|
s.homepage = 'https://github.com/github/codeql-ruby'
|
|
end
|