octopress-codefence.gemspec in octopress-codefence-1.4.0 vs octopress-codefence.gemspec in octopress-codefence-1.4.1

- old
+ new

@@ -11,10 +11,10 @@ gem.description = %q{Write beautiful fenced code snippets with in any template.} gem.summary = %q{Write beautiful fenced code snippets with in any template.} gem.homepage = "https://github.com/octopress/codefence" gem.license = "MIT" - gem.add_runtime_dependency 'octopress-code-highlighter', '~> 3.0.1' + gem.add_runtime_dependency 'octopress-code-highlighter', '~> 3.1.0' gem.add_runtime_dependency 'jekyll-page-hooks', '>= 1.0.2' gem.files = `git ls-files`.split($/).reject {|f| f =~ /^test\// } gem.require_paths = ["lib"] end