<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>LICENSE</filename>
    </added>
    <added>
      <filename>rails/init.rb</filename>
    </added>
    <added>
      <filename>test/config_test.rb</filename>
    </added>
    <added>
      <filename>test/setting_test.rb</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -1,20 +1,49 @@
-ENV['RDOCOPT'] = &quot;-S -f html -T hanna&quot;
+require 'rubygems'
+require 'rake'
 
-require &quot;rubygems&quot;
-require &quot;hoe&quot;
-require File.dirname(__FILE__) &lt;&lt; &quot;/lib/settingslogic/version&quot;
+begin
+  require 'jeweler'
+  Jeweler::Tasks.new do |gem|
+    gem.name = &quot;settingslogic&quot;
+    gem.summary = &quot;A simple and straightforward settings solution that uses an ERB enabled YAML file and a singleton design pattern.&quot;
+    gem.email = &quot;bjohnson@binarylogic.com&quot;
+    gem.homepage = &quot;http://github.com/binarylogic/settingslogic&quot;
+    gem.authors = [&quot;Ben Johnson of Binary Logic&quot;]
+    gem.rubyforge_project = &quot;settingslogic&quot;
+    gem.add_dependency &quot;activesupport&quot;
+  end
+rescue LoadError
+  puts &quot;Jeweler (or a dependency) not available. Install it with: sudo gem install jeweler&quot;
+end
 
-Hoe.new(&quot;Settingslogic&quot;, Settingslogic::Version::STRING) do |p|
-  p.name = &quot;settingslogic&quot;
-  p.author = &quot;Ben Johnson of Binary Logic&quot;
-  p.email  = 'bjohnson@binarylogic.com'
-  p.summary = &quot;A simple and straightforward settings solution that uses an ERB enabled YAML file and a singleton design pattern.&quot;
-  p.description = &quot;A simple and straightforward settings solution that uses an ERB enabled YAML file and a singleton design pattern.&quot;
-  p.url = &quot;http://github.com/binarylogic/settingslogic&quot;
-  p.history_file = &quot;CHANGELOG.rdoc&quot;
-  p.readme_file = &quot;README.rdoc&quot;
-  p.extra_rdoc_files = [&quot;CHANGELOG.rdoc&quot;, &quot;README.rdoc&quot;]
-  p.remote_rdoc_dir = ''
-  p.test_globs = [&quot;test/*/test_*.rb&quot;, &quot;test/*_test.rb&quot;, &quot;test/*/*_test.rb&quot;]
-  p.extra_deps = %w(activesupport)
-end
\ No newline at end of file
+require 'rake/testtask'
+Rake::TestTask.new(:test) do |test|
+  test.libs &lt;&lt; 'lib' &lt;&lt; 'test'
+  test.pattern = 'test/**/*_test.rb'
+  test.verbose = true
+end
+
+begin
+  require 'rcov/rcovtask'
+  Rcov::RcovTask.new do |test|
+    test.libs &lt;&lt; 'test'
+    test.pattern = 'test/**/*_test.rb'
+    test.verbose = true
+  end
+rescue LoadError
+  task :rcov do
+    abort &quot;RCov is not available. In order to run rcov, you must: sudo gem install spicycode-rcov&quot;
+  end
+end
+
+task :default =&gt; :test
+
+begin
+  require 'rake/contrib/sshpublisher'
+  namespace :rubyforge do
+    desc &quot;Release gem to RubyForge&quot;
+    task :release =&gt; [&quot;rubyforge:release:gem&quot;]
+  end
+rescue LoadError
+  puts &quot;Rake SshDirPublisher is unavailable or your rubyforge environment is not configured.&quot;
+end</diff>
      <filename>Rakefile</filename>
    </modified>
    <modified>
      <diff>@@ -1 +1 @@
-require &quot;settingslogic&quot;
\ No newline at end of file
+require File.dirname(__FILE__) + &quot;/rails/init.rb&quot;
\ No newline at end of file</diff>
      <filename>init.rb</filename>
    </modified>
  </modified>
  <removed type="array">
    <removed>
      <filename>MIT-LICENSE</filename>
    </removed>
    <removed>
      <filename>Manifest.txt</filename>
    </removed>
    <removed>
      <filename>VERSION</filename>
    </removed>
    <removed>
      <filename>lib/settingslogic/version.rb</filename>
    </removed>
    <removed>
      <filename>test/test_config.rb</filename>
    </removed>
    <removed>
      <filename>test/test_setting.rb</filename>
    </removed>
  </removed>
  <parents type="array">
    <parent>
      <id>598d70abec145bec10a077a9b5babce59aad114b</id>
    </parent>
  </parents>
  <author>
    <name>binarylogic</name>
    <email>bjohnson@binarylogic.com</email>
  </author>
  <url>http://github.com/binarylogic/settingslogic/commit/2c806c1408dbf94c1f16394f6b680acc9f3e1fb8</url>
  <id>2c806c1408dbf94c1f16394f6b680acc9f3e1fb8</id>
  <committed-date>2009-06-28T00:27:20-07:00</committed-date>
  <authored-date>2009-06-28T00:27:20-07:00</authored-date>
  <message>Switch to jewler from hoe</message>
  <tree>7e21744ff7fba18133f1f216c876681a107156b8</tree>
  <committer>
    <name>binarylogic</name>
    <email>bjohnson@binarylogic.com</email>
  </committer>
</commit>
