<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,4 +1,4 @@
-Copyright (c) 2008 FIXME full name
+Copyright (c) 2008 Yossef Mendelssohn
 
 Permission is hereby granted, free of charge, to any person obtaining
 a copy of this software and associated documentation files (the</diff>
      <filename>License.txt</filename>
    </modified>
    <modified>
      <diff>@@ -1,10 +1,10 @@
 require 'freshtrack/version'
 
-AUTHOR = 'FIXME full name'  # can also be an array of Authors
-EMAIL = &quot;ymendel@pobox.com&quot;
+AUTHOR = 'Yossef Mendelssohn'  # can also be an array of Authors
+EMAIL = 'ymendel@pobox.com'
 DESCRIPTION = &quot;description of gem&quot;
 GEM_NAME = 'freshtrack' # what ppl will type to install your gem
-RUBYFORGE_PROJECT = 'freshtrack' # The unix name for your project
+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;
 
@@ -59,7 +59,9 @@ 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'] ]
+  p.extra_deps = [     # An array of rubygem dependencies [name, version], e.g. [ ['active_support', '&gt;= 1.3.1'] ]
+    ['freshbooks', '&gt;= 1.0.0']
+  ]
   
   #p.spec_extras = {}    # A hash of extra values to set in the gemspec.
   </diff>
      <filename>config/hoe.rb</filename>
    </modified>
    <modified>
      <diff>@@ -1 +1,3 @@
---colour
\ No newline at end of file
+--color
+--loadby
+mtime</diff>
      <filename>spec/spec.opts</filename>
    </modified>
    <modified>
      <diff>@@ -4,4 +4,21 @@ rescue LoadError
   require 'rubygems'
   gem 'rspec'
   require 'spec'
-end
\ No newline at end of file
+end
+
+# this is my favorite way to require ever
+begin
+  require 'mocha'
+rescue LoadError
+  require 'rubygems'
+  gem 'mocha'
+  require 'mocha'
+end
+
+Spec::Runner.configure do |config|
+  config.mock_with :mocha
+end
+
+$:.unshift File.join(File.dirname(__FILE__), *%w[.. lib])
+
+require 'freshtrack'</diff>
      <filename>spec/spec_helper.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>0090d8f2832d2db4b753ac9f7d63af77a782f7cb</id>
    </parent>
  </parents>
  <author>
    <name>Yossef Mendelssohn</name>
    <email>ymendel@pobox.com</email>
  </author>
  <url>http://github.com/flogic/freshtrack/commit/6a37842d13adb596d8ad434c121b23384ec0fdd7</url>
  <id>6a37842d13adb596d8ad434c121b23384ec0fdd7</id>
  <committed-date>2008-01-29T18:14:30-08:00</committed-date>
  <authored-date>2008-01-29T18:14:30-08:00</authored-date>
  <message>Filling in my name a few times, setting up rspec with mocha. General setup.</message>
  <tree>01a6d9bcfdcf55bcc679a34c14d3822a545e32c9</tree>
  <committer>
    <name>Yossef Mendelssohn</name>
    <email>ymendel@pobox.com</email>
  </committer>
</commit>
