update the gemspec to reflect mathjax being gone

This commit is contained in:
Corey Donohoe
2012-04-10 15:55:30 -07:00
parent eed9b2695a
commit 4480ff0520
2 changed files with 21 additions and 631 deletions
+1 -1
View File
@@ -20,7 +20,7 @@ require File.expand_path('../gollum/sanitization', __FILE__)
require File.expand_path('../gollum/tex', __FILE__)
module Gollum
VERSION = '1.3.1'
VERSION = '1.3.2'
class Error < StandardError; end