greenmat.gemspec in greenmat-3.2.0.0 vs greenmat.gemspec in greenmat-3.2.0.1

- old
+ new

@@ -1,8 +1,8 @@ # encoding: utf-8 lib = File.expand_path('../lib', __FILE__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) -require 'greenmat' +require 'greenmat/version' Gem::Specification.new do |s| s.name = 'greenmat' s.version = Greenmat::VERSION s.summary = "A Markdown parser for Qiita, based on Redcarpet."