<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>lib/domain-finder/domain.rb</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -2,16 +2,9 @@ TODO
 
   get things like --date(s), --keyword(s), --num(?) working
 
-  make Moniker ***SECURE*** (fix https)
-
-  add Moniker.domain_available? for single queries
-
   add single and multiple query capabilities to the CLI for specific domains
 
-  abstract away the direct usage of Moniker to Domain.available?'one','or','many'
-
-  try to abstract away the usage of all particular sites so it's easy to swap out sites
-  later if necessary or ... use different pre-built gems/libraries ... or whatever
+  put all classes within DomainFinder namespace to not class with other libraries
 
   turn into gem (github-compatible)
 </diff>
      <filename>NOTES</filename>
    </modified>
    <modified>
      <diff>@@ -1,6 +1,6 @@
 $:.unshift File.dirname(__FILE__)
 
-%w( rubygems open-uri net/https hpricot date ).each { |lib| require lib }
-%w( secure_post google domaintools moniker ).each { |lib| require &quot;domain-finder/#{lib}&quot; }
-
 class DomainFinder; end
+
+%w( rubygems open-uri net/https hpricot date ).each { |lib| require lib }
+%w( secure_post google domaintools moniker domain ).each { |lib| require &quot;domain-finder/#{lib}&quot; }</diff>
      <filename>lib/domain-finder.rb</filename>
    </modified>
    <modified>
      <diff>@@ -44,7 +44,7 @@ doco
       puts &quot;Getting domains ...&quot;
       auction_domains   = DomainTools.auction_domains( open(one_google_result.cached) )
       puts &quot;Checking domain availability ...&quot;
-      available_domains = Moniker.find_available *auction_domains
+      available_domains = Domain.available? *auction_domains
       unless available_domains.empty?
         puts &quot;\nAvailable Domains:\n------------------&quot;
         available_domains.sort.each do |domain|</diff>
      <filename>lib/domain-finder/bin.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>806298f8282a0f78f44ee6ba2bd55704e0b04c6d</id>
    </parent>
  </parents>
  <author>
    <name>remi</name>
    <email>remi@remitaylor.com</email>
  </author>
  <url>http://github.com/remi/domain-finder/commit/03488e1c162988c9904b559e64b8e8ca068374a9</url>
  <id>03488e1c162988c9904b559e64b8e8ca068374a9</id>
  <committed-date>2008-06-14T15:15:33-07:00</committed-date>
  <authored-date>2008-06-14T15:15:33-07:00</authored-date>
  <message>added Domain object so you don't have to call a specific site's object ... and updated NOTES ... and updated Bin to use Domain object</message>
  <tree>53a39ef993ecdf7a5efb410587a89a0aed3d29b6</tree>
  <committer>
    <name>remi</name>
    <email>remi@remitaylor.com</email>
  </committer>
</commit>
