We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ee89168 + f89f705 commit 1eb0685Copy full SHA for 1eb0685
rails_stdout_logging.gemspec
@@ -7,6 +7,7 @@ Gem::Specification.new do |gem|
7
gem.description = %q{Sets Rails to log to stdout}
8
gem.summary = %q{Overrides Rails' built in logger to send all logs to stdout}
9
gem.homepage = "https://github.com/heroku/rails_stdout_logging"
10
+ gem.license = 'MIT'
11
12
gem.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
13
gem.files = `git ls-files`.split("\n")
0 commit comments