<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>benchwarmer.gemspec</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -1,36 +1,8 @@
 require 'rubygems'
 require 'rake/gempackagetask'
+load File.join(File.dirname(__FILE__), 'benchwarmer.gemspec')
 
-GEM = &quot;benchwarmer&quot;
-VERSION = &quot;0.5&quot;
-AUTHOR = &quot;Yehuda Katz&quot;
-EMAIL = &quot;wycats@gmail.com&quot;
-HOMEPAGE = &quot;http://yehudakatz.com&quot;
-SUMMARY = &quot;A gem that provides a prettier formatting and DSL for Ruby benchmarks&quot;
-
-spec = Gem::Specification.new do |s|
-  s.name = GEM
-  s.version = VERSION
-  s.platform = Gem::Platform::RUBY
-  s.has_rdoc = true
-  s.extra_rdoc_files = [&quot;README&quot;, &quot;LICENSE&quot;]
-  s.summary = SUMMARY
-  s.description = s.summary
-  s.author = AUTHOR
-  s.email = EMAIL
-  s.homepage = HOMEPAGE
-  
-  # Uncomment this to add a dependency
-  # s.add_dependency &quot;foo&quot;
-  
-  s.require_path = 'lib'
-  s.autorequire = GEM
-  s.files = %w(LICENSE README Rakefile) + Dir.glob(&quot;{lib}/**/*&quot;)
-end
-
-Rake::GemPackageTask.new(spec) do |pkg|
-  pkg.gem_spec = spec
-end
+Rake::GemPackageTask.new(GEMSPEC).define
 
 task :install =&gt; [:package] do
   sh %{sudo gem install pkg/#{GEM}-#{VERSION}}</diff>
      <filename>Rakefile</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>36ef1fa09a410ec866df2754b17684b1f13cf6f1</id>
    </parent>
  </parents>
  <author>
    <name>Nathan Weizenbaum</name>
    <email>nex342@gmail.com</email>
  </author>
  <url>http://github.com/wycats/benchwarmer/commit/588f7726dd513946eaf150dc1ba5aad8a44054dc</url>
  <id>588f7726dd513946eaf150dc1ba5aad8a44054dc</id>
  <committed-date>2008-05-05T17:19:11-07:00</committed-date>
  <authored-date>2008-05-05T17:19:11-07:00</authored-date>
  <message>Move the gemspec out to its own file for GitHub integration.</message>
  <tree>b5bd4c91546e9ab425094aab2e5c74a0272973d4</tree>
  <committer>
    <name>Nathan Weizenbaum</name>
    <email>nex342@gmail.com</email>
  </committer>
</commit>
