File tree Expand file tree Collapse file tree 8 files changed +13
-7
lines changed
Expand file tree Collapse file tree 8 files changed +13
-7
lines changed Original file line number Diff line number Diff line change 1+ ## 5.20.1
2+
3+ ### Bug Fixes
4+
5+ - Skip ` rubocop.yml ` in ` spec.files ` ([ #2420 ] ( https://github.com/getsentry/sentry-ruby/pull/2420 ) )
6+
17## 5.20.0
28
39- Add support for ` $SENTRY_DEBUG ` and ` $SENTRY_SPOTLIGHT ` ([ #2374 ] ( https://github.com/getsentry/sentry-ruby/pull/2374 ) )
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ Gem::Specification.new do |spec|
1111 spec . platform = Gem ::Platform ::RUBY
1212 spec . required_ruby_version = '>= 2.4'
1313 spec . extra_rdoc_files = [ "README.md" , "LICENSE.txt" ]
14- spec . files = `git ls-files | grep -Ev '^(spec|benchmarks|examples)'` . split ( "\n " )
14+ spec . files = `git ls-files | grep -Ev '^(spec|benchmarks|examples| \. rubocop \. yml )'` . split ( "\n " )
1515
1616 github_root_uri = 'https://github.com/getsentry/sentry-ruby'
1717 spec . homepage = "#{ github_root_uri } /tree/#{ spec . version } /#{ spec . name } "
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ Gem::Specification.new do |spec|
1313 spec . platform = Gem ::Platform ::RUBY
1414 spec . required_ruby_version = '>= 2.4'
1515 spec . extra_rdoc_files = [ "README.md" , "LICENSE.txt" ]
16- spec . files = `git ls-files | grep -Ev '^(spec|benchmarks|examples)'` . split ( "\n " )
16+ spec . files = `git ls-files | grep -Ev '^(spec|benchmarks|examples| \. rubocop \. yml )'` . split ( "\n " )
1717
1818 github_root_uri = 'https://github.com/getsentry/sentry-ruby'
1919 spec . homepage = "#{ github_root_uri } /tree/#{ spec . version } /#{ spec . name } "
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ Gem::Specification.new do |spec|
1111 spec . platform = Gem ::Platform ::RUBY
1212 spec . required_ruby_version = '>= 2.4'
1313 spec . extra_rdoc_files = [ "README.md" , "LICENSE.txt" ]
14- spec . files = `git ls-files | grep -Ev '^(spec|benchmarks|examples)'` . split ( "\n " )
14+ spec . files = `git ls-files | grep -Ev '^(spec|benchmarks|examples| \. rubocop \. yml )'` . split ( "\n " )
1515
1616 github_root_uri = 'https://github.com/getsentry/sentry-ruby'
1717 spec . homepage = "#{ github_root_uri } /tree/#{ spec . version } /#{ spec . name } "
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ Gem::Specification.new do |spec|
1111 spec . platform = Gem ::Platform ::RUBY
1212 spec . required_ruby_version = '>= 2.4'
1313 spec . extra_rdoc_files = [ "README.md" , "LICENSE.txt" ]
14- spec . files = `git ls-files | grep -Ev '^(spec|benchmarks|examples)'` . split ( "\n " )
14+ spec . files = `git ls-files | grep -Ev '^(spec|benchmarks|examples| \. rubocop \. yml )'` . split ( "\n " )
1515
1616 github_root_uri = 'https://github.com/getsentry/sentry-ruby'
1717 spec . homepage = "#{ github_root_uri } /tree/#{ spec . version } /#{ spec . name } "
Original file line number Diff line number Diff line change @@ -12,7 +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 " )
15+ spec . files = `git ls-files | grep -Ev '^(spec|benchmarks|examples| \. rubocop \. yml )'` . split ( "\n " )
1616
1717 spec . metadata [ "homepage_uri" ] = spec . homepage
1818 spec . metadata [ "source_code_uri" ] = spec . homepage
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ Gem::Specification.new do |spec|
1111 spec . platform = Gem ::Platform ::RUBY
1212 spec . required_ruby_version = '>= 2.4'
1313 spec . extra_rdoc_files = [ "README.md" , "LICENSE.txt" ]
14- spec . files = `git ls-files | grep -Ev '^(spec|benchmarks|examples)'` . split ( "\n " )
14+ spec . files = `git ls-files | grep -Ev '^(spec|benchmarks|examples| \. rubocop \. yml )'` . split ( "\n " )
1515
1616 github_root_uri = 'https://github.com/getsentry/sentry-ruby'
1717 spec . homepage = "#{ github_root_uri } /tree/#{ spec . version } /#{ spec . name } "
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ Gem::Specification.new do |spec|
1111 spec . platform = Gem ::Platform ::RUBY
1212 spec . required_ruby_version = '>= 2.4'
1313 spec . extra_rdoc_files = [ "README.md" , "LICENSE.txt" ]
14- spec . files = `git ls-files | grep -Ev '^(spec|benchmarks|examples)'` . split ( "\n " )
14+ spec . files = `git ls-files | grep -Ev '^(spec|benchmarks|examples| \. rubocop \. yml )'` . split ( "\n " )
1515
1616 github_root_uri = 'https://github.com/getsentry/sentry-ruby'
1717 spec . homepage = "#{ github_root_uri } /tree/#{ spec . version } /#{ spec . name } "
You can’t perform that action at this time.
0 commit comments