Rakefile in rpeg-multimarkdown-0.2.1 vs Rakefile in rpeg-multimarkdown-0.2.2

- old
+ new

@@ -6,10 +6,10 @@ require 'rubygems/package_task' task :default => :test DLEXT = RbConfig::CONFIG['DLEXT'] -VERS = '0.2.1' +VERS = '0.2.2' spec = Gem::Specification.new do |s| s.name = "rpeg-multimarkdown" s.version = VERS s.summary = "Fast MultiMarkdown implementation"