<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,3 +1,8 @@
+0.1.6 (September 15, 2009)
+
+* force compiling in 32 bit to work under Snow Leopard
+
+
 0.1.5 (July 28, 2009)
 
 * fixing saving export settings - closes #8</diff>
      <filename>CHANGELOG</filename>
    </modified>
    <modified>
      <diff>@@ -15,6 +15,15 @@ And then load it in your project:
   require 'rmov'
 
 
+== 32 vs 64 Bit
+
+Snow Leopard introduces a push towards 64 bit, and by default Ruby will run in 64 bit. Unfortunately the QuickTime C API will not be moving to 64 bit (see http://arstechnica.com/apple/reviews/2009/08/mac-os-x-10-6.ars/6 ). Therefore RMov 0.1.6 and later will always be installed under 32 bit.
+
+This means You will not be able to use this gem while running the default 64 bit Ruby. Instead you will need to run Ruby in 32 bit mode. You can do so with this command.
+
+  arch -i386 ruby path/to/script.rb
+
+
 == Usage
 
 There are many methods for editing, compositing, and exporting movies. Here are some examples.</diff>
      <filename>README.rdoc</filename>
    </modified>
    <modified>
      <diff>@@ -2,7 +2,7 @@ require 'rubygems'
 require 'rake'
 require 'echoe'
 
-Echoe.new('rmov', '0.1.5') do |p|
+Echoe.new('rmov', '0.1.6') do |p|
   p.summary        = &quot;Ruby wrapper for the QuickTime C API.&quot;
   p.description    = &quot;Ruby wrapper for the QuickTime C API.&quot;
   p.url            = &quot;http://github.com/ryanb/rmov&quot;</diff>
      <filename>Rakefile</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>f24071a73ee33ab27778a0c23b3891462c2ed3be</id>
    </parent>
  </parents>
  <author>
    <name>Ryan Bates</name>
    <email>ryan@railscasts.com</email>
  </author>
  <url>http://github.com/ryanb/rmov/commit/b9ec264de18daab755418c00e31d85d333aee6f9</url>
  <id>b9ec264de18daab755418c00e31d85d333aee6f9</id>
  <committed-date>2009-09-15T14:20:23-07:00</committed-date>
  <authored-date>2009-09-15T14:20:23-07:00</authored-date>
  <message>releasing 0.1.6</message>
  <tree>ced4e097b28494b088b6a6972c1080c6633dee5e</tree>
  <committer>
    <name>Ryan Bates</name>
    <email>ryan@railscasts.com</email>
  </committer>
</commit>
