<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,5 +1,7 @@
 spec/api_settings.yml
+coverage
 .DS_Store
 NOTES
 .yardoc
 doc
+pkg</diff>
      <filename>.gitignore</filename>
    </modified>
    <modified>
      <diff>@@ -6,6 +6,13 @@ http://norada.com/
 
 ## Usage
 
+### Installing
+  
+The gem is hosted on [Gem Cutter](http://gemcutter.org):
+
+    gem sources -a http://gemcutter.org
+    gem install solve360
+
 ### Configuration
 
 You can configure the API settings in a number of ways, but you must specify:</diff>
      <filename>README.markdown</filename>
    </modified>
    <modified>
      <diff>@@ -24,6 +24,12 @@ Spec::Rake::SpecTask.new(:spec) do |spec|
   spec.spec_opts = ['--options', 'spec/spec.opts']
 end
 
+Spec::Rake::SpecTask.new(:coverage) do |spec|
+  spec.spec_files = FileList['spec/**/*_spec.rb']
+  spec.rcov = true
+  spec.rcov_opts = ['--exclude', 'examples']
+end
+
 begin
   require &quot;yard&quot;
   YARD::Rake::YardocTask.new do |t|</diff>
      <filename>Rakefile</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>6e30eb1a4fd6c6d064610d07c8cb439831e73437</id>
    </parent>
  </parents>
  <author>
    <name>Stephen Bartholomew</name>
    <email>steve@curve21.com</email>
  </author>
  <url>http://github.com/curve21/solve360/commit/2cf945b2f0cf2d2dfc29add9d893b6a5038ec345</url>
  <id>2cf945b2f0cf2d2dfc29add9d893b6a5038ec345</id>
  <committed-date>2009-10-08T13:10:42-07:00</committed-date>
  <authored-date>2009-10-08T13:10:42-07:00</authored-date>
  <message>Add install instructions, added rcov task</message>
  <tree>303ae6d0ec95253b90e7755ea724a8d745e45db2</tree>
  <committer>
    <name>Stephen Bartholomew</name>
    <email>steve@curve21.com</email>
  </committer>
</commit>
