<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,3 +1,7 @@
+0.7.2 =&gt; 02/09/2008:    Fix several Windows and POSIX compilation problems.
+                        Make GCC compile the code without any warnings.
+                        Make RDoc not be so talkative during gem installation.
+
 0.7.1 =&gt; 31/08/2008:    Change to gemspec creation and fix posix compilation.
 
 0.7.0 =&gt; 03/07/2008:    Major Code Cleanup</diff>
      <filename>CHANGELOG</filename>
    </modified>
    <modified>
      <diff>@@ -12,7 +12,7 @@ and Borland's C++ compilers.
 -- Installation --
 
 This gem is hosted at GitHub. Before you can install this, or any other GitHub gem you must
-add it as a repository:
+add it as a gem source:
   gem sources -a http://gems.github.com
 
 Then you can install the gem as normal:</diff>
      <filename>README</filename>
    </modified>
    <modified>
      <diff>@@ -1,6 +1,6 @@
 SPEC = Gem::Specification.new do |s|
   s.name = 'serialport'
-  s.version = '0.7.1'
+  s.version = '0.7.2'
   s.summary  = 'Library for using RS-232 serial ports.'
   s.description = 'SerialPort is a Ruby library that provides a class for using RS-232 serial ports.'
   s.files = [ 'CHANGELOG',</diff>
      <filename>serialport.gemspec</filename>
    </modified>
    <modified>
      <diff>@@ -2,6 +2,7 @@
  * Guillaume Pierronnet &lt;moumar@netcourrier.com&gt;
  * Alan Stern &lt;stern@rowland.harvard.edu&gt;
  * Daniel E. Shipton &lt;dshipton@redshiptechnologies.com&gt;
+ * Tobin Richard &lt;tobin.richard@gmail.com&gt;
  *
  * This code is hereby licensed for public consumption under either the
  * GNU GPL v2 or greater.
@@ -19,7 +20,7 @@
 #ifndef _RUBY_SERIAL_PORT_H_
 #define _RUBY_SERIAL_PORT_H_
 
-#define RUBY_SERIAL_PORT_VERSION   &quot;0.7.0&quot;
+#define RUBY_SERIAL_PORT_VERSION   &quot;0.7.2&quot;
 
 #include &lt;ruby.h&gt;    /* ruby inclusion */
 #include &lt;rubyio.h&gt;  /* ruby io inclusion */</diff>
      <filename>src/serialport.h</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>68ca823c0089d67865a1d2c51d59edc34ee84fa8</id>
    </parent>
  </parents>
  <author>
    <name>toholio</name>
    <email>tobin.richard@gmail.com</email>
  </author>
  <url>http://github.com/toholio/ruby-serialport/commit/611964448b8bec95b29733b355d926a2f24a451b</url>
  <id>611964448b8bec95b29733b355d926a2f24a451b</id>
  <committed-date>2008-09-02T05:45:08-07:00</committed-date>
  <authored-date>2008-09-02T05:45:08-07:00</authored-date>
  <message>Release version 0.7.2.

Updated gemspec and documentation to 0.7.2.</message>
  <tree>7ff77217ab1435f5af840df8591223bd666ac591</tree>
  <committer>
    <name>toholio</name>
    <email>tobin.richard@gmail.com</email>
  </committer>
</commit>
