Skip to content

Commit

Permalink
Merge 8adb1cb into b8acd9b
Browse files Browse the repository at this point in the history
  • Loading branch information
t-richards committed Oct 22, 2019
2 parents b8acd9b + 8adb1cb commit d9bb5ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bugsnag.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Gem::Specification.new do |s|
s.homepage = "https://github.com/bugsnag/bugsnag-ruby"
s.licenses = ["MIT"]

s.files = `git ls-files`.split("\n").reject {|file| file.start_with? "example/"}
s.files = `git ls-files -z lib`.split("\x0")
s.extra_rdoc_files = [
"LICENSE.txt",
"README.md",
Expand Down

0 comments on commit d9bb5ee

Please sign in to comment.