<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1 +1 @@
-0.0.13
\ No newline at end of file
+0.1.0
\ No newline at end of file</diff>
      <filename>VERSION</filename>
    </modified>
    <modified>
      <diff>@@ -5,9 +5,3 @@ require &quot;main&quot;
 require &quot;yaml&quot;
 require &quot;fileutils&quot; unless defined?(FileUtils)
 require &quot;pez/base&quot;
-
-begin
-  require &quot;ruby-debug&quot;
-rescue LoadError =&gt; e
-  nil
-end</diff>
      <filename>lib/pez.rb</filename>
    </modified>
    <modified>
      <diff>@@ -1,5 +1,5 @@
 module Pez
-  VERSION = &quot;0.0.13&quot;
+  VERSION = &quot;0.1.0&quot;
   CONFIG_FILE = File.dirname(__FILE__) + '/../../templates/pez.yml'
   RAILS_VERSION_RE = /^ *ENV\[[&quot;']RAILS_ENV[&quot;']\] *\|\|= *[&quot;'](.*?)[&quot;']/sim
   
@@ -67,10 +67,12 @@ module Pez
     end
     
     def self.destination
-      if File.exists?(File.expand_path('~/.pezrc'))
+      if File.exists?('config/pez.yml')
+        c = YAML.load_file('config/pez.yml')
+      elsif File.exists?(File.expand_path('~/.pezrc'))
         c = YAML.load_file(File.expand_path('~/.pezrc'))
       else
-        c = YAML.load_file('config/pez.yml')
+        c = {}
       end
       
       File.expand_path(c[retrieve_environment] || 'tmp/plugins')
@@ -178,7 +180,7 @@ module Pez
             else
               system %(
                 cd #{dirname}
-                git checkout #{options[:branch] || 'master'}
+                git checkout -q #{options[:branch] || 'master'}
                 git pull
               )
             end</diff>
      <filename>lib/pez/base.rb</filename>
    </modified>
    <modified>
      <diff>@@ -5,11 +5,11 @@
 
 Gem::Specification.new do |s|
   s.name = %q{pez}
-  s.version = &quot;0.0.13&quot;
+  s.version = &quot;0.1.0&quot;
 
   s.required_rubygems_version = Gem::Requirement.new(&quot;&gt;= 0&quot;) if s.respond_to? :required_rubygems_version=
   s.authors = [&quot;Nando Vieira&quot;]
-  s.date = %q{2009-10-09}
+  s.date = %q{2009-10-29}
   s.default_executable = %q{pez}
   s.description = %q{Pez is a simple tool to manage plugins from Git and Subversion repositories in
 a easy way. Instead of adding plugins to the project repository, Pez </diff>
      <filename>pez.gemspec</filename>
    </modified>
  </modified>
  <removed type="array">
    <removed>
      <filename>glue.gemspec</filename>
    </removed>
  </removed>
  <parents type="array">
    <parent>
      <id>3f8f551766535ec9c45ee3ba97b8845387947101</id>
    </parent>
  </parents>
  <author>
    <name>Nando Vieira</name>
    <email>fnando.vieira@gmail.com</email>
  </author>
  <url>http://github.com/fnando/pez/commit/2044720413d9dcf066aee0a9251ab6561172aaba</url>
  <id>2044720413d9dcf066aee0a9251ab6561172aaba</id>
  <committed-date>2009-10-29T06:48:11-07:00</committed-date>
  <authored-date>2009-10-29T06:48:11-07:00</authored-date>
  <message>Switched configuration checking; `config/pez.yml` first, then `~/.pezrc`.</message>
  <tree>0b804f28a1cfd81421ae5abbd0c01dfa8958e199</tree>
  <committer>
    <name>Nando Vieira</name>
    <email>fnando.vieira@gmail.com</email>
  </committer>
</commit>
