jekyll_outline.gemspec in jekyll_outline-1.0.2 vs jekyll_outline.gemspec in jekyll_outline-1.1.0
- old
+ new
@@ -7,11 +7,14 @@
spec.bindir = 'exe'
spec.description = <<~END_OF_DESC
Jekyll tag plugin that creates a clickable table of contents.
END_OF_DESC
spec.email = ['mslinn@mslinn.com']
- spec.files = Dir['.rubocop.yml', 'LICENSE.*', 'Rakefile', '{lib,spec}/**/*', '*.gemspec', '*.md']
+ spec.files = Dir[
+ '.rubocop.yml', 'LICENSE.*', 'Rakefile', '{lib,spec}/**/*', '*.gemspec', '*.md',
+ 'demo/assets/js/jekyll_outline.js'
+ ]
spec.homepage = 'https://www.mslinn.com/blog/2020/10/03/jekyll-plugins.html#outline'
spec.license = 'MIT'
spec.metadata = {
'allowed_push_host' => 'https://rubygems.org',
'bug_tracker_uri' => "#{github}/issues",
@@ -30,8 +33,8 @@
spec.summary = 'Jekyll tag plugin that creates a clickable table of contents.'
spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
spec.version = JekyllOutlineVersion::VERSION
spec.add_dependency 'jekyll', '>= 3.5.0'
- spec.add_dependency 'jekyll_draft', '~> 1.1.1'
- spec.add_dependency 'jekyll_plugin_support', '~> 0.5.1'
+ spec.add_dependency 'jekyll_draft', '~> 1.1.0'
+ spec.add_dependency 'jekyll_plugin_support', '~> 0.5.0'
end