genki-merb_component 0.0.2 → 0.0.3
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/README +1 -1
- data/Rakefile +1 -1
- data/TODO +2 -2
- data/lib/merb_component/controller_ext.rb +1 -1
- metadata +1 -1
data/README
CHANGED
data/Rakefile
CHANGED
data/TODO
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
TODO:
|
|
2
2
|
Fix LICENSE with your name
|
|
3
3
|
Fix Rakefile with your name and contact info
|
|
4
|
-
Add your code to lib/
|
|
5
|
-
Add your Merb rake tasks to lib/
|
|
4
|
+
Add your code to lib/merb_component.rb
|
|
5
|
+
Add your Merb rake tasks to lib/merb_component/merbtasks.rb
|