Skip to content

Commit

Permalink
Add homepage to gem specification
Browse files Browse the repository at this point in the history
  • Loading branch information
tawan committed Jan 3, 2016
1 parent bad5998 commit 701bdc7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions active-elastic-job.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -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 = []
Expand Down

0 comments on commit 701bdc7

Please sign in to comment.