<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>gravtastic.gemspec</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -1,4 +1,4 @@
-Copyright (c) 2008 YOUR NAME
+Copyright (c) 2008 Chris Lloyd
 
 Permission is hereby granted, free of charge, to any person obtaining
 a copy of this software and associated documentation files (the</diff>
      <filename>LICENSE</filename>
    </modified>
    <modified>
      <diff>@@ -28,7 +28,7 @@ spec = Gem::Specification.new do |s|
   
   s.require_path = 'lib'
   s.autorequire = GEM
-  s.files = %w(LICENSE README Rakefile) + Dir.glob(&quot;{lib,specs}/**/*&quot;)
+  s.files = %w(LICENSE README Rakefile) + Dir.glob(&quot;{lib,spec}/**/*&quot;)
 end
 
 Rake::GemPackageTask.new(spec) do |pkg|
@@ -40,6 +40,7 @@ task :specs =&gt; :spec
 
 desc &quot;Run all examples&quot;
 Spec::Rake::SpecTask.new('spec') do |t|
+  t.spec_opts = ['--color']
   t.spec_files = FileList['spec/**/*.rb']
 end
 </diff>
      <filename>Rakefile</filename>
    </modified>
    <modified>
      <diff>@@ -1,6 +1,6 @@
 require File.dirname(__FILE__) + '/../spec_helper.rb'
 require 'erb'
-require 'active_support'
+# require 'active_support'
 
 include Gravtastic::Helpers, ERB::Util
 </diff>
      <filename>spec/gravtastic/helper_spec.rb</filename>
    </modified>
    <modified>
      <diff>@@ -1,2 +1,4 @@
 $TESTING=true
 $:.push File.join(File.dirname(__FILE__), '..', 'lib')
+
+require 'gravtastic'</diff>
      <filename>spec/spec_helper.rb</filename>
    </modified>
  </modified>
  <removed type="array">
    <removed>
      <filename>lib/gravtastic/version.rb</filename>
    </removed>
    <removed>
      <filename>script/destroy</filename>
    </removed>
    <removed>
      <filename>script/generate</filename>
    </removed>
    <removed>
      <filename>spec/gravtastic/version_spec.rb</filename>
    </removed>
    <removed>
      <filename>spec/spec.opts</filename>
    </removed>
  </removed>
  <parents type="array">
    <parent>
      <id>51cfdf39e0bda8e759701b7048b862be84ca3fd2</id>
    </parent>
  </parents>
  <author>
    <name>Chris Lloyd</name>
    <email>christopher.lloyd@gmail.com</email>
  </author>
  <url>http://github.com/chrislloyd/gravtastic/commit/5eebac7f327145e5cabd650b68c0ccce2b2518c0</url>
  <id>5eebac7f327145e5cabd650b68c0ccce2b2518c0</id>
  <committed-date>2008-06-08T17:36:03-07:00</committed-date>
  <authored-date>2008-06-08T17:36:03-07:00</authored-date>
  <message>More newgem cleanup.

* Added name to LICENSE
* Generated valid Gemspec
* Removed Gravtastic::VERSION
* Removed generators
* Removed spec/spec.opts
* Specs now run correctly (they don't pass though)</message>
  <tree>bd02e7c90182c4f21ea13278f5eb21de5dbce688</tree>
  <committer>
    <name>Chris Lloyd</name>
    <email>christopher.lloyd@gmail.com</email>
  </committer>
</commit>
