wikiwah 0.0.2 → 0.0.3
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/wikiwah/flow.rb +1 -1
- data/lib/wikiwah/version.rb +1 -1
- metadata +5 -17
data/lib/wikiwah/flow.rb
CHANGED
data/lib/wikiwah/version.rb
CHANGED
metadata
CHANGED
@@ -1,13 +1,8 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: wikiwah
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
|
5
|
-
|
6
|
-
segments:
|
7
|
-
- 0
|
8
|
-
- 0
|
9
|
-
- 2
|
10
|
-
version: 0.0.2
|
4
|
+
prerelease:
|
5
|
+
version: 0.0.3
|
11
6
|
platform: ruby
|
12
7
|
authors:
|
13
8
|
- Mike Williams
|
@@ -15,8 +10,7 @@ autorequire:
|
|
15
10
|
bindir: bin
|
16
11
|
cert_chain: []
|
17
12
|
|
18
|
-
date:
|
19
|
-
default_executable:
|
13
|
+
date: 2011-05-08 00:00:00 Z
|
20
14
|
dependencies: []
|
21
15
|
|
22
16
|
description: |
|
@@ -51,7 +45,6 @@ files:
|
|
51
45
|
- test/wikiwah_tests.rb
|
52
46
|
- test/wikiwah_tests.rb~
|
53
47
|
- Rakefile
|
54
|
-
has_rdoc: true
|
55
48
|
homepage: http://github.com/mdub/wikiwah
|
56
49
|
licenses: []
|
57
50
|
|
@@ -65,23 +58,17 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
65
58
|
requirements:
|
66
59
|
- - ">="
|
67
60
|
- !ruby/object:Gem::Version
|
68
|
-
hash: 3
|
69
|
-
segments:
|
70
|
-
- 0
|
71
61
|
version: "0"
|
72
62
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
73
63
|
none: false
|
74
64
|
requirements:
|
75
65
|
- - ">="
|
76
66
|
- !ruby/object:Gem::Version
|
77
|
-
hash: 3
|
78
|
-
segments:
|
79
|
-
- 0
|
80
67
|
version: "0"
|
81
68
|
requirements: []
|
82
69
|
|
83
70
|
rubyforge_project:
|
84
|
-
rubygems_version: 1.
|
71
|
+
rubygems_version: 1.7.2
|
85
72
|
signing_key:
|
86
73
|
specification_version: 3
|
87
74
|
summary: WikiWah turns text into HTML
|
@@ -93,3 +80,4 @@ test_files:
|
|
93
80
|
- test/wikiwah_tests.rb
|
94
81
|
- test/wikiwah_tests.rb~
|
95
82
|
- Rakefile
|
83
|
+
has_rdoc:
|