lib/ronin/license.rb in ronin-1.2.0 vs lib/ronin/license.rb in ronin-1.3.0

- old
+ new

@@ -40,10 +40,10 @@ # Description of license property :description, Text, :required => true # URL of the License document - property :url, String, :length => 256 + property :url, URI, :length => 256 # Berkeley Software Distribution License predefine :bsd, :name => 'BSD', :description => 'Berkeley Software Distribution License',