soywiki 0.4.2 → 0.4.3
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/soywiki.rb +3 -3
- metadata +2 -2
data/lib/soywiki.rb
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
require 'string_ext'
|
2
2
|
|
3
3
|
module Soywiki
|
4
|
-
VERSION = '0.4.
|
4
|
+
VERSION = '0.4.3'
|
5
5
|
WIKI_WORD = /\b([a-z][\w_]+\.)?[A-Z][a-z]+[A-Z]\w*\b/
|
6
6
|
HYPERLINK = %r|\bhttps?://[^ >)\n\]]+|
|
7
7
|
|
@@ -16,8 +16,8 @@ Usage: soywiki
|
|
16
16
|
|
17
17
|
Run the command in a directory you've made to contain soywiki files.
|
18
18
|
|
19
|
-
|
20
|
-
|
19
|
+
Soywiki will open the most recently modified wiki file or create a file
|
20
|
+
called main/HomePage.
|
21
21
|
---
|
22
22
|
END
|
23
23
|
exit
|