<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -7,6 +7,13 @@ GEM_NAME = 'freshtrack' # what ppl will type to install your gem
 RUBYFORGE_PROJECT = 'yomendel' # The unix name for your project
 HOMEPATH = &quot;http://#{RUBYFORGE_PROJECT}.rubyforge.org&quot;
 DOWNLOAD_PATH = &quot;http://rubyforge.org/projects/#{RUBYFORGE_PROJECT}&quot;
+EXTRA_DEPENDENCIES = [
+  ['freshbooks', '= 2.1']
+]    # An array of rubygem dependencies [name, version]
+EXTRA_DEV_DEPENDENCIES = [
+  ['rspec', '&gt;= 1.1.4'],
+  ['mocha', '&gt;= 0.9.1']
+]    # An array of rubygem dependencies [name, version]
 
 @config_file = &quot;~/.rubyforge/user-config.yml&quot;
 @config = nil
@@ -59,9 +66,8 @@ hoe = Hoe.new(GEM_NAME, VERS) do |p|
   
   # == Optional
   p.changes = p.paragraphs_of(&quot;History.txt&quot;, 0..1).join(&quot;\n\n&quot;)
-  p.extra_deps = [     # An array of rubygem dependencies [name, version], e.g. [ ['active_support', '&gt;= 1.3.1'] ]
-    ['freshbooks', '= 2.1']
-  ]
+  p.extra_deps = EXTRA_DEPENDENCIES
+  p.extra_dev_deps = EXTRA_DEV_DEPENDENCIES
   
   #p.spec_extras = {}    # A hash of extra values to set in the gemspec.
   </diff>
      <filename>config/hoe.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>ff14aaad3013b2351c52fe1e566212cda96b7f6d</id>
    </parent>
  </parents>
  <author>
    <name>Yossef Mendelssohn</name>
    <email>ymendel@pobox.com</email>
  </author>
  <url>http://github.com/flogic/freshtrack/commit/a724f0ec033ac839e87a3f822ebde3fd010d1350</url>
  <id>a724f0ec033ac839e87a3f822ebde3fd010d1350</id>
  <committed-date>2008-10-09T16:27:26-07:00</committed-date>
  <authored-date>2008-10-09T16:27:26-07:00</authored-date>
  <message>Updating the hoe config to specify extra dependencies and dev dependencies similarly.</message>
  <tree>81b809b310b8be98dd1af55aafe49ec8229b4d66</tree>
  <committer>
    <name>Yossef Mendelssohn</name>
    <email>ymendel@pobox.com</email>
  </committer>
</commit>
