<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>CHANGELOG</filename>
    </added>
    <added>
      <filename>Manifest</filename>
    </added>
    <added>
      <filename>README</filename>
    </added>
    <added>
      <filename>noaa.gemspec</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -1,3 +1,4 @@
 *.swp
 /pkg
 /doc
+/coverage</diff>
      <filename>.gitignore</filename>
    </modified>
    <modified>
      <diff>@@ -2,23 +2,29 @@
 
 ENV['RUBYOPT'] = '-W1'
 
+require 'ftools'
 require 'rubygems'
-require 'hoe'
+gem 'echoe', '~&gt;3.0'
+require 'echoe'
 require './lib/noaa.rb'
 
-Hoe.new('noaa', NOAA::VERSION) do |p|
+Echoe.new('noaa', NOAA::VERSION) do |p|
   p.name = 'noaa'
   p.author = 'Mat Brown'
   p.description = 'Ruby API for National Oceanic and Atmospheric Administration weather data'
   p.email = 'mat@patch.com'
   p.url = 'http://github.com/outoftime/noaa'
-  p.post_install_message = &quot;Be sure to update the weather station list:\n\n\tnoaa-update-stations\n\nThis can be run at any time to update the stations, but you must run it once to initially populate the station list.&quot;
-  p.extra_deps = [Gem::Dependency.new('libxml-ruby', '&gt;= 0.9.7'),
-                  Gem::Dependency.new('andre-geokit', '&gt;= 1.2.0')]
-  p.extra_dev_deps = [Gem::Dependency.new('jeremymcanally-context', '&gt;= 0.0.6'),
-                      Gem::Dependency.new('jeremymcanally-matchy', '&gt;= 0.0.1'),
-                      Gem::Dependency.new('ruby-debug', '~&gt; 0.10')]
-  p.developer('Mat Brown', 'mat@patch.com')
+  p.install_message = &quot;Be sure to update the weather station list:\n\n\tnoaa-update-stations\n\nThis can be run at any time to update the stations, but you must run it once to initially populate the station list.&quot;
+  p.runtime_dependencies = [Gem::Dependency.new('libxml-ruby', '&gt;= 0.9.7'),
+                            Gem::Dependency.new('andre-geokit', '&gt;= 1.2.0')]
+  p.development_dependencies = [Gem::Dependency.new('jeremymcanally-context', '&gt;= 0.0.6'),
+                                Gem::Dependency.new('jeremymcanally-matchy', '&gt;= 0.0.1'),
+                                Gem::Dependency.new('ruby-debug', '~&gt; 0.10')]
+end
+
+desc 'Create gemspec and copy it into project root'
+task :gemspec =&gt; :package do
+  File.copy(File.join(File.dirname(__FILE__), 'pkg', &quot;noaa-#{NOAA::VERSION}&quot;, 'noaa.gemspec'), File.join(File.dirname(__FILE__), 'noaa.gemspec'))
 end
 
 # vim: syntax=Ruby</diff>
      <filename>Rakefile</filename>
    </modified>
  </modified>
  <removed type="array">
    <removed>
      <filename>History.txt</filename>
    </removed>
    <removed>
      <filename>Manifest.txt</filename>
    </removed>
    <removed>
      <filename>README.txt</filename>
    </removed>
  </removed>
  <parents type="array">
    <parent>
      <id>b4e0a8b8c96958574b7a14d9889b3eca593c0156</id>
    </parent>
  </parents>
  <author>
    <name>Mat Brown</name>
    <email>mat@patch.com</email>
  </author>
  <url>http://github.com/outoftime/noaa/commit/6082f2f3be61661796b323e1af321774d72c0dc4</url>
  <id>6082f2f3be61661796b323e1af321774d72c0dc4</id>
  <committed-date>2008-12-26T14:51:32-08:00</committed-date>
  <authored-date>2008-12-26T14:51:32-08:00</authored-date>
  <message>Use echoe instead of hoe; create gemspec</message>
  <tree>00470a8d4661b7ea48188351aa4728e409d14b9b</tree>
  <committer>
    <name>Mat Brown</name>
    <email>mat@patch.com</email>
  </committer>
</commit>
