<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,3 +1,4 @@
 .DS_Store
 .git
 .svn
+config/unfuddle.yml
\ No newline at end of file</diff>
      <filename>.gitignore</filename>
    </modified>
    <modified>
      <diff>@@ -1,26 +1,27 @@
 # Author: Tim Matheson
 # Website: http://www.timmatheson.com
 
-module Unfuddle      
-  def self.config_path
-    &quot;config/unfuddle.yml&quot;
-  end
+module Unfuddle 
 
-  def self.env
-    defined?(RAILS_ENV) ? RAILS_ENV : &quot;test&quot;
-  end
+    def self.config_path
+      &quot;config/unfuddle.yml&quot;
+    end
+
+    def self.env
+      defined?(RAILS_ENV) ? RAILS_ENV : &quot;test&quot;
+    end
 
-  def self.config 
-    if File.exists?(config_path)
-      return YAML.load_file(config_path)[&quot;#{env}&quot;]
-    else
-      raise Exception, &quot;Missing #{config_path} yaml file.&quot;
+    def self.config 
+      if File.exists?(config_path)
+        return YAML.load_file(config_path)[&quot;#{env}&quot;]
+      else
+        raise Exception, &quot;Missing #{config_path} yaml file.&quot;
+      end
     end
-  end
   
-  ActiveResource::Base.site     = config[&quot;uri&quot;]
-  ActiveResource::Base.user     = config[&quot;username&quot;]
-  ActiveResource::Base.password = config[&quot;password&quot;]
+    ActiveResource::Base.site     = config[&quot;uri&quot;]
+    ActiveResource::Base.user     = config[&quot;username&quot;]
+    ActiveResource::Base.password = config[&quot;password&quot;]
 end
 
 (Dir.entries(&quot;lib/unfuddle/&quot;) - [&quot;.&quot;,&quot;..&quot;,&quot;.git&quot;,&quot;.svn&quot;]).each{ |f| require &quot;lib/unfuddle/&quot; + f }</diff>
      <filename>lib/unfuddle.rb</filename>
    </modified>
    <modified>
      <diff>@@ -1,6 +1,5 @@
 module Unfuddle
-  class Project &lt; ActiveResource::Base
-    
+  class Project &lt; ActiveResource::Base    
     def tickets
       Ticket.find(:all, :from =&gt; &quot;/projects/#{id}/tickets&quot;)
     end</diff>
      <filename>lib/unfuddle/project.rb</filename>
    </modified>
  </modified>
  <removed type="array">
    <removed>
      <filename>config/unfuddle.yml</filename>
    </removed>
  </removed>
  <parents type="array">
    <parent>
      <id>0ed997938a426d36a5e56ef1bfa3813afe7a0314</id>
    </parent>
  </parents>
  <author>
    <name>Tim Matheson</name>
    <email>me@tim-mathesons-macbook.local</email>
  </author>
  <url>http://github.com/timmatheson/Unfuddle/commit/f488e5ebc902fa40542f144603a8ab0021671127</url>
  <id>f488e5ebc902fa40542f144603a8ab0021671127</id>
  <committed-date>2009-10-11T10:56:37-07:00</committed-date>
  <authored-date>2009-10-11T10:56:37-07:00</authored-date>
  <message>adding config/unfuddle.yml to .gitignore file, fixing the tests, make credentials available from the module to all classes</message>
  <tree>5c14a105cc88fbc230c8a2647cb38078b32d8a1a</tree>
  <committer>
    <name>Tim Matheson</name>
    <email>me@tim-mathesons-macbook.local</email>
  </committer>
</commit>
