WikiCreole 0.1.0 → 0.1.1

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.
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: WikiCreole
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
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: 2008-12-10 00:00:00 -08:00
12
+ date: 2008-12-12 00:00:00 -08:00
13
13
  default_executable:
14
14
  dependencies: []
15
15
 
@@ -26,7 +26,21 @@ files:
26
26
  - Changelog
27
27
  - COPYING
28
28
  - LICENSE
29
+ - Rakefile
29
30
  - lib/wiki_creole.rb
31
+ - test/test_all.rb
32
+ - test/test_escape.html
33
+ - test/test_jsp_wiki.markup
34
+ - test/test_amp.html
35
+ - test/test_escape.markup
36
+ - test/test_specialchars.html
37
+ - test/test_amp.markup
38
+ - test/test_inline.html
39
+ - test/test_specialchars.markup
40
+ - test/test_block.html
41
+ - test/test_inline.markup
42
+ - test/test_block.markup
43
+ - test/test_jsp_wiki.html
30
44
  has_rdoc: true
31
45
  homepage: http://github.com/gmccreight/wikicreole/tree/master
32
46
  post_install_message:
@@ -53,5 +67,5 @@ rubygems_version: 1.2.0
53
67
  signing_key:
54
68
  specification_version: 2
55
69
  summary: A Creole-to-XHTML converter written in pure Ruby
56
- test_files: []
57
-
70
+ test_files:
71
+ - test/test_all.rb