<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,7 +1,6 @@
 module Clickatelll end
 
 %w( core-ext/hash
-    core-ext/object
     clickatell/version 
     clickatell/api 
     clickatell/response</diff>
      <filename>lib/clickatell.rb</filename>
    </modified>
    <modified>
      <diff>@@ -22,7 +22,7 @@ module Clickatell
       protected
         def api_service_uri
           protocol = @options[:secure] ? 'https' : 'http'
-          api_service_host = (Clickatell::API.api_service_host.blank? ? API_SERVICE_HOST : Clickatell::API.api_service_host)
+          api_service_host = ((Clickatell::API.api_service_host.nil? || Clickatell::API.api_service_host.empty?) ? API_SERVICE_HOST : Clickatell::API.api_service_host)
           return &quot;#{protocol}://#{api_service_host}/#{@service}/&quot;
         end
     end</diff>
      <filename>lib/clickatell/api/command.rb</filename>
    </modified>
  </modified>
  <removed type="array">
    <removed>
      <filename>lib/core-ext/object.rb</filename>
    </removed>
  </removed>
  <parents type="array">
    <parent>
      <id>a3a6b33f908690049e2e0f65ae23de9f0b32f385</id>
    </parent>
  </parents>
  <author>
    <name>Greg Bell</name>
    <email>greg@orange-peel.ca</email>
  </author>
  <url>http://github.com/lukeredpath/clickatell/commit/305582909d6b0555988a0c7df41606808aa6a32e</url>
  <id>305582909d6b0555988a0c7df41606808aa6a32e</id>
  <committed-date>2009-06-25T03:40:41-07:00</committed-date>
  <authored-date>2009-02-13T10:26:47-08:00</authored-date>
  <message>Removed the reliance on adding the method Object#blank? which was causing problems with the gem in a rails app

Signed-off-by: Luke Redpath &lt;luke@lukeredpath.co.uk&gt;</message>
  <tree>5e5846df56de6c9c04a4c141268218d380dc9395</tree>
  <committer>
    <name>Luke Redpath</name>
    <email>luke@lukeredpath.co.uk</email>
  </committer>
</commit>
