asciidoctor-reducer.gemspec in asciidoctor-reducer-1.0.0.alpha.1 vs asciidoctor-reducer.gemspec in asciidoctor-reducer-1.0.0.alpha.2

- old
+ new

@@ -5,13 +5,11 @@ end Gem::Specification.new do |s| s.name = 'asciidoctor-reducer' s.version = Asciidoctor::Reducer::VERSION - # Reduces a set of AsciiDoc documents into a single document by expanding all includes reachable from the parent document. - - s.summary = 'Reduces an AsciiDoc document with includes to a single AsciiDoc document.' - s.description = 'A tool that reduces an AsciiDoc document with includes to a single AsciiDoc document by expanding the includes reachable from the specified parent document.' + s.summary = 'Reduces a composite AsciiDoc document containing includes and conditionals to a single AsciiDoc document.' + s.description = 'A tool that reduces a composite AsciiDoc document containing preprocessor directives (includes and conditionals) to a single AsciiDoc document by expanding the includes and applying the conditionals.' s.authors = ['Dan Allen'] s.email = 'dan.j.allen@gmail.com' s.homepage = 'https://asciidoctor.org' s.license = 'MIT' # NOTE required ruby version is informational only; it's not enforced since it can't be overridden and can cause builds to break