From f1a0b74a978e60811ae37888ec29dd15af00a0f9 Mon Sep 17 00:00:00 2001 From: Dan Milne Date: Tue, 24 Dec 2024 10:53:03 +1100 Subject: [PATCH] Whoops - wrong name --- probot.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/probot.gemspec b/probot.gemspec index b9f31b6..ee7c3d5 100644 --- a/probot.gemspec +++ b/probot.gemspec @@ -13,7 +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.platform = Gem::Platform::RUBY spec.metadata["homepage_uri"] = spec.homepage spec.metadata["source_code_uri"] = "http://github.com/dkam/probot"