wikitext 1.2 → 1.2.1
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/wikitext/version.rb +1 -1
- data/rails/init.rb +17 -0
- metadata +4 -3
data/lib/wikitext/version.rb
CHANGED
data/rails/init.rb
ADDED
@@ -0,0 +1,17 @@
|
|
1
|
+
# Copyright 2008 Wincent Colaiuta
|
2
|
+
# This program is free software: you can redistribute it and/or modify
|
3
|
+
# it under the terms of the GNU General Public License as published by
|
4
|
+
# the Free Software Foundation, either version 3 of the License, or
|
5
|
+
# (at your option) any later version.
|
6
|
+
#
|
7
|
+
# This program is distributed in the hope that it will be useful,
|
8
|
+
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
9
|
+
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
10
|
+
# GNU General Public License for more details.
|
11
|
+
#
|
12
|
+
# You should have received a copy of the GNU General Public License
|
13
|
+
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
14
|
+
|
15
|
+
require 'wikitext/nil_class'
|
16
|
+
require 'wikitext/string'
|
17
|
+
require 'wikitext/rails'
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: wikitext
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version:
|
4
|
+
version: 1.2.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Wincent Colaiuta
|
@@ -9,7 +9,7 @@ autorequire:
|
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
11
|
|
12
|
-
date: 2008-09-
|
12
|
+
date: 2008-09-11 00:00:00 +02:00
|
13
13
|
default_executable:
|
14
14
|
dependencies: []
|
15
15
|
|
@@ -72,6 +72,7 @@ files:
|
|
72
72
|
- lib/wikitext/rails.rb
|
73
73
|
- lib/wikitext/string.rb
|
74
74
|
- lib/wikitext/version.rb
|
75
|
+
- rails/init.rb
|
75
76
|
has_rdoc: true
|
76
77
|
homepage: http://wikitext.rubyforge.org/
|
77
78
|
post_install_message:
|
@@ -95,7 +96,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
95
96
|
requirements: []
|
96
97
|
|
97
98
|
rubyforge_project: wikitext
|
98
|
-
rubygems_version: 1.
|
99
|
+
rubygems_version: 1.2.0
|
99
100
|
signing_key:
|
100
101
|
specification_version: 2
|
101
102
|
summary: Wikitext-to-HTML translator
|