gmccreight-WikiCreole 0.1.4 → 0.1.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/Changelog +4 -0
- data/README +3 -0
- data/lib/wiki_creole.rb +2 -2
- metadata +3 -3
data/Changelog
CHANGED
data/README
CHANGED
data/lib/wiki_creole.rb
CHANGED
@@ -5,8 +5,8 @@
|
|
5
5
|
# Author:: Gordon McCreight (mailto:wikicreole.to.gordon@mccreight.com)
|
6
6
|
# Copyright:: Copyright (c) 2008 Gordon McCreight
|
7
7
|
# License:: Distributes under the same terms as Ruby (see the LICENSE file)
|
8
|
-
# Version:: 0.1.
|
9
|
-
# Date:: 2009-08-
|
8
|
+
# Version:: 0.1.5
|
9
|
+
# Date:: 2009-08-12
|
10
10
|
#
|
11
11
|
# == Synopsis
|
12
12
|
# Most likely you'll just want to do:
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: gmccreight-WikiCreole
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.5
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Gordon McCreight
|
@@ -9,7 +9,7 @@ autorequire:
|
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
11
|
|
12
|
-
date: 2009-08-
|
12
|
+
date: 2009-08-12 00:00:00 -07:00
|
13
13
|
default_executable:
|
14
14
|
dependencies: []
|
15
15
|
|
@@ -55,7 +55,7 @@ requirements: []
|
|
55
55
|
rubyforge_project: wikicreole
|
56
56
|
rubygems_version: 1.3.5
|
57
57
|
signing_key:
|
58
|
-
specification_version:
|
58
|
+
specification_version: 3
|
59
59
|
summary: A Creole-to-XHTML converter written in pure Ruby
|
60
60
|
test_files:
|
61
61
|
- test/profiling.rb
|