README in encrypted_strings-0.0.3 vs README in encrypted_strings-0.0.4
- old
+ new
@@ -2,29 +2,25 @@
+encrypted_strings+ provides dead-simple string encryption/decryption syntax.
== Resources
-API
-
-* http://api.pluginaweek.org/encrypted_strings
-
Wiki
* http://wiki.pluginaweek.org/Encrypted_strings
-Announcement
+API
-* http://www.pluginaweek.org
+* http://api.pluginaweek.org/encrypted_strings
-Source
+Development
-* http://svn.pluginaweek.org/trunk/plugins/ruby/string/encrypted_strings
+* http://dev.pluginaweek.org/browse/trunk/encrypted_strings
-Development
+Source
-* http://dev.pluginaweek.org/browse/trunk/plugins/ruby/string/encrypted_strings
+* http://svn.pluginaweek.org/trunk/encrypted_strings
== Description
Encrypting and decrypting data is not exactly the most straightforward and DRY
way. encrypted_strings greatly improves upon this syntax and adds
@@ -83,10 +79,10 @@
>> password = crypted_password.decrypt
=> "shhhh"
== Dependencies
-This plugin does not depend on the presence of any other plugins.
+None.
== References
* Rick Olson - sentry[http://svn.techno-weenie.net/projects/plugins/sentry]