Skip to content

Commit

Permalink
Add description to gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
tawan committed Jan 2, 2016
1 parent 14a6966 commit bc60c41
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion active-elastic-job.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,17 @@ Gem::Specification.new do |spec|
spec.version = ActiveElasticJob::VERSION
spec.authors = ['Tawan Sierek']
spec.email = ['tawan@sierek.com']
spec.description = spec.summary = %q()
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.files = Dir.glob('lib/**/*') + [ 'active-elastic-job.gemspec' ]
spec.executables = []
spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
spec.require_paths = ['lib']

spec.required_ruby_version = '>= 2.0'

spec.add_development_dependency 'bundler'
spec.add_development_dependency 'rspec', '~> 3.4'
spec.add_development_dependency 'pry-byebug'
Expand Down

0 comments on commit bc60c41

Please sign in to comment.