lib/ronin/url_scheme.rb in ronin-1.4.1 vs lib/ronin/url_scheme.rb in ronin-1.5.0.rc1

- old
+ new

@@ -38,16 +38,16 @@ # The URLs that use the scheme has 0..n, :urls, :model => 'URL', :child_key => [:scheme_id] - # Pre-defines the HTTP URL Scheme + # Predefines the HTTP URL Scheme predefine :http, :name => 'http' - # Pre-defines the HTTPS URL Scheme + # Predefines the HTTPS URL Scheme predefine :https, :name => 'https' - # Pre-defines the FTP URL Scheme + # Predefines the FTP URL Scheme predefine :ftp, :name => 'ftp' end end