jekyll_quote.gemspec in jekyll_quote-0.4.0 vs jekyll_quote.gemspec in jekyll_quote-0.4.1

- old
+ new

@@ -5,11 +5,11 @@ spec.bindir = 'exe' spec.authors = ['Mike Slinn'] spec.email = ['mslinn@mslinn.com'] spec.files = Dir['.rubocop.yml', 'LICENSE.*', 'Rakefile', '{lib,spec}/**/*', '*.gemspec', '*.md'] - spec.homepage = 'https://www.mslinn.com/jekyll/3000-jekyll-plugins.html#jekyll_quote' + spec.homepage = 'https://www.mslinn.com/jekyll_plugins/jekyll_quote.html' spec.license = 'MIT' spec.metadata = { 'allowed_push_host' => 'https://rubygems.org', 'bug_tracker_uri' => "#{github}/issues", 'changelog_uri' => "#{github}/CHANGELOG.md", @@ -27,7 +27,7 @@ spec.summary = 'Provides a Jekyll filter that creates formatted quotes.' spec.test_files = spec.files.grep %r{^(test|spec|features)/} spec.version = JekyllQuoteVersion::VERSION spec.add_dependency 'jekyll', '>= 3.5.0' - spec.add_dependency 'jekyll_plugin_support', '~> 0.6.0' + spec.add_dependency 'jekyll_plugin_support', '>= 0.7.0' end