<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -8,3 +8,5 @@ db/schema.rb
 public/system
 public/coverage
 public/features_rcov
+*~
+passwords.txt
\ No newline at end of file</diff>
      <filename>.gitignore</filename>
    </modified>
    <modified>
      <diff>@@ -1,14 +1,14 @@
 RAILS_GEM_VERSION = '2.3.2' unless defined? RAILS_GEM_VERSION
 
 require File.join(File.dirname(__FILE__), 'boot')
-require 'yaml' 
+require 'yaml'
 
 config_file_path = File.join(RAILS_ROOT, *%w(config settings.yml))
 if File.exist?(config_file_path)
   config = YAML.load_file(config_file_path)
   APP_CONFIG = config.has_key?(RAILS_ENV) ? config[RAILS_ENV] : {}
 else
-  puts &quot;WARNING: configuration file #{config_file_path} not found.&quot; 
+  puts &quot;WARNING: configuration file #{config_file_path} not found.&quot;
   APP_CONFIG = {}
 end
 
@@ -20,10 +20,11 @@ Rails::Initializer.run do |config|
   config.gem 'thoughtbot-factory_girl', :lib =&gt; 'factory_girl', :source =&gt; 'http://gems.github.com'
   config.gem &quot;rubyist-aasm&quot;, :lib =&gt; &quot;aasm&quot;, :version =&gt; '&gt;=2.0.5', :source =&gt; 'http://gems.github.com'
   config.gem 'mislav-will_paginate', :lib =&gt; 'will_paginate', :version =&gt; '&gt;=2.3.7', :source =&gt; 'http://gems.github.com/'
-  config.gem &quot;rspec-rails&quot;, :lib =&gt; false, :version =&gt; &quot;= 1.2.2&quot;
   config.gem &quot;cucumber&quot;, :lib =&gt; false, :version =&gt; &quot;= 0.1.16&quot;
+  config.gem &quot;rspec-rails&quot;, :lib =&gt; false, :version =&gt; &quot;= 1.2.2&quot;
   config.gem &quot;webrat&quot;, :lib =&gt; false, :version =&gt; &quot;= 0.4.4&quot;
   config.gem &quot;money&quot;, :version =&gt; &quot;&gt;=2.1.3&quot;
+  config.gem 'mbleigh-subdomain-fu', :source =&gt; &quot;http://gems.github.com/&quot;, :lib =&gt; &quot;subdomain-fu&quot;
 
   config.time_zone = 'UTC'
 
@@ -38,8 +39,8 @@ end
 # use this domain for cookies so switching networks doesn't drop cookies
 ActionController::Base.session_options[:domain] = DEFAULT_HOST
 
-# These are the sizes of the domain (i.e. 0 for localhost, 1 for something.com)  
-# for each of your environments  
+# These are the sizes of the domain (i.e. 0 for localhost, 1 for something.com)
+# for each of your environments
 SubdomainFu.tld_sizes = { :development =&gt; 1,
                           :test =&gt; 1,
                           :staging =&gt; 2,
@@ -51,3 +52,4 @@ SubdomainFu.mirrors = %w(www spotus)
 # This is the &quot;preferred mirror&quot; if you would rather show this subdomain
 # in the URL than no subdomain at all.
 # SubdomainFu.preferred_mirror = &quot;www&quot;
+</diff>
      <filename>config/environment.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>f585f85fd661d2588836460b562ee51014249807</id>
    </parent>
  </parents>
  <author>
    <name>Andr&#233;s Mej&#237;a-Posada</name>
    <email>andmej@gmail.com</email>
  </author>
  <url>http://github.com/andmej/spot-us/commit/3f596fa77b031fe5f4af00245e226292b19c13d6</url>
  <id>3f596fa77b031fe5f4af00245e226292b19c13d6</id>
  <committed-date>2009-10-31T16:04:40-07:00</committed-date>
  <authored-date>2009-10-31T16:04:40-07:00</authored-date>
  <message>Updating environment.rb and .gitignore</message>
  <tree>0e12162c61255e299c4cb65b7ad4f15f6771b06d</tree>
  <committer>
    <name>Andr&#233;s Mej&#237;a-Posada</name>
    <email>andmej@gmail.com</email>
  </committer>
</commit>
