<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -2874,7 +2874,7 @@ static VALUE connection_indexes(VALUE self)
 
 static VALUE connection_rkeyword(VALUE self, VALUE word)
 {
-    return IsAToken(RSTRING(word)-&gt;ptr) ? Qtrue :Qfalse;
+    return IsAToken(RSTRING_PTR(word)) ? Qtrue :Qfalse;
 }
 
 /* call-seq:</diff>
      <filename>fb.c</filename>
    </modified>
    <modified>
      <diff>@@ -3,7 +3,7 @@ require 'rubygems'
 
 spec = Gem::Specification.new do |s|
   s.name = &quot;fb&quot;
-  s.version = &quot;0.5.9.1&quot;
+  s.version = &quot;0.6&quot;
   s.date = &quot;2009-05-03&quot;
   s.summary = &quot;Firebird and Interbase driver&quot;
   s.requirements = &quot;Firebird client library fbclient.dll&quot;
@@ -15,7 +15,7 @@ spec = Gem::Specification.new do |s|
   s.has_rdoc = true
   s.extra_rdoc_files = ['README']
   s.rdoc_options &lt;&lt; '--title' &lt;&lt; 'Fb -- Ruby Firebird Extension' &lt;&lt; '--main' &lt;&lt; 'README' &lt;&lt; '-x' &lt;&lt; 'test'
-  s.files = ['extconf.rb', 'fb.c', 'README'] + Dir.glob(&quot;test/*&quot;)
+  s.files = ['extconf.rb', 'fb.c', 'keywords.c', 'keywords.h', 'README'] + Dir.glob(&quot;test/*&quot;)
   s.platform = case PLATFORM
     when /win32/ then Gem::Platform::WIN32
   else</diff>
      <filename>fb.gemspec</filename>
    </modified>
    <modified>
      <diff>@@ -25,6 +25,8 @@
  * MOD 29-Jun-2002
  */
 
+#include &lt;strings.h&gt;
+
 struct tok {
     const char* tok_string;
     int nonReserved;</diff>
      <filename>keywords.h</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>3a4e2e4f4a715b9dd03292daacfffc18f11f7236</id>
    </parent>
  </parents>
  <author>
    <name>John W Higgins</name>
    <login>wishdev</login>
    <email>wishdev@gmail.com</email>
  </author>
  <url>http://github.com/wishdev/fb/commit/5653e58d83ba5568d6fd55cbb59918be32055e8a</url>
  <id>5653e58d83ba5568d6fd55cbb59918be32055e8a</id>
  <committed-date>2009-05-04T21:21:10-07:00</committed-date>
  <authored-date>2009-05-04T21:21:10-07:00</authored-date>
  <message>1.9 fixes</message>
  <tree>8c8b0a0460c89713cffa3e51f30705d70eca71e9</tree>
  <committer>
    <name>John W Higgins</name>
    <login>wishdev</login>
    <email>wishdev@gmail.com</email>
  </committer>
</commit>
