Skip to content

Commit

Permalink
Add a description to the gem specification
Browse files Browse the repository at this point in the history
Add a longer description as the description of the gem
(instead of reusing the summary).
  • Loading branch information
tawan committed Feb 3, 2016
1 parent 85f78cf commit 0058e71
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions active-elastic-job.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ Gem::Specification.new do |spec|
spec.version = ActiveElasticJob::VERSION
spec.authors = ['Tawan Sierek']
spec.email = ['tawan@sierek.com']
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.summary = 'Active Elastic Job is a simple to use Active Job backend for Rails applications deployed on the Amazon Elastic Beanstalk platform.'
spec.description = 'Run background jobs / tasks of Rails applications deployed in Amazon Elastic Beanstalk environments. Active Elastic Job is an Active Job backend which is easy to setup. No need for customised container commands or other workarounds.'
spec.license = 'MIT'
spec.homepage = 'https://github.com/tawan/active-elastic-job'

Expand Down

0 comments on commit 0058e71

Please sign in to comment.