File tree Expand file tree Collapse file tree 6 files changed +60
-24
lines changed
Expand file tree Collapse file tree 6 files changed +60
-24
lines changed Original file line number Diff line number Diff line change @@ -7,16 +7,22 @@ Gem::Specification.new do |spec|
77 spec . description = spec . summary = "A gem that provides DelayedJob integration for the Sentry error logger"
8899 spec . license = 'MIT'
10- spec . homepage = "https://github.com/getsentry/sentry-ruby"
1110
1211 spec . platform = Gem ::Platform ::RUBY
1312 spec . required_ruby_version = '>= 2.4'
1413 spec . extra_rdoc_files = [ "README.md" , "LICENSE.txt" ]
1514 spec . files = `git ls-files | grep -Ev '^(spec|benchmarks|examples)'` . split ( "\n " )
1615
17- spec . metadata [ "homepage_uri" ] = spec . homepage
18- spec . metadata [ "source_code_uri" ] = spec . homepage
19- spec . metadata [ "changelog_uri" ] = "#{ spec . homepage } /blob/master/CHANGELOG.md"
16+ github_root_uri = 'https://github.com/getsentry/sentry-ruby'
17+ spec . homepage = "#{ github_root_uri } /tree/#{ spec . version } /#{ spec . name } "
18+
19+ spec . metadata = {
20+ "homepage_uri" => spec . homepage ,
21+ "source_code_uri" => spec . homepage ,
22+ "changelog_uri" => "#{ github_root_uri } /blob/#{ spec . version } /CHANGELOG.md" ,
23+ "bug_tracker_uri" => "#{ github_root_uri } /issues" ,
24+ "documentation_uri" => "http://www.rubydoc.info/gems/#{ spec . name } /#{ spec . version } "
25+ }
2026
2127 spec . bindir = "exe"
2228 spec . executables = spec . files . grep ( %r{^exe/} ) { |f | File . basename ( f ) }
Original file line number Diff line number Diff line change @@ -9,16 +9,22 @@ Gem::Specification.new do |spec|
99 spec . description = spec . summary = "A gem that provides OpenTelemetry integration for the Sentry error logger"
10101111 spec . license = 'MIT'
12- spec . homepage = "https://github.com/getsentry/sentry-ruby"
1312
1413 spec . platform = Gem ::Platform ::RUBY
1514 spec . required_ruby_version = '>= 2.4'
1615 spec . extra_rdoc_files = [ "README.md" , "LICENSE.txt" ]
1716 spec . files = `git ls-files | grep -Ev '^(spec|benchmarks|examples)'` . split ( "\n " )
1817
19- spec . metadata [ "homepage_uri" ] = spec . homepage
20- spec . metadata [ "source_code_uri" ] = spec . homepage
21- spec . metadata [ "changelog_uri" ] = "#{ spec . homepage } /blob/master/CHANGELOG.md"
18+ github_root_uri = 'https://github.com/getsentry/sentry-ruby'
19+ spec . homepage = "#{ github_root_uri } /tree/#{ spec . version } /#{ spec . name } "
20+
21+ spec . metadata = {
22+ "homepage_uri" => spec . homepage ,
23+ "source_code_uri" => spec . homepage ,
24+ "changelog_uri" => "#{ github_root_uri } /blob/#{ spec . version } /CHANGELOG.md" ,
25+ "bug_tracker_uri" => "#{ github_root_uri } /issues" ,
26+ "documentation_uri" => "http://www.rubydoc.info/gems/#{ spec . name } /#{ spec . version } "
27+ }
2228
2329 spec . bindir = "exe"
2430 spec . executables = spec . files . grep ( %r{^exe/} ) { |f | File . basename ( f ) }
Original file line number Diff line number Diff line change @@ -7,16 +7,22 @@ Gem::Specification.new do |spec|
77 spec . description = spec . summary = "A gem that provides Rails integration for the Sentry error logger"
8899 spec . license = 'MIT'
10- spec . homepage = "https://github.com/getsentry/sentry-ruby"
1110
1211 spec . platform = Gem ::Platform ::RUBY
1312 spec . required_ruby_version = '>= 2.4'
1413 spec . extra_rdoc_files = [ "README.md" , "LICENSE.txt" ]
1514 spec . files = `git ls-files | grep -Ev '^(spec|benchmarks|examples)'` . split ( "\n " )
1615
17- spec . metadata [ "homepage_uri" ] = spec . homepage
18- spec . metadata [ "source_code_uri" ] = spec . homepage
19- spec . metadata [ "changelog_uri" ] = "#{ spec . homepage } /blob/master/CHANGELOG.md"
16+ github_root_uri = 'https://github.com/getsentry/sentry-ruby'
17+ spec . homepage = "#{ github_root_uri } /tree/#{ spec . version } /#{ spec . name } "
18+
19+ spec . metadata = {
20+ "homepage_uri" => spec . homepage ,
21+ "source_code_uri" => spec . homepage ,
22+ "changelog_uri" => "#{ github_root_uri } /blob/#{ spec . version } /CHANGELOG.md" ,
23+ "bug_tracker_uri" => "#{ github_root_uri } /issues" ,
24+ "documentation_uri" => "http://www.rubydoc.info/gems/#{ spec . name } /#{ spec . version } "
25+ }
2026
2127 spec . bindir = "exe"
2228 spec . executables = spec . files . grep ( %r{^exe/} ) { |f | File . basename ( f ) }
Original file line number Diff line number Diff line change @@ -7,16 +7,22 @@ Gem::Specification.new do |spec|
77 spec . description = spec . summary = "A gem that provides Resque integration for the Sentry error logger"
8899 spec . license = 'MIT'
10- spec . homepage = "https://github.com/getsentry/sentry-ruby"
1110
1211 spec . platform = Gem ::Platform ::RUBY
1312 spec . required_ruby_version = '>= 2.4'
1413 spec . extra_rdoc_files = [ "README.md" , "LICENSE.txt" ]
1514 spec . files = `git ls-files | grep -Ev '^(spec|benchmarks|examples)'` . split ( "\n " )
1615
17- spec . metadata [ "homepage_uri" ] = spec . homepage
18- spec . metadata [ "source_code_uri" ] = spec . homepage
19- spec . metadata [ "changelog_uri" ] = "#{ spec . homepage } /blob/master/CHANGELOG.md"
16+ github_root_uri = 'https://github.com/getsentry/sentry-ruby'
17+ spec . homepage = "#{ github_root_uri } /tree/#{ spec . version } /#{ spec . name } "
18+
19+ spec . metadata = {
20+ "homepage_uri" => spec . homepage ,
21+ "source_code_uri" => spec . homepage ,
22+ "changelog_uri" => "#{ github_root_uri } /blob/#{ spec . version } /CHANGELOG.md" ,
23+ "bug_tracker_uri" => "#{ github_root_uri } /issues" ,
24+ "documentation_uri" => "http://www.rubydoc.info/gems/#{ spec . name } /#{ spec . version } "
25+ }
2026
2127 spec . bindir = "exe"
2228 spec . executables = spec . files . grep ( %r{^exe/} ) { |f | File . basename ( f ) }
Original file line number Diff line number Diff line change @@ -7,16 +7,22 @@ Gem::Specification.new do |spec|
77 spec . description = spec . summary = "A gem that provides a client interface for the Sentry error logger"
8899 spec . license = 'MIT'
10- spec . homepage = "https://github.com/getsentry/sentry-ruby"
1110
1211 spec . platform = Gem ::Platform ::RUBY
1312 spec . required_ruby_version = '>= 2.4'
1413 spec . extra_rdoc_files = [ "README.md" , "LICENSE.txt" ]
1514 spec . files = `git ls-files | grep -Ev '^(spec|benchmarks|examples)'` . split ( "\n " )
1615
17- spec . metadata [ "homepage_uri" ] = spec . homepage
18- spec . metadata [ "source_code_uri" ] = spec . homepage
19- spec . metadata [ "changelog_uri" ] = "#{ spec . homepage } /blob/master/CHANGELOG.md"
16+ github_root_uri = 'https://github.com/getsentry/sentry-ruby'
17+ spec . homepage = "#{ github_root_uri } /tree/#{ spec . version } /#{ spec . name } "
18+
19+ spec . metadata = {
20+ "homepage_uri" => spec . homepage ,
21+ "source_code_uri" => spec . homepage ,
22+ "changelog_uri" => "#{ github_root_uri } /blob/#{ spec . version } /CHANGELOG.md" ,
23+ "bug_tracker_uri" => "#{ github_root_uri } /issues" ,
24+ "documentation_uri" => "http://www.rubydoc.info/gems/#{ spec . name } /#{ spec . version } "
25+ }
2026
2127 spec . require_paths = [ "lib" ]
2228
Original file line number Diff line number Diff line change @@ -7,16 +7,22 @@ Gem::Specification.new do |spec|
77 spec . description = spec . summary = "A gem that provides Sidekiq integration for the Sentry error logger"
8899 spec . license = 'MIT'
10- spec . homepage = "https://github.com/getsentry/sentry-ruby"
1110
1211 spec . platform = Gem ::Platform ::RUBY
1312 spec . required_ruby_version = '>= 2.4'
1413 spec . extra_rdoc_files = [ "README.md" , "LICENSE.txt" ]
1514 spec . files = `git ls-files | grep -Ev '^(spec|benchmarks|examples)'` . split ( "\n " )
1615
17- spec . metadata [ "homepage_uri" ] = spec . homepage
18- spec . metadata [ "source_code_uri" ] = spec . homepage
19- spec . metadata [ "changelog_uri" ] = "#{ spec . homepage } /blob/master/CHANGELOG.md"
16+ github_root_uri = 'https://github.com/getsentry/sentry-ruby'
17+ spec . homepage = "#{ github_root_uri } /tree/#{ spec . version } /#{ spec . name } "
18+
19+ spec . metadata = {
20+ "homepage_uri" => spec . homepage ,
21+ "source_code_uri" => spec . homepage ,
22+ "changelog_uri" => "#{ github_root_uri } /blob/#{ spec . version } /CHANGELOG.md" ,
23+ "bug_tracker_uri" => "#{ github_root_uri } /issues" ,
24+ "documentation_uri" => "http://www.rubydoc.info/gems/#{ spec . name } /#{ spec . version } "
25+ }
2026
2127 spec . bindir = "exe"
2228 spec . executables = spec . files . grep ( %r{^exe/} ) { |f | File . basename ( f ) }
You can’t perform that action at this time.
0 commit comments