gemspec: add MIT
This commit is contained in:
parent
beea35ddf7
commit
22bc0853e6
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ Gem::Specification.new do |spec|
|
||||||
|
|
||||||
spec.summary = "Ruby bindings for FreeBSD's capsicum(4)"
|
spec.summary = "Ruby bindings for FreeBSD's capsicum(4)"
|
||||||
spec.homepage = "https://github.com/0x1eef/bsdcapsicum.rb"
|
spec.homepage = "https://github.com/0x1eef/bsdcapsicum.rb"
|
||||||
spec.license = "0BSD"
|
spec.licenses = ["0BSD", "MIT"]
|
||||||
spec.files = Dir["lib/*.rb", "lib/**/*.rb", "README.md", "LICENSE", "LICENSE.ruby-capsicum", "*.gemspec"]
|
spec.files = Dir["lib/*.rb", "lib/**/*.rb", "README.md", "LICENSE", "LICENSE.ruby-capsicum", "*.gemspec"]
|
||||||
spec.require_paths = ["lib"]
|
spec.require_paths = ["lib"]
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue