masterview_plugin_generator 0.0.8 → 0.0.9
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/Rakefile +1 -0
- data/masterview_plugin_generator.rb +2 -2
- metadata +2 -2
data/Rakefile
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
# Generator to generate small init.rb plugin which is used in
|
2
2
|
# conjunction with the masterview gem
|
3
|
-
class
|
3
|
+
class MasterviewPluginGenerator < Rails::Generator::Base
|
4
4
|
def initialize(runtime_args, runtime_options = {})
|
5
5
|
super
|
6
6
|
end
|
@@ -15,7 +15,7 @@ class MasterviewGemPluginGenerator < Rails::Generator::Base
|
|
15
15
|
|
16
16
|
protected
|
17
17
|
def banner
|
18
|
-
"Usage: #{$0}
|
18
|
+
"Usage: #{$0} masterview_plugin"
|
19
19
|
end
|
20
20
|
|
21
21
|
end
|
metadata
CHANGED
@@ -3,8 +3,8 @@ rubygems_version: 0.8.11
|
|
3
3
|
specification_version: 1
|
4
4
|
name: masterview_plugin_generator
|
5
5
|
version: !ruby/object:Gem::Version
|
6
|
-
version: 0.0.
|
7
|
-
date: 2006-04-
|
6
|
+
version: 0.0.9
|
7
|
+
date: 2006-04-19 00:00:00 -05:00
|
8
8
|
summary: A (x)html friendly template engine for rails with the power of layouts, and partials. MasterView Plugin Generator for GEM
|
9
9
|
require_paths:
|
10
10
|
- .
|