<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>pingfm.gemspec</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -23,4 +23,3 @@ tasks/setup.rb
 tasks/spec.rake
 tasks/svn.rake
 tasks/test.rake
-test/test_pingfm.rb</diff>
      <filename>Manifest.txt</filename>
    </modified>
    <modified>
      <diff>@@ -8,7 +8,7 @@ Ping.fm Ruby Client/Library
 
 == CODE:
 
-http://github.com/Oshuma/pingfm/
+http://pingfm.rubyforge.org/
 
 == DESCRIPTION:
 
@@ -23,9 +23,10 @@ Ping.fm (http://ping.fm) is a simple service that makes updating your social net
 
 Shell usage:
 
-  $ pingfm &quot;this message will post to my default services&quot;
+  $ pingfm This message will post to my default services.
 
-Everything after the 'pingfm' command is what will be posted to the service.
+Everything after the 'pingfm' command is what will be posted to the service.  You
+may also include the message within quotes (ex. using the client within a shell script).
 
 If your keys have not been stored, it will ask for them.  These keys will be saved
 in a YAML file in your home directory and you won't be asked for them again.
@@ -37,7 +38,7 @@ You can obtain your keys here:
 
 Library usage:
 
-  # Require the lib and initialize it.
+  # Require the library and initialize it.
   require 'pingfm'
   pingfm = Pingfm::Client.new('api_key', 'user_app_key')
 
@@ -65,10 +66,12 @@ Ruby!
 
 == INSTALL:
 
-  $ sudo gem install oshuma-pingfm --source http://gems.github.com
+  # From Rubyforge...
+  $ sudo gem install pingfm
 
 *OR*
 
+  # From Github...
   $ sudo gem sources -a http://gems.github.com (only need to do this once)
   $ sudo gem install oshuma-pingfm
 </diff>
      <filename>README</filename>
    </modified>
    <modified>
      <diff>@@ -10,9 +10,9 @@ require 'pingfm'
 task :default =&gt; 'spec:run'
 
 PROJ.name = 'pingfm'
-PROJ.authors = 'Krunoslav Husak, Dale Campbell, Kevin Williams'
-PROJ.email = 'kevwil@gmail.com'
-PROJ.url = 'http://github.com/kevwil/pingfm/'
+PROJ.authors = ['Krunoslav Husak', 'Dale Campbell', 'Kevin Williams']
+PROJ.email = ['dale@save-state.net', 'kevwil@gmail.com']
+PROJ.url = 'http://pingfm.rubyforge.org/'
 PROJ.version = ENV['VERSION'] || Pingfm.version
 PROJ.rubyforge.name = 'pingfm'
 PROJ.readme_file = 'README'</diff>
      <filename>Rakefile</filename>
    </modified>
    <modified>
      <diff>@@ -1,12 +1,14 @@
 #!/usr/bin/env ruby
 
+# TODO: Move this into a YAML config?
+API_KEY = '5fcb8b7041d5c32c7e1e60dc076989ba'
+
 require File.expand_path(
     File.join(File.dirname(__FILE__), '..', 'lib', 'pingfm'))
 
 keyloader = ::Pingfm::Keyloader.new
 unless keyloader.has_keys?
-  puts 'Enter your Ping.fm Application API key (http://ping.fm/developers/):'
-  keyloader.api_key = STDIN.gets.chomp
+  keyloader.api_key = API_KEY
   puts 'Enter your Ping.fm User API key (http://ping.fm/key/): '
   keyloader.app_key = STDIN.gets.chomp
   keyloader.save</diff>
      <filename>bin/pingfm</filename>
    </modified>
  </modified>
  <removed type="array">
    <removed>
      <filename>test/test_pingfm.rb</filename>
    </removed>
  </removed>
  <parents type="array">
    <parent>
      <id>08625216c8d8d396fd2be2f434c946da20680db8</id>
    </parent>
  </parents>
  <author>
    <name>Dale Campbell</name>
    <email>dale@save-state.net</email>
  </author>
  <url>http://github.com/Oshuma/pingfm/commit/2bc62a84f58a5936c09b016725471099d9352e28</url>
  <id>2bc62a84f58a5936c09b016725471099d9352e28</id>
  <committed-date>2008-09-18T00:34:18-07:00</committed-date>
  <authored-date>2008-09-18T00:34:18-07:00</authored-date>
  <message>Setting things up for a 1.0 release.</message>
  <tree>1a493be9f47c35801758149a70339a170efe4cbe</tree>
  <committer>
    <name>Dale Campbell</name>
    <email>dale@save-state.net</email>
  </committer>
</commit>
