<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -12,6 +12,11 @@ Spec::Rake::SpecTask.new do |t|
   t.libs = [&quot;spec&quot;]
 end
 
+Spec::Rake::SpecTask.new(&quot;spec_html&quot;) do |t|
+  t.spec_opts = %w(--format html)
+  t.libs = [&quot;spec&quot;]
+end
+
 load File.join(File.dirname(__FILE__), *%w[clickatell.gemspec])
 
 Rake::GemPackageTask.new($gemspec) do |pkg|
@@ -24,6 +29,14 @@ Rake::RDocTask.new do |rd|
   rd.rdoc_dir = &quot;rdoc&quot;
 end
 
+desc 'Generate website files'
+task :website do
+  Dir['website/**/*.txt'].each do |txt|
+    sh %{ ruby scripts/txt2html #{txt} &gt; #{txt.gsub(/txt$/,'html')} }
+  end
+  sh &quot;rake -s spec_html &gt; website/specs.html&quot;
+end
+
 desc 'Clear out RDoc and generated packages'
 task :clean =&gt; [:clobber_rdoc, :clobber_package]
 </diff>
      <filename>Rakefile</filename>
    </modified>
    <modified>
      <diff>@@ -4,12 +4,13 @@ h2. What is it?
 
 A Ruby interface to the &quot;Clickatell&quot;:http://www.clickatell.com SMS gateway API.
 
-h3. What's new in 0.5.0?
+h3. What's new in 0.6.0?
 
-* Added support for mobile originated flag (courtesy Dan Weinand)
-* Added support for WAP push (experimental, courtesy Zhao Lu)
-* Updated specs to use Mocha instead of the built-in RSpec mocking
-* Improved specs in general
+* API host can now be customized (John Gibbons)
+* Fixed bug with the ampersands in messages, they are now escaped properly (John Brice)
+* Removed reliance on Object#blank? which was causing some compatibility issues (Greg Bell)
+* Added :callback option support (Greg Bell)
+* Added new test mode (Pivotal Labs)
 
 h2. Installation
 </diff>
      <filename>website/index.txt</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>44418d7795cfd38f1b1c9e3279c9c2f8e3e9c7e2</id>
    </parent>
  </parents>
  <author>
    <name>Luke Redpath</name>
    <email>contact@lukeredpath.co.uk</email>
  </author>
  <url>http://github.com/lukeredpath/clickatell/commit/6c1cad12a222c8acef50d5a4d65ee99865c36ef8</url>
  <id>6c1cad12a222c8acef50d5a4d65ee99865c36ef8</id>
  <committed-date>2009-06-25T04:09:01-07:00</committed-date>
  <authored-date>2009-06-25T04:09:01-07:00</authored-date>
  <message>Updated website</message>
  <tree>8ffbe10625a2d8c05357405992c21642296b5240</tree>
  <committer>
    <name>Luke Redpath</name>
    <email>contact@lukeredpath.co.uk</email>
  </committer>
</commit>
