bsdcontrol.rb/hbsdctl.rb.gemspec

15 lines
503 B
Ruby
Raw Normal View History

2024-03-01 02:29:43 +01:00
Gem::Specification.new do |gem|
gem.name = "hbsdctl.rb"
gem.authors = ["0x1eef"]
gem.email = ["0x1eef@protonmail.com"]
gem.homepage = "https://github.com/0x1eef/hbsdctl.rb#readme"
gem.version = "0.1.0"
gem.licenses = ["0BSD"]
gem.files = `git ls-files`.split($/)
gem.require_paths = ["lib"]
gem.extensions = %w[ext/hbsdctl.rb/extconf.rb]
2024-03-01 03:32:15 +01:00
gem.summary = "Ruby bindings for libhbsdcontrol"
2024-03-01 02:29:43 +01:00
gem.description = gem.summary
gem.add_development_dependency "rake-compiler", "= 1.2.0"
end