diff --git a/rails_stdout_logging.gemspec b/rails_stdout_logging.gemspec index 32c89b0..765f8d6 100644 --- a/rails_stdout_logging.gemspec +++ b/rails_stdout_logging.gemspec @@ -7,6 +7,7 @@ Gem::Specification.new do |gem| gem.description = %q{Sets Rails to log to stdout} gem.summary = %q{Overrides Rails' built in logger to send all logs to stdout} gem.homepage = "https://github.com/heroku/rails_stdout_logging" + gem.license = 'MIT' gem.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) } gem.files = `git ls-files`.split("\n")