Fix mismatching LICENSE between LICENSE and gemspec

Apache LICENSE is the used LICENSE
This commit is contained in:
yoshihara 2015-04-27 18:04:52 +09:00
parent c1d07c6e09
commit 5c19db1df8

View File

@ -11,7 +11,7 @@ Gem::Specification.new do |spec|
spec.summary = %q{Web UI for Fluentd}
spec.description = %q{Web UI for Fluentd}
spec.homepage = "https://github.com/fluent/fluentd-ui"
spec.license = "MIT"
spec.license = "Apache"
unless (ARGV & %w(rake build)).length.zero?
# NOTE: `fluentd-ui start` will run `bundle exec ...`. so this gemspec file evaluated by bundler then exec `git ls-files`