<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -101,6 +101,11 @@ git
 # Example:
 # svn
 
+# Need a command not supplied (yet!) by suprails? 
+# You can extend it by using runcommand
+# Example:
+# runcommand capify
+
 # Oh yeah, you can use plugins, too. Except, to prevent confusion with real
 #   rails plugins, we call them facets for suprails. They should be installed at:
 #     ~/.suprails/facets</diff>
      <filename>.suprails.example</filename>
    </modified>
    <modified>
      <diff>@@ -67,9 +67,11 @@ Now, run suprails instead of rails:
 
 $ suprails AppName
 
-Bugs
+History/Bugs
 ====
 
+0.1.1 - Added the runcommand verb
+
 0.1 - The DB commands do not yet work. You have to just use the file command
       instead.
 </diff>
      <filename>README</filename>
    </modified>
    <modified>
      <diff>@@ -155,4 +155,16 @@ class Runner
   def svn
     `cd #{Runner.app_name}; svnadmin create`
   end
+  
+  def runcommand *opts
+    cmd = opts.shift
+    if opts.length
+      args = ''
+      opts.each {|x| args += &quot; #{x}&quot;}
+      `cd #{Runner.app_name}; #{cmd} #{args}`
+    else
+      `cd #{Runner.app_name}; #{cmd}`
+    end
+  end
+  
 end</diff>
      <filename>lib/runner.rb</filename>
    </modified>
    <modified>
      <diff>@@ -1,6 +1,6 @@
 Gem::Specification.new do |s|
   s.name = &quot;suprails&quot;
-  s.version = &quot;0.1&quot;
+  s.version = &quot;0.1.1&quot;
   s.date = &quot;2008-10-18&quot;
   s.authors = [&quot;Bradley Grzesiak&quot;]
   s.email = &quot;listrophy@gmail.com&quot;</diff>
      <filename>suprails.gemspec</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>5a85cff381a2cd8fecd68be1326b6c52a2e4e26d</id>
    </parent>
  </parents>
  <author>
    <name>Mike Gunderloy</name>
    <email>MikeG1@larkfarm.com</email>
  </author>
  <url>http://github.com/ffmike/suprails/commit/0a175fe6eeaefc44fa63a39525e65b816bd24cd7</url>
  <id>0a175fe6eeaefc44fa63a39525e65b816bd24cd7</id>
  <committed-date>2008-11-02T05:17:39-08:00</committed-date>
  <authored-date>2008-11-02T05:17:39-08:00</authored-date>
  <message>Added runcommand verb</message>
  <tree>c07566f9f510bf92ef10d63012eebd8a2605ea9f</tree>
  <committer>
    <name>Mike Gunderloy</name>
    <email>MikeG1@larkfarm.com</email>
  </committer>
</commit>
