radiant-help-extension 1.1.0 → 1.1.1
Sign up to get free protection for your applications and to get access to all the features.
- data/help_extension.rb +0 -3
- data/lib/radiant-help-extension.rb +1 -1
- metadata +2 -2
data/help_extension.rb
CHANGED
@@ -2,9 +2,6 @@
|
|
2
2
|
require_dependency 'application_controller'
|
3
3
|
# You'll need this if you are going to add regions into your extension interface.
|
4
4
|
require 'ostruct'
|
5
|
-
# These are needed for parsing the HELP.rdoc files
|
6
|
-
require 'rdoc/markup/simple_markup'
|
7
|
-
require 'rdoc/markup/simple_markup/to_html'
|
8
5
|
|
9
6
|
class HelpExtension < Radiant::Extension
|
10
7
|
version RadiantHelpExtension::VERSION
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: radiant-help-extension
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.1.
|
4
|
+
version: 1.1.1
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2012-03-
|
12
|
+
date: 2012-03-06 00:00:00.000000000 Z
|
13
13
|
dependencies: []
|
14
14
|
description: Help Documentation for Radiant CMS!
|
15
15
|
email:
|