<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -3,10 +3,10 @@ require 'rake'
 require 'echoe'
 require 'spec/rake/spectask'
 
-task :default =&gt; :specs
+task :default =&gt; :spec
 
 desc &quot;Run the gmoney specs&quot;
-task :specs do
+task :spec do
   Spec::Rake::SpecTask.new do |t|
     t.spec_files = FileList['spec/**/*_spec.rb']
     t.rcov = true
@@ -15,11 +15,14 @@ task :specs do
   end
 end
 
-Echoe.new('gmoney', '0.0.2') do |p|
-  p.description = &quot;A gem for interacting with the Google Finance API&quot;
-  p.url = &quot;http://github.com/jspradlin/gmoney&quot;
-  p.author = &quot;Justin Spradlin&quot;
-  p.email = &quot;jspradlin@gmail.com&quot;
-  p.ignore_pattern = [&quot;coverage/*&quot;, &quot;*~&quot;]
-  p.development_dependencies = []
+desc &quot;Run the gmoney specs&quot;
+  namespace :gemify do
+  Echoe.new('gmoney', '0.0.2') do |p|
+    p.description = &quot;A gem for interacting with the Google Finance API&quot;
+    p.url = &quot;http://github.com/jspradlin/gmoney&quot;
+    p.author = &quot;Justin Spradlin&quot;
+    p.email = &quot;jspradlin@gmail.com&quot;
+    p.ignore_pattern = [&quot;coverage/*&quot;, &quot;*~&quot;]
+    p.development_dependencies = []
+  end
 end</diff>
      <filename>Rakefile</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>e99da922374a75a9c7eddbc17f5ffe7bbf82469f</id>
    </parent>
  </parents>
  <author>
    <name>jspradlin</name>
    <email>jspradlin@gmail.com</email>
  </author>
  <url>http://github.com/jspradlin/gmoney/commit/7dbb4c0bbe7fd311234764e15fc9798050f9dd58</url>
  <id>7dbb4c0bbe7fd311234764e15fc9798050f9dd58</id>
  <committed-date>2009-09-16T19:45:19-07:00</committed-date>
  <authored-date>2009-09-16T19:45:19-07:00</authored-date>
  <message>Added a namespace to the rake file for creating gems.</message>
  <tree>000b46485efa1ed2d94e93c0d4a04c3cfc0c180a</tree>
  <committer>
    <name>jspradlin</name>
    <email>jspradlin@gmail.com</email>
  </committer>
</commit>
