soywiki 0.4.2 → 0.4.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/lib/soywiki.rb +3 -3
  2. metadata +2 -2
@@ -1,7 +1,7 @@
1
1
  require 'string_ext'
2
2
 
3
3
  module Soywiki
4
- VERSION = '0.4.2'
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
- Specifying a wiki file is optional. If you don't specify a file, soywiki will
20
- open the most recently modified wiki file.
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
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 4
8
- - 2
9
- version: 0.4.2
8
+ - 3
9
+ version: 0.4.3
10
10
  platform: ruby
11
11
  authors:
12
12
  - Daniel Choi