karafka.gemspec in karafka-2.0.20 vs karafka.gemspec in karafka-2.0.21

- old
+ new

@@ -10,12 +10,17 @@ spec.version = ::Karafka::VERSION spec.platform = Gem::Platform::RUBY spec.authors = ['Maciej Mensfeld'] spec.email = %w[contact@karafka.io] spec.homepage = 'https://karafka.io' - spec.summary = 'Efficient Kafka processing framework for Ruby and Rails' - spec.description = 'Framework used to simplify Apache Kafka based Ruby applications development' spec.licenses = ['LGPL-3.0', 'Commercial'] + spec.summary = 'Karafka is Ruby and Rails efficient Kafka processing framework.' + spec.description = <<-DESC + Karafka is Ruby and Rails efficient Kafka processing framework. + + Karafka allows you to capture everything that happens in your systems in large scale, + without having to focus on things that are not your business domain. + DESC spec.add_dependency 'karafka-core', '>= 2.0.4', '< 3.0.0' spec.add_dependency 'rdkafka', '>= 0.12' spec.add_dependency 'thor', '>= 0.20' spec.add_dependency 'waterdrop', '>= 2.4.1', '< 3.0.0'