<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>lib/rwebthumb/easythumb.rb</filename>
    </added>
    <added>
      <filename>nbproject/private/private.xml</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -1,7 +1,8 @@
 == rwebthumb
 
 = what is it
-A Ruby wrapper for the webthumb API from http://webthumb.bluga.net
+A Ruby wrapper for the webthumb API from http://webthumb.bluga.net and a generator
+for the easythumb API
 
 = dependencies
  - tzinfo:http://tzinfo.rubyforge.org (install: sudo gem install tzinfo)
@@ -44,3 +45,10 @@ wt.job_status(JOB_ID)
 
 # check the status of your account
 wt.status
+
+
+# generate a Easythumb URL
+et = Easythumb.new('YOUR_API_KEY', 'YOUR_USER_ID')
+# This returns an URL which you can directly use in your webpage
+et.build_url(:url =&gt; 'http://simplificator.com', :size =&gt; :large, :cache =&gt; 1)
+</diff>
      <filename>README</filename>
    </modified>
    <modified>
      <diff>@@ -1,2 +1 @@
 require 'rwebthumb'
-puts &quot;****&quot;</diff>
      <filename>init.rb</filename>
    </modified>
    <modified>
      <diff>@@ -1,4 +1,5 @@
 require 'tzinfo'
 require 'rwebthumb/base'
 require 'rwebthumb/job'
-require 'rwebthumb/webthumb'
\ No newline at end of file
+require 'rwebthumb/webthumb'
+require 'rwebthumb/easythumb'
\ No newline at end of file</diff>
      <filename>lib/rwebthumb.rb</filename>
    </modified>
    <modified>
      <diff>@@ -18,7 +18,7 @@ module Simplificator
       #  api_key: the Webthumb api key, not nil and not blank
       #  
       def initialize(api_key, api_endpoint = 'http://webthumb.bluga.net/api.php')
-        raise WebthumbException.new('Need an noot nil and not blank api_key') if api_key == nil || api_key == ''
+        raise WebthumbException.new('Need an not nil and not blank api_key') if api_key == nil || api_key == ''
         @api_key = api_key
         @api_endpoint = api_endpoint
         @api_uri = URI.parse(@api_endpoint)</diff>
      <filename>lib/rwebthumb/base.rb</filename>
    </modified>
    <modified>
      <diff>@@ -1,7 +1,7 @@
 Gem::Specification.new do |s|
   s.name = %q{rwebthumb}
-  s.version = &quot;0.0.6&quot;
-  s.date = %q{2008-07-10}
+  s.version = &quot;0.1.0&quot;
+  s.date = %q{2008-08-05}
   s.authors = [&quot;Simplificator GmbH&quot;]
   s.email = %q{info@simplificator.com}
   s.summary = %q{rwebthumb provides a ruby interface for the webthumb.bluga.net}</diff>
      <filename>rwebthumb.gemspec</filename>
    </modified>
  </modified>
  <removed type="array">
    <removed>
      <filename>rwebthumb-0.0.5.gem</filename>
    </removed>
  </removed>
  <parents type="array">
    <parent>
      <id>b4b49cdc3aba4b1b973da6424997c9d491833225</id>
    </parent>
  </parents>
  <author>
    <name>pascalbetz</name>
    <email>pascal.betz@simplificator.com</email>
  </author>
  <url>http://github.com/simplificator/rwebthumb/commit/623831bb64a0f752ebadf240920febb80934b13e</url>
  <id>623831bb64a0f752ebadf240920febb80934b13e</id>
  <committed-date>2008-08-05T01:00:24-07:00</committed-date>
  <authored-date>2008-08-05T01:00:24-07:00</authored-date>
  <message>added easythumb support</message>
  <tree>04571eea750ee6667d8b1699acf5f2d6cf4561fa</tree>
  <committer>
    <name>pascalbetz</name>
    <email>pascal.betz@simplificator.com</email>
  </committer>
</commit>
