<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>gem-public_cert.pem</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -84,6 +84,9 @@ spec = Gem::Specification.new do |s|
   
   s.add_dependency('activesupport', '&gt;= 1.4.1')
   s.add_dependency('builder', '&gt;= 2.0.0')
+  
+  s.signing_key = ENV['GEM_PRIVATE_KEY']
+  s.cert_chain  = ['gem-public_cert.pem']
 end
 
 Rake::GemPackageTask.new(spec) do |p|
@@ -114,7 +117,7 @@ end
 
 desc 'Upload RDoc to RubyForge'
 task :upload_rdoc =&gt; :rdoc do
-  user = &quot;cfauser@rubyforge.org&quot; 
+  user = ENV['RUBYFORGE_USER'] 
   project = &quot;/var/www/gforge-projects/#{PKG_NAME}&quot;
   local_dir = 'doc'
   pub = Rake::SshDirPublisher.new user, project, local_dir</diff>
      <filename>Rakefile</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>f8baeaf5d0eac1a847945688680f8d680290ecdc</id>
    </parent>
  </parents>
  <author>
    <name>codyfauser</name>
    <email>codyfauser@6513ea26-6c20-0410-8a68-89cd7235086d</email>
  </author>
  <url>http://github.com/rayvinly/active_merchant/commit/b681bc09fd66d2f09a148a3c62929b872c1e3883</url>
  <id>b681bc09fd66d2f09a148a3c62929b872c1e3883</id>
  <committed-date>2007-02-22T09:45:49-08:00</committed-date>
  <authored-date>2007-02-22T09:45:49-08:00</authored-date>
  <message>Add code to sign the gem

git-svn-id: https://activemerchant.googlecode.com/svn/trunk/active_merchant@229 6513ea26-6c20-0410-8a68-89cd7235086d</message>
  <tree>7f866f4f45699839d922a76a0982b1a05ad156da</tree>
  <committer>
    <name>codyfauser</name>
    <email>codyfauser@6513ea26-6c20-0410-8a68-89cd7235086d</email>
  </committer>
</commit>
