1
0
Fork 0
mirror of https://github.com/puma/puma.git synced 2022-11-09 13:48:40 -05:00

Set the license to BSD. Fixes #432

This commit is contained in:
Evan Phoenix 2014-01-25 12:50:23 -08:00
parent 49e917a33d
commit 54e92375e9
2 changed files with 2 additions and 0 deletions

View file

@ -12,6 +12,7 @@ HOE = Hoe.spec "puma" do
self.readme_file = "README.md" self.readme_file = "README.md"
self.urls = %w!http://puma.io https://github.com/puma/puma! self.urls = %w!http://puma.io https://github.com/puma/puma!
license "BSD"
developer 'Evan Phoenix', 'evan@phx.io' developer 'Evan Phoenix', 'evan@phx.io'
spec_extras[:extensions] = ["ext/puma_http11/extconf.rb"] spec_extras[:extensions] = ["ext/puma_http11/extconf.rb"]

View file

@ -23,6 +23,7 @@ Gem::Specification.new do |s|
s.extensions = ["ext/puma_http11/extconf.rb"] s.extensions = ["ext/puma_http11/extconf.rb"]
s.files = `git ls-files`.split($/) s.files = `git ls-files`.split($/)
s.homepage = "http://puma.io" s.homepage = "http://puma.io"
s.license = "BSD"
s.rdoc_options = ["--main", "README.md"] s.rdoc_options = ["--main", "README.md"]
s.require_paths = ["lib"] s.require_paths = ["lib"]
s.required_ruby_version = Gem::Requirement.new(">= 1.8.7") s.required_ruby_version = Gem::Requirement.new(">= 1.8.7")