ssoper-acts_as_encryptable 1.0.5 → 1.0.6
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.rdoc +2 -2
- data/acts_as_encryptable.gemspec +1 -1
- metadata +1 -1
data/README.rdoc
CHANGED
|
@@ -61,9 +61,9 @@ The gem comes with unit tests that use SQLite files stored in /tmp. You can run
|
|
|
61
61
|
== Acknowledgements
|
|
62
62
|
|
|
63
63
|
* Paul Barry for helping simplify the functionality
|
|
64
|
-
* Tobias Lütke for his blog post[
|
|
64
|
+
* Tobias Lütke for his {blog post}[http://blog.leetsoft.com/2006/03/14/simple-encryption] on asymmetric encryption using Ruby's native SSL libraries
|
|
65
65
|
|
|
66
66
|
== Contact
|
|
67
67
|
|
|
68
|
-
Feel free to contact me at sean.soper@gmail.com[
|
|
68
|
+
Feel free to contact me at {sean.soper@gmail.com}[mailto:sean.soper@gmail.com]
|
|
69
69
|
|
data/acts_as_encryptable.gemspec
CHANGED