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 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[link:http://blog.leetsoft.com/2006/03/14/simple-encryption] on asymmetric encryption using Ruby's native SSL libraries
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[link:mailto:sean.soper@gmail.com]
68
+ Feel free to contact me at {sean.soper@gmail.com}[mailto:sean.soper@gmail.com]
69
69
 
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = "acts_as_encryptable"
3
- s.version = "1.0.5"
3
+ s.version = "1.0.6"
4
4
  s.date = "2009-03-27"
5
5
  s.author = "Sean Soper"
6
6
  s.email = "sean.soper@gmail.com"
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ssoper-acts_as_encryptable
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.5
4
+ version: 1.0.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sean Soper