lib/ronin/author.rb in ronin-1.2.0 vs lib/ronin/author.rb in ronin-1.3.0
- old
+ new
@@ -41,10 +41,10 @@
# Author's email
property :email, String
# Author's site
- property :site, String
+ property :site, URI, :length => 256
# Author's biography
property :biography, Text
#