<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>examples/simple_server.rb</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -26,4 +26,10 @@ To parse EEML: call EEML::Environment#from_eeml(your_eeml_string), and you will
 get back an EEML::Environment object containing a number of EEML::Data objects.
 
 To create EEML: create an EEML::Environment object, add one or more EEML::Data
-objects to it, and call EEML::Environment#to_eeml.
\ No newline at end of file
+objects to it, and call EEML::Environment#to_eeml.
+
+== EXAMPLES
+
+The file examples/simple_server.rb contains a simple WEBrick server which serves
+an EEML document. This allows a site like Pachube (http://www.pachube.com) to
+get EEML data from your system.
\ No newline at end of file</diff>
      <filename>README</filename>
    </modified>
    <modified>
      <diff>@@ -1,7 +1,7 @@
 Gem::Specification.new do |s|
   s.name = &quot;eeml&quot;
-  s.version = &quot;0.0.1&quot;
-  s.date = &quot;2008-08-22&quot;
+  s.version = &quot;0.0.2&quot;
+  s.date = &quot;2008-08-25&quot;
   s.summary = &quot;A Ruby wrapper around the Extended Environments Markup Language&quot;
   s.email = &quot;james@floppy.org.uk&quot;
   s.homepage = &quot;http://github.com/Floppy/eeml-ruby&quot;
@@ -9,4 +9,5 @@ Gem::Specification.new do |s|
   s.authors = [&quot;James Smith&quot;]
   s.files = [&quot;README&quot;, &quot;COPYING&quot;]
   s.files += [&quot;lib/eeml.rb&quot;, &quot;lib/eeml/environment.rb&quot;, &quot;lib/eeml/data.rb&quot;, &quot;lib/eeml/exceptions.rb&quot;]
+  s.files += [&quot;examples/simple_server.rb&quot;]
 end
\ No newline at end of file</diff>
      <filename>eeml-ruby.gemspec</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>593da46cb3685da8b846a0dcabf82f4174215e0f</id>
    </parent>
  </parents>
  <author>
    <name>James Smith</name>
    <email>james@floppy.org.uk</email>
  </author>
  <url>http://github.com/Floppy/eeml-ruby/commit/3fd310ff6c8fb97c82022a1e8a7f14e1414e1096</url>
  <id>3fd310ff6c8fb97c82022a1e8a7f14e1414e1096</id>
  <committed-date>2008-08-25T14:12:44-07:00</committed-date>
  <authored-date>2008-08-25T14:12:44-07:00</authored-date>
  <message>added simple server example which uses WEBrick to serve EEML data</message>
  <tree>1355290b58f069011752d2f78cc53cb36088b5f2</tree>
  <committer>
    <name>James Smith</name>
    <email>james@floppy.org.uk</email>
  </committer>
</commit>
