<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>VERSION.yml</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -1,48 +1,31 @@
 require 'rubygems'
 require 'rake/clean'
-require 'rake/gempackagetask'
-require 'rake/rdoctask'
 require 'spec/rake/spectask'
 
-GEM = &quot;remit&quot;
-GEM_VERSION = &quot;0.0.3&quot;
-
 desc 'Default: run specs.'
 task :default =&gt; :spec
 
-spec = Gem::Specification.new do |spec|
-  spec.name               = GEM
-  spec.version            = GEM_VERSION
-  spec.summary            = &quot;An API for using the Amazon Flexible Payment Service (FPS).&quot;
-  spec.author             = 'Tyler Hunt'
-  spec.email              = 'tyler@tylerhunt.com'
-  spec.homepage           = 'http://tylerhunt.com/'
-  spec.rubyforge_project  = 'remit'
-  spec.platform           = Gem::Platform::RUBY
-  spec.files              = FileList['{bin,lib}/**/*'].to_a
-  spec.require_path       = 'lib'
-  spec.test_files         = FileList['{spec}/**/{*spec.rb,*helper.rb}'].to_a
-  spec.has_rdoc           = true
-  spec.extra_rdoc_files   = ['README.markdown', 'LICENSE']
-  spec.add_dependency('relax', '&gt;= 0.0.7')
-end
-
-Rake::GemPackageTask.new(spec) do |package| 
-  package.need_tar = true 
-end 
-
-desc &quot;Install gem locally.&quot;
-task :install =&gt; [:package] do
-  sh %{sudo gem install pkg/#{GEM}-#{GEM_VERSION}}
-end
-
-Rake::RDocTask.new do |rdoc|
-  rdoc.title    = 'Remit Documentation'
-  rdoc.main     = 'README.markdown'
-  rdoc.rdoc_dir = 'rdoc'
-  rdoc.rdoc_files.include('README.markdown', 'LICENSE', 'lib/**/*.rb')
-  rdoc.options &lt;&lt; '--inline-source'
-  rdoc.options &lt;&lt; '--line-numbers'
+begin
+  require 'jeweler'
+
+  Jeweler::Tasks.new do |gem|
+    gem.name = 'remit'
+    gem.summary = 'An API for using the Amazon Flexible Payment Service (FPS).'
+    gem.email = 'tyler@tylerhunt.com'
+    gem.homepage = 'http://github.com/tylerhunt/remit'
+    gem.authors = ['Tyler Hunt']
+    gem.rubyforge_project = 'remit'
+    gem.platform           = Gem::Platform::RUBY
+    gem.files              = FileList['{bin,lib}/**/*'].to_a
+    gem.require_path       = 'lib'
+    gem.test_files         = FileList['{spec}/**/{*spec.rb,*helper.rb}'].to_a
+    gem.has_rdoc           = true
+    gem.extra_rdoc_files   = ['README.markdown', 'LICENSE']
+
+    gem.add_dependency('relax', '~&gt; 0.0.7')
+  end
+rescue LoadError
+  puts 'Jeweler not available. Install it with: sudo gem install technicalpickles-jeweler -s http://gems.github.com'
 end
 
 task :spec do</diff>
      <filename>Rakefile</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>b140bc6ecfe0b3ee295604f7e7633bf6e62d551a</id>
    </parent>
  </parents>
  <author>
    <name>Tyler Hunt</name>
    <email>tyler@tylerhunt.com</email>
  </author>
  <url>http://github.com/tylerhunt/remit/commit/5bf4b19602637b041297309ff21c8ccc3257adda</url>
  <id>5bf4b19602637b041297309ff21c8ccc3257adda</id>
  <committed-date>2009-04-27T09:47:12-07:00</committed-date>
  <authored-date>2009-04-27T09:47:12-07:00</authored-date>
  <message>Updated Rakefile to use Jeweler.</message>
  <tree>fe86fa9e5a1c59b7b37e1a331adf7a80d58a0502</tree>
  <committer>
    <name>Tyler Hunt</name>
    <email>tyler@tylerhunt.com</email>
  </committer>
</commit>
