Skip to content

Commit 09308ab

Browse files
authored
Fix missing spec.files in sentry-ruby.gemspec (#1857)
1 parent 7ff81bf commit 09308ab

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## 5.4.1
2+
3+
### Bug Fixes
4+
5+
- Fix missing `spec.files` in `sentry-ruby.gemspec`
6+
- Fixes [#1856](https://github.com/getsentry/sentry-ruby/issues/1856)
7+
18
## 5.4.0
29

310
### Features

sentry-ruby/sentry-ruby.gemspec

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ Gem::Specification.new do |spec|
1212
spec.platform = Gem::Platform::RUBY
1313
spec.required_ruby_version = '>= 2.4'
1414
spec.extra_rdoc_files = ["README.md", "LICENSE.txt"]
15+
spec.files = `git ls-files | grep -Ev '^(spec|benchmarks|examples)'`.split("\n")
1516

1617
spec.metadata["homepage_uri"] = spec.homepage
1718
spec.metadata["source_code_uri"] = spec.homepage

0 commit comments

Comments
 (0)