Skip to content

Commit

Permalink
Remove post install message (discourse#288)
Browse files Browse the repository at this point in the history
v0.5 has been released in 2020, we probably don't need this message
anymore.
  • Loading branch information
DawidJanczak authored Aug 1, 2023
1 parent d2653a2 commit 27df0a6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions prometheus_exporter.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@ Gem::Specification.new do |spec|
spec.homepage = "https://github.com/discourse/prometheus_exporter"
spec.license = "MIT"

spec.post_install_message = "prometheus_exporter will only bind to localhost by default as of v0.5"

spec.files = `git ls-files -z`.split("\x0").reject do |f|
f.match(%r{^(test|spec|features|bin)/})
end
Expand Down

0 comments on commit 27df0a6

Please sign in to comment.