Add a platform value for the gemspec

This commit is contained in:
Dan Milne
2024-12-24 10:52:12 +11:00
parent c4e1b876ce
commit 2e91518fd6

View File

@@ -13,6 +13,7 @@ Gem::Specification.new do |spec|
spec.homepage = "http://github.com/dkam/probot"
spec.license = "MIT"
spec.required_ruby_version = ">= 3.0"
gem.platform = Gem::Platform::RUBY
spec.metadata["homepage_uri"] = spec.homepage
spec.metadata["source_code_uri"] = "http://github.com/dkam/probot"