<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,4 +1,4 @@
-== 0.0.1 2008-08-19
+== 1.0.0 2008-09-22
 
 * 1 major enhancement:
   * Initial release</diff>
      <filename>History.txt</filename>
    </modified>
    <modified>
      <diff>@@ -8,14 +8,24 @@ config/hoe.rb
 config/requirements.rb
 lib/postalmethods.rb
 lib/postalmethods/version.rb
+lib/postalmethods/document_processor.rb
+lib/postalmethods/exceptions.rb
+lib/postalmethods/get_letter_status.rb
+lib/postalmethods/send_letter.rb
+lib/postalmethods/utility.rb
 script/console
 script/destroy
 script/generate
 setup.rb
+spec/document_processor_spec.rb
+spec/get_letter_status_spec.rb
 spec/postalmethods_spec.rb
+spec/send_letter_spec.rb
+spec/utility_spec.rb
+spec/rcov.opts
 spec/spec.opts
 spec/spec_helper.rb
 tasks/deployment.rake
 tasks/environment.rake
 tasks/rspec.rake
-tasks/website.rake
+</diff>
      <filename>Manifest.txt</filename>
    </modified>
    <modified>
      <diff>@@ -1,7 +1,6 @@
 
-For more information on postalmethods, see http://postalmethods.rubyforge.org
-
-NOTE: Change this information in PostInstall.txt 
-You can also delete it if you don't want it.
+For more information on working with Postal Methods, 
+see the API reference here:
 
+http://www.postalmethods.com/resources/quickstart
 </diff>
      <filename>PostInstall.txt</filename>
    </modified>
    <modified>
      <diff>@@ -1,47 +1,35 @@
 = postalmethods
 
-* FIX (url)
+* Info: http://www.postalmethods.com/resources/quickstart
+* Code: http://github.com/imajes/postalmethods/tree/master
 
 == DESCRIPTION:
 
-FIX (describe your package)
+API wrapper library for the postal methods api.
 
 == FEATURES/PROBLEMS:
 
-* FIX (list of features or problems)
+* Provides access to all of the API methods with appropriate 
+  exceptions as necessary.
 
 == SYNOPSIS:
 
-  FIX (code sample of usage)
+require 'postalmethods'
+
+@doc = open(File.dirname(__FILE__) + '/../doc/sample.pdf')
+@client = PostalMethods::Client.new(:user =&gt; &quot;user&quot;, :password =&gt; &quot;password&quot;)
+rv = @client.send_letter(@doc, &quot;description of doc&quot;)
+puts rv
 
 == REQUIREMENTS:
 
-* FIX (list of requirements)
+* This gem relies on the soap4r gem.
 
 == INSTALL:
 
-* FIX (sudo gem install, anything else)
+* sudo gem install postalmethods
+* get a developer account at postalmethods.com
 
 == LICENSE:
 
-Copyright (c) 2008 Postal Methods, Inc
-Created 2008 by James Cox &lt;james-at-imaj.es&gt;
-
-Permission is hereby granted, free of charge, to any person obtaining
-a copy of this software and associated documentation files (the
-&quot;Software&quot;), to deal in the Software without restriction, including
-without limitation the rights to use, copy, modify, merge, publish,
-distribute, sublicense, and/or sell copies of the Software, and to
-permit persons to whom the Software is furnished to do so, subject to
-the following conditions:
-
-The above copyright notice and this permission notice shall be
-included in all copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED &quot;AS IS&quot;, WITHOUT WARRANTY OF ANY KIND,
-EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
-MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
-NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
-LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
-OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
-WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
\ No newline at end of file
+* See License.txt
\ No newline at end of file</diff>
      <filename>README.txt</filename>
    </modified>
    <modified>
      <diff>@@ -1,8 +1,8 @@
 module Postalmethods
   module VERSION #:nodoc:
-    MAJOR = 0
+    MAJOR = 1
     MINOR = 0
-    TINY  = 1
+    TINY  = 0
 
     STRING = [MAJOR, MINOR, TINY].join('.')
   end</diff>
      <filename>lib/postalmethods/version.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>5628a096d2232ad872b858ecdf6f4eac3aefbffb</id>
    </parent>
  </parents>
  <author>
    <name>James Cox</name>
    <email>james@imaj.es</email>
  </author>
  <url>http://github.com/imajes/postalmethods/commit/b5792cf96f549bab69182f4065b6b9814e413c4c</url>
  <id>b5792cf96f549bab69182f4065b6b9814e413c4c</id>
  <committed-date>2008-09-22T05:58:15-07:00</committed-date>
  <authored-date>2008-09-22T05:58:15-07:00</authored-date>
  <message>doc updates</message>
  <tree>e6388b9b76c06fb9d94d61be34a78c507c5a4d00</tree>
  <committer>
    <name>James Cox</name>
    <email>james@imaj.es</email>
  </committer>
</commit>
