jekyll-toc.gemspec in jekyll-toc-0.4.0.rc vs jekyll-toc.gemspec in jekyll-toc-0.4.0.rc2

- old
+ new

@@ -13,13 +13,9 @@ spec.homepage = 'https://github.com/toshimaru/jekyll-toc' spec.license = 'MIT' spec.test_files = spec.files.grep(%r{^(test|spec|features)/}) spec.require_paths = ['lib'] - spec.post_install_message = %q(As of jekyll-toc 0.3, nested toc is supported! Please make sure your toc is not broken after update jekyll-toc. - -For more info: https://github.com/toshimaru/jekyll-toc/wiki/0.3-Upgrade-Guide) - spec.required_ruby_version = '>= 2.1.0' spec.add_runtime_dependency 'nokogiri', '~> 1.6' spec.add_development_dependency 'appraisal'