diff --git a/prometheus_exporter.gemspec b/prometheus_exporter.gemspec index 9950c20..de1fa49 100644 --- a/prometheus_exporter.gemspec +++ b/prometheus_exporter.gemspec @@ -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