<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -36,6 +36,12 @@ class MSpecScript
   # An ordered list of the directories containing specs to run
   set :files, get(:language) + get(:core) + get(:library)
 
-  # The default implementation to run the specs.
+  # Optional library specs
+  set :ffi, 'optional/ffi'
+
+  # A list of _all_ optional library specs
+  set :optional, [get(:ffi)]
+
+  # The default implementation to run the specs
   set :target, 'ruby'
 end</diff>
      <filename>ruby.1.8.mspec</filename>
    </modified>
    <modified>
      <diff>@@ -55,6 +55,12 @@ class MSpecScript
   # This set of files is run by mspec ci
   set :ci_files, get(:files)
 
+  # Optional library specs
+  set :ffi, 'optional/ffi'
+
+  # A list of _all_ optional library specs
+  set :optional, [get(:ffi)]
+
   # The default implementation to run the specs.
   # TODO: this needs to be more sophisticated since the
   # executable is not consistently named.</diff>
      <filename>ruby.1.9.mspec</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>29713bf50ec748456467d71797f513b8455937b2</id>
    </parent>
  </parents>
  <author>
    <name>Eloy Duran</name>
    <email>eloy.de.enige@gmail.com</email>
  </author>
  <url>http://github.com/rubyspec/rubyspec/commit/1ee7bbd0adc72c058c505a77add9309add406ff3</url>
  <id>1ee7bbd0adc72c058c505a77add9309add406ff3</id>
  <committed-date>2009-06-10T11:00:13-07:00</committed-date>
  <authored-date>2009-06-10T10:58:30-07:00</authored-date>
  <message>Added :ffi and :optional (which at some point could contain more optional libraries) to both ruby.1.x.mspec scripts.</message>
  <tree>fb684caf8b258d6b1966f30cbe7fa5bb9e3ffc95</tree>
  <committer>
    <name>Eloy Duran</name>
    <email>eloy.de.enige@gmail.com</email>
  </committer>
</commit>
