README.rdoc in public-suffix-list-0.1.0 vs README.rdoc in public-suffix-list-0.1.2

- old
+ new

@@ -43,12 +43,12 @@ # and returns ["abc", "xyz", "co.uk"]. PublicSuffixList.new(:cache_dir => "/tmp").split("abc.xyz.co.uk") # Loads the cached data in /tmp if it is less than 100 seconds old, # downloads, parses, and caches it if it is older, and returns - # ["test", "nhs", "uk"]. - PublicSuffixList.new(:cache_dir => "/tmp", :cache_expiry_period => 100).split("test.nhs.uk") + # ["test", "parliament", "uk"]. + PublicSuffixList.new(:cache_dir => "/tmp", :cache_expiry_period => 100).split("test.parliament.uk") # You don't have to instantiate PublicSuffixList every time you # use it, of course... p = PublicSuffixList.new p.split("fee.fi.fo.com") # => ["fee.fi", "fo", "com"] @@ -67,10 +67,10 @@ sudo gem install public-suffix-list == License -Copyright (c) 2010 Todd Sundsted +Copyright (c) 2010, 2011, 2012, 2013, 2014 Todd Sundsted Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the 'Software'), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish,