Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGELOG.markdown
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Pending

- Ruby 4 support
- Update gem metadata

# 6.0.2
- Fix `endpoint_sample_rate` and `job_sample_rate` to support float values
Expand Down
6 changes: 6 additions & 0 deletions scout_apm.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,12 @@ Gem::Specification.new do |s|
s.description = "Monitors Ruby apps and reports detailed metrics on performance to Scout."
s.license = "MIT"

s.metadata = {
"changelog_uri" => "https://github.com/scoutapp/scout_apm_ruby/blob/master/CHANGELOG.markdown",
"homepage_uri" => "https://www.scoutapm.com",
"source_code_uri" => "https://github.com/scoutapp/scout_apm_ruby",
}

s.files = `git ls-files`.split("\n")
s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
Expand Down