lib/soywiki.rb in soywiki-0.9.8 vs lib/soywiki.rb in soywiki-0.9.8.1
- old
+ new
@@ -1,8 +1,9 @@
require 'string_ext'
+require 'path_helper'
module Template_Substitution; end
module Soywiki
- VERSION = '0.9.8'
+ VERSION = '0.9.8.1'
WIKI_WORD = /\b([a-z0-9][\w_]+\.)?[A-Z][a-z]+[A-Z0-9]\w*\b/
SCHEMES = %w{https http file soyfile}
HYPERLINK = %r|\b(?:#{SCHEMES.join('|')})://[^ >)\n\]]+|
def self.run