<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -48,12 +48,12 @@ delete &quot;public/index.html&quot;
 gpl
 git
 haml
-save
+save # saves a copy of the configfile into rails app
 
 Installation
 ============
 
-$ sudo gem install listrophy-suprails --source http://gems.github.com
+$ sudo gem install suprails
 
 Execution
 ============
@@ -76,6 +76,10 @@ History/Bugs
 
 gems.config currently only accepts one arg.
 
+0.2.1 - Added ability to specify a particular config file when running suprails
+        Added output for all commands
+        Updated help text when suprails is run without args (after 1st time)
+
 0.1.3 - Added the save command and extended the file command
 
 0.1.2 - Changed runcommand to runinside</diff>
      <filename>README</filename>
    </modified>
    <modified>
      <diff>@@ -3,8 +3,8 @@ require 'rake/gempackagetask'
 
 spec = Gem::Specification.new do |s|
   s.name = &quot;suprails&quot;
-  s.version = &quot;0.1.4&quot;
-  s.date = &quot;2008-11-24&quot;
+  s.version = &quot;0.2.1&quot;
+  s.date = &quot;2008-11-30&quot;
   s.authors = [&quot;Bradley Grzesiak&quot;]
   s.email = &quot;listrophy@gmail.com&quot;
   s.summary = 'Suprails provides a wrapper to the rails command'</diff>
      <filename>Rakefile</filename>
    </modified>
    <modified>
      <diff>@@ -1,3 +1,9 @@
+20-Nov-08
+---------
+
+Need to provide facets with access to all standard suprails commands
+- (michelangeloaltamore)
+
 13-Oct-08
 ---------
 Command list is tentatively:</diff>
      <filename>TODO</filename>
    </modified>
    <modified>
      <diff>@@ -21,7 +21,7 @@
 
 require File.dirname(__FILE__) + '/../lib/suprails'
 opts = ARGV
-SUPRAILS_VERSION = 0.1
+SUPRAILS_VERSION = &quot;0.2.1&quot;
 
 def is_setup?
   File.exists?(File.expand_path('~/.suprails'))
@@ -74,7 +74,7 @@ EOF
 else
   # If options include -v or --version, print the version and exit
   if opts.any? {|opt| %w{-v --version}.include?(opt)}
-    puts SUPRAILS_VERSION
+    puts &quot;Suprails Version: #{SUPRAILS_VERSION}&quot;
     exit
   end
   </diff>
      <filename>bin/suprails</filename>
    </modified>
    <modified>
      <diff>@@ -81,7 +81,7 @@ delete &quot;public/index.html&quot;
 # Example:
 # gpl
 
-# You can setup your database, too. Unfortunately, this is not yet implemented.
+# You can setup your database, too. Unfortunately, this is NOT YET IMPLEMENTED.
 #   Use 'file' to copy your database.yml file instead.
 # Examples:
 # db.development.adapter :sqlite3
@@ -89,6 +89,12 @@ delete &quot;public/index.html&quot;
 # db.development.timeout 5000
 # db.create
 # db.migrate
+#
+# For the time being, you can instead use db.save_yaml
+# Example:
+# db.save_yaml({ &quot;development&quot; =&gt; 
+#   {&quot;adapter&quot; =&gt; 'sqlite3', 'database' =&gt; 'db/dev.sqlite3' }
+# })
 
 # Rake works too
 # Example:
@@ -117,6 +123,19 @@ git
 # Example:
 # haml
 
+# If you want to create a new file from within this file (for archival
+# purposes compared to the 'file' command), use the new_file command
+# Example:
+# new_file '.gitignore', &lt;&lt;-EOF
+# log/*.log
+# tmp/**/*
+# .DS_Store
+# doc/api
+# doc/app
+# coverage
+# db/*.sqlite3
+# EOF
+
 # Finally, you can save a copy of this configuration file into your rails app's
 # doc directory with the 'save' command
 # Example:</diff>
      <filename>suprails.config.example</filename>
    </modified>
    <modified>
      <diff>@@ -2,11 +2,11 @@
 
 Gem::Specification.new do |s|
   s.name = %q{suprails}
-  s.version = &quot;0.1.4&quot;
+  s.version = &quot;0.2.1&quot;
 
   s.required_rubygems_version = Gem::Requirement.new(&quot;&gt;= 0&quot;) if s.respond_to? :required_rubygems_version=
   s.authors = [&quot;Bradley Grzesiak&quot;]
-  s.date = %q{2008-11-24}
+  s.date = %q{2008-11-30}
   s.default_executable = %q{suprails}
   s.description = %q{This project is intended to be a replacement for the &quot;rails&quot; command. It  does not replace the rails framework but rather provides a starting point for a rails application far beyond what the &quot;rails&quot; command provides.  During execution, in fact, the suprails command calls the rails command.}
   s.email = %q{listrophy@gmail.com}</diff>
      <filename>suprails.gemspec</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>9f6963a650ae022972139e44792126425e7bdf29</id>
    </parent>
  </parents>
  <author>
    <name>Bradley Grzesiak</name>
    <email>listrophy@gmail.com</email>
  </author>
  <url>http://github.com/listrophy/suprails/commit/62d4cfbdccec924bbc6fa85d9ace95935cb67d14</url>
  <id>62d4cfbdccec924bbc6fa85d9ace95935cb67d14</id>
  <committed-date>2008-11-30T21:43:19-08:00</committed-date>
  <authored-date>2008-11-30T21:43:19-08:00</authored-date>
  <message>version 0.2.1 (the 0.2 tag was misappropriated)</message>
  <tree>936b65963b2561dfd970e001693eb926c828308c</tree>
  <committer>
    <name>Bradley Grzesiak</name>
    <email>listrophy@gmail.com</email>
  </committer>
</commit>
