From 701bdc7864d2db5541f8bd54cd4342d93fbf2d4b Mon Sep 17 00:00:00 2001 From: Tawan Sierek Date: Sun, 3 Jan 2016 11:46:38 +0100 Subject: [PATCH] Add homepage to gem specification --- active-elastic-job.gemspec | 1 + 1 file changed, 1 insertion(+) diff --git a/active-elastic-job.gemspec b/active-elastic-job.gemspec index 1299006..35a8f36 100644 --- a/active-elastic-job.gemspec +++ b/active-elastic-job.gemspec @@ -13,6 +13,7 @@ Gem::Specification.new do |spec| spec.description = 'Active Elastic Job is a simple to use Active Job backend for Rails applications deployed on the Amazon Elastic Beanstalk platform.' spec.summary = spec.description spec.license = 'MIT' + spec.homepage = 'https://github.com/tawan/active-elastic-job' spec.files = Dir.glob('lib/**/*') + [ 'active-elastic-job.gemspec' ] spec.executables = []