Skip to content

Commit

Permalink
Merge pull request #621 from bugsnag/reduce-gem-size
Browse files Browse the repository at this point in the history
Reduce gem size
  • Loading branch information
imjoehaines committed Aug 5, 2020
2 parents fb4adbd + 45b1df6 commit 8182fa5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ Changelog
* Add support for runtime versions to Delayed Job, Mailman and Shoryuken integrations
| [#620](https://github.com/bugsnag/bugsnag-ruby/pull/620)

* Reduce the size of the bundled gem
| [#571](https://github.com/bugsnag/bugsnag-ruby/pull/571)
| [t-richards](https://github.com/t-richards)

## Fixes

* The `app_type` configuration option should no longer be overwritten by Bugsnag and integrations should set this more consistently
Expand Down
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 bugsnag.gemspec VERSION`.split("\x0")
s.extra_rdoc_files = [
"LICENSE.txt",
"README.md",
Expand Down

0 comments on commit 8182fa5

Please sign in to comment.