RubyGems
npm
PyPI
Organizations
Log in
Sign up
RubyGems
soywiki
Versions diffs
0.7.8 → 0.7.9
soywiki 0.7.8 → 0.7.9
Sign up to get
free
protection for your applications and to get access to all the features.
Files changed (2)
hide
show
data/lib/soywiki.rb
+1
-1
metadata
+1
-1
data/lib/soywiki.rb
CHANGED
Viewed
@@ -1,7 +1,7 @@
1
1
require 'string_ext'
2
2
3
3
module Soywiki
4
-
VERSION = '0.7.
8
'
4
+
VERSION = '0.7.
9
'
5
5
WIKI_WORD = /\b([a-z][\w_]+\.)?[A-Z][a-z]+[A-Z]\w*\b/
6
6
HYPERLINK = %r|\bhttps?://[^ >)\n\]]+|
7
7
metadata
CHANGED
Viewed
@@ -2,7 +2,7 @@
2
2
name: soywiki
3
3
version: !ruby/object:Gem::Version
4
4
prerelease:
5
-
version: 0.7.
8
5
+
version: 0.7.
9
6
6
platform: ruby
7
7
authors:
8
8
- Daniel Choi