octopress-codefence.gemspec in octopress-codefence-1.4.3 vs octopress-codefence.gemspec in octopress-codefence-1.4.4
- old
+ new
@@ -12,10 +12,13 @@
gem.summary = %q{Generate beautiful code snippets with advanced features on any Jekyll site.}
gem.homepage = "https://github.com/octopress/codefence"
gem.license = "MIT"
gem.add_runtime_dependency 'octopress-code-highlighter', '~> 4.2'
- gem.add_runtime_dependency 'jekyll-page-hooks', '~> 1.1'
+ gem.add_runtime_dependency 'octopress-hooks', '~> 2.1'
+
+ gem.add_development_dependency 'clash'
+ gem.add_development_dependency 'jekyll'
gem.files = `git ls-files`.split($/).reject {|f| f =~ /^test\// }
gem.require_paths = ["lib"]
end