From 0df273d7e7ef2d1cc66c2e4938d6607fe3e7c50f Mon Sep 17 00:00:00 2001 From: Felix Wolfsteller Date: Tue, 28 May 2019 10:56:21 +0200 Subject: [PATCH] Fix link to projects "homepage"/github The links shows up e.g. at https://rubygems.org/gems/active_action (and points into the void). And oh damn, I was 24 days late. Wanted to make a gem called ActiveAction, but you were first ... :) --- activeaction.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/activeaction.gemspec b/activeaction.gemspec index faa67ab..7f7e285 100644 --- a/activeaction.gemspec +++ b/activeaction.gemspec @@ -10,7 +10,7 @@ Gem::Specification.new do |spec| spec.summary = "A tidy DSL to express batch actions" spec.description = "A tidy DSL to express batch actions" - spec.homepage = "https://github.com/joshmn/activeaction" + spec.homepage = "https://github.com/joshmn/active_action" # Prevent pushing this gem to RubyGems.org. To allow pushes either set the 'allowed_push_host' # to allow pushing to a single host or delete this section to allow pushing to any host.