<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>.gitignore</filename>
    </added>
    <added>
      <filename>CHANGELOG</filename>
    </added>
    <added>
      <filename>README.rdoc</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -1,4 +1,14 @@
-require 'config/requirements'
-require 'config/hoe' # setup Hoe + all gem configuration
+require 'rubygems'
+require 'rake'
+require 'echoe'
 
-Dir['tasks/**/*.rake'].each { |rake| load rake }
\ No newline at end of file
+Echoe.new('howcast', '0.4.6') do |x|
+  x.description = &quot;Howcast API Ruby Wrapper&quot;
+  x.url = &quot;http://github.com/howcast/howcast-gem&quot;
+  x.author = &quot;Jingshen Jimmy Zhang&quot;
+  x.email = &quot;jimmy@howcast.com&quot;
+  x.ignore_pattern = [&quot;tmp/*&quot;, &quot;script/*&quot;]
+  x.development_dependencies = []
+end
+
+Dir['tasks/**/*.rake'].each { |rake| load rake }</diff>
      <filename>Rakefile</filename>
    </modified>
    <modified>
      <diff>@@ -4,6 +4,5 @@ def require_local(suffix)
   require(File.expand_path(File.join(File.dirname(__FILE__), suffix)))
 end
 
-require_local('howcast/version')
 require_local('howcast/client')
 require_local('howcast/errors')
\ No newline at end of file</diff>
      <filename>lib/howcast.rb</filename>
    </modified>
  </modified>
  <removed type="array">
    <removed>
      <filename>History.txt</filename>
    </removed>
    <removed>
      <filename>Manifest.txt</filename>
    </removed>
    <removed>
      <filename>README.markdown</filename>
    </removed>
    <removed>
      <filename>config/hoe.rb</filename>
    </removed>
    <removed>
      <filename>config/requirements.rb</filename>
    </removed>
    <removed>
      <filename>doc/classes/Howcast/ApiKeyNotFound.html</filename>
    </removed>
    <removed>
      <filename>doc/classes/Howcast/ApiNotFound.html</filename>
    </removed>
    <removed>
      <filename>doc/classes/Howcast/Client.html</filename>
    </removed>
    <removed>
      <filename>doc/classes/Howcast/Client/Category.html</filename>
    </removed>
    <removed>
      <filename>doc/classes/Howcast/Client/Video.html</filename>
    </removed>
    <removed>
      <filename>doc/classes/Howcast/Client/WatchAttrAccessors.html</filename>
    </removed>
    <removed>
      <filename>doc/created.rid</filename>
    </removed>
    <removed>
      <filename>doc/files/History_txt.html</filename>
    </removed>
    <removed>
      <filename>doc/files/License_txt.html</filename>
    </removed>
    <removed>
      <filename>doc/files/Manifest_txt.html</filename>
    </removed>
    <removed>
      <filename>doc/files/lib/howcast/client/base_rb.html</filename>
    </removed>
    <removed>
      <filename>doc/files/lib/howcast/client/category_rb.html</filename>
    </removed>
    <removed>
      <filename>doc/files/lib/howcast/client/search_rb.html</filename>
    </removed>
    <removed>
      <filename>doc/files/lib/howcast/client/video_rb.html</filename>
    </removed>
    <removed>
      <filename>doc/files/lib/howcast/client_rb.html</filename>
    </removed>
    <removed>
      <filename>doc/files/lib/howcast/errors_rb.html</filename>
    </removed>
    <removed>
      <filename>doc/files/lib/howcast/version_rb.html</filename>
    </removed>
    <removed>
      <filename>doc/files/lib/howcast_rb.html</filename>
    </removed>
    <removed>
      <filename>doc/files/website/index_txt.html</filename>
    </removed>
    <removed>
      <filename>doc/fr_class_index.html</filename>
    </removed>
    <removed>
      <filename>doc/fr_file_index.html</filename>
    </removed>
    <removed>
      <filename>doc/fr_method_index.html</filename>
    </removed>
    <removed>
      <filename>doc/index.html</filename>
    </removed>
    <removed>
      <filename>doc/rdoc-style.css</filename>
    </removed>
    <removed>
      <filename>howcast.gemspec</filename>
    </removed>
    <removed>
      <filename>lib/howcast/version.rb</filename>
    </removed>
    <removed>
      <filename>script/destroy</filename>
    </removed>
    <removed>
      <filename>script/generate</filename>
    </removed>
    <removed>
      <filename>script/txt2html</filename>
    </removed>
    <removed>
      <filename>setup.rb</filename>
    </removed>
    <removed>
      <filename>tasks/deployment.rake</filename>
    </removed>
    <removed>
      <filename>tasks/environment.rake</filename>
    </removed>
    <removed>
      <filename>tasks/rspec.rake</filename>
    </removed>
    <removed>
      <filename>tasks/website.rake</filename>
    </removed>
    <removed>
      <filename>website/index.html</filename>
    </removed>
    <removed>
      <filename>website/index.txt</filename>
    </removed>
    <removed>
      <filename>website/javascripts/rounded_corners_lite.inc.js</filename>
    </removed>
    <removed>
      <filename>website/stylesheets/screen.css</filename>
    </removed>
    <removed>
      <filename>website/template.rhtml</filename>
    </removed>
  </removed>
  <parents type="array">
    <parent>
      <id>0c74e44184c26dce8015b45b4200696bafc4292f</id>
    </parent>
  </parents>
  <author>
    <name>Jingshen Jimmy Zhang</name>
    <email>jimmy@howcast.com</email>
  </author>
  <url>http://github.com/howcast/howcast-gem/commit/af42cb011e637c75c0f7c904dee90a2e9ad65080</url>
  <id>af42cb011e637c75c0f7c904dee90a2e9ad65080</id>
  <committed-date>2009-08-19T10:51:13-07:00</committed-date>
  <authored-date>2009-08-19T10:51:13-07:00</authored-date>
  <message>move gem to github, use echoe to clean up configuration and remove dependency on hpricot</message>
  <tree>ac601807baf85e348f0e314f471a76f993ee82fb</tree>
  <committer>
    <name>Jingshen Jimmy Zhang</name>
    <email>jimmy@howcast.com</email>
  </committer>
</commit>
