mirror of
https://github.com/dkam/probot.git
synced 2025-12-28 09:14:53 +00:00
Add a platform value for the gemspec
This commit is contained in:
@@ -13,6 +13,7 @@ Gem::Specification.new do |spec|
|
|||||||
spec.homepage = "http://github.com/dkam/probot"
|
spec.homepage = "http://github.com/dkam/probot"
|
||||||
spec.license = "MIT"
|
spec.license = "MIT"
|
||||||
spec.required_ruby_version = ">= 3.0"
|
spec.required_ruby_version = ">= 3.0"
|
||||||
|
gem.platform = Gem::Platform::RUBY
|
||||||
|
|
||||||
spec.metadata["homepage_uri"] = spec.homepage
|
spec.metadata["homepage_uri"] = spec.homepage
|
||||||
spec.metadata["source_code_uri"] = "http://github.com/dkam/probot"
|
spec.metadata["source_code_uri"] = "http://github.com/dkam/probot"
|
||||||
|
|||||||
Reference in New Issue
Block a user