README in module_creation_helper-0.0.3 vs README in module_creation_helper-0.0.4
- old
+ new
@@ -3,29 +3,25 @@
+module_creation_helper+ adds a helper method for creating new modules and classes
at runtime.
== Resources
-API
-
-* http://api.pluginaweek.org/module_creation_helper
-
Wiki
* http://wiki.pluginaweek.org/Module_creation_helper
-Announcement
+API
-* http://www.pluginaweek.org/2007/01/04/10-from-anonymous-to-named-and-back-again-a-tale-of-modules-and-classes
+* http://api.pluginaweek.org/module_creation_helper
-Source
+Development
-* http://svn.pluginaweek.org/trunk/plugins/ruby/module/module_creation_helper
+* http://dev.pluginaweek.org/browser/trunk/module_creation_helper
-Development
+Source
-* http://dev.pluginaweek.org/browser/trunk/plugins/ruby/module/module_creation_helper
+* http://svn.pluginaweek.org/trunk/module_creation_helper
== Description
Creating modules and classes at runtime isn't the easiest and most intuitive
process. Although often used for anonymous classes, there are many times where
@@ -102,6 +98,6 @@
>> Bar.new.say_hello
=> "hello"
== Dependencies
-This plugin does not depend on the presence of any other plugins.
+None.