jekyll-toc.gemspec in jekyll-toc-0.15.0.rc vs jekyll-toc.gemspec in jekyll-toc-0.15.0

- old
+ new

@@ -6,16 +6,16 @@ Gem::Specification.new do |spec| spec.name = 'jekyll-toc' spec.version = Jekyll::TableOfContents::VERSION spec.summary = 'Jekyll Table of Contents plugin' - spec.description = 'Jekyll (Ruby static website generator) plugin which generates a table of contents.' + spec.description = 'Jekyll (Ruby static website generator) plugin which generates a Table of Contents for the page.' spec.authors = %w(toshimaru torbjoernk) spec.email = 'me@toshimaru.net' spec.files = `git ls-files -z`.split("\x0") spec.homepage = 'https://github.com/toshimaru/jekyll-toc' spec.license = 'MIT' - spec.test_files = spec.files.grep(%r{^(test|spec|features)/}) + spec.test_files = spec.files.grep(%r{^(test|spec)/}) spec.require_paths = ['lib'] spec.required_ruby_version = '>= 2.4' spec.add_dependency 'jekyll', '>= 3.8'