Skip to content

Commit

Permalink
Add license.txt to allow for easier gem auditing (#273)
Browse files Browse the repository at this point in the history
license.txt is not included in the gem; this makes it harder to audit gem licenses.
  • Loading branch information
apalmblad authored and benlovell committed Jan 21, 2019
1 parent 97c0706 commit 918afc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lograge.gemspec
Expand Up @@ -10,7 +10,7 @@ Gem::Specification.new do |s|
s.description = "Tame Rails' multi-line logging into a single line per request"
s.license = 'MIT'

s.files = `git ls-files lib`.split("\n")
s.files = `git ls-files lib LICENSE.txt`.split("\n")

s.add_development_dependency 'rspec'
s.add_development_dependency 'rubocop', '0.46.0'
Expand Down

0 comments on commit 918afc9

Please sign in to comment.