ztk.gemspec in ztk-1.17.1 vs ztk.gemspec in ztk-1.17.2

- old
+ new

@@ -24,11 +24,11 @@ Gem::Specification.new do |spec| spec.name = "ztk" spec.version = ZTK::VERSION spec.authors = ["Zachary Patten"] spec.email = ["zachary AT jovelabs DOT com"] - spec.description = %(Zachary's Tool Kit is a general purpose utility gem, featuring a collection of classes meant to simplify development of complex systems in Ruby.) - spec.summary = %(Zachary's Tool Kit) + spec.description = %(Zachary's Tool Kit contains a collection of reusable classes meant to simplify development of complex systems in Ruby, especially devops tooling. These classes provide functionality I often find myself needing from project to project. Instead of reinventing the wheel each time, I've started building a collection of reusable classes. Easy-bake DSLs, parallel processing, complex logging, templating and many other useful design patterns, for example are all contained in simple, reusable classes with a common interface and configuration style.) + spec.summary = %(Zachary's Tool Kit contains a collection of reusable classes meant to simplify development of complex systems in Ruby, especially devops tooling.) spec.homepage = "https://github.com/zpatten/ztk" spec.license = "Apache 2.0" spec.files = `git ls-files`.split($\) spec.executables = spec.files.grep(%r{^bin/}).map{ |f| File.basename(f) }