<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>examples/login_example.rb</filename>
    </added>
    <added>
      <filename>lib/ruby-fs-stack/warning_suppressor.rb</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -3,4 +3,5 @@
 coverage
 rdoc
 pkg
-lib/ruby-fs-stack/enunciate/*.rb
\ No newline at end of file
+lib/ruby-fs-stack/enunciate/familytree.rb
+lib/ruby-fs-stack/enunciate/identity.rb
\ No newline at end of file</diff>
      <filename>.gitignore</filename>
    </modified>
    <modified>
      <diff>@@ -8,12 +8,14 @@ on permissions from FamilySearch to redistribute the sample
 module code found here[https://devnet.familysearch.org/downloads/sample-clients].
 
 Until the code is available for redistribution, follow the
-instructions found in the lib/ruby-fs-stack/enunciate/README 
+instructions found in the lib/ruby-fs-stack/enunciate/README[http://github.com/jimmyz/ruby-fs-stack/blob/master/lib/ruby-fs-stack/enunciate/README]
 file.
 
 == Example Usage
 
-Coming soon.
+# Example code will be posted here as soon as it is packaged as a gem.
+
+See examples/login_example.rb[http://github.com/jimmyz/ruby-fs-stack/tree/master/examples/login_example.rb]
 
 == Discussion
 </diff>
      <filename>README.rdoc</filename>
    </modified>
    <modified>
      <diff>@@ -0,0 +1,2 @@
+require 'ruby-fs-stack/identity'
+require 'ruby-fs-stack/familytree'
\ No newline at end of file</diff>
      <filename>lib/ruby-fs-stack.rb</filename>
    </modified>
    <modified>
      <diff>@@ -3,7 +3,4 @@ it cannot be checked into the Github project and redistributed as a gem.
 
 In the meantime, download the following file(s) and place it in this directory
 http://www.dev.usys.org/familytree/familytree.rb
-http://www.dev.usys.org/identity/identity.rb
-
-Currently, there is a bug in the Enunciate files, which requires you to edit it to add the following line to the top:
-require 'rubygems'
\ No newline at end of file
+http://www.dev.usys.org/identity/identity.rb
\ No newline at end of file</diff>
      <filename>lib/ruby-fs-stack/enunciate/README</filename>
    </modified>
    <modified>
      <diff>@@ -1,4 +1,10 @@
-require 'ruby-fs-stack/enunciate/familytree'
+require 'rubygems'
+# Including more than one enunciate library raises a warning of
+# already initialized constant.
+require 'ruby-fs-stack/warning_suppressor'
+with_warnings_suppressed do
+  require 'ruby-fs-stack/enunciate/familytree'
+end
 
 module Org::Familysearch::Ws::Familytree::V2::Schema
   </diff>
      <filename>lib/ruby-fs-stack/familytree.rb</filename>
    </modified>
    <modified>
      <diff>@@ -1,5 +1,11 @@
-require 'ruby-fs-stack/enunciate/identity'
+require 'rubygems'
 require 'communicator'
+# Including more than one enunciate library raises a warning of
+# already initialized constant.
+require 'ruby-fs-stack/warning_suppressor'
+with_warnings_suppressed do
+  require 'ruby-fs-stack/enunciate/identity'
+end
 
 module IdentityV1
   </diff>
      <filename>lib/ruby-fs-stack/identity.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>786bbf07a5000c2d3d5447a2ac569d255eb28aa5</id>
    </parent>
  </parents>
  <author>
    <name>Jimmy Zimmerman</name>
    <email>jimmy.zimmerman@gmail.com</email>
  </author>
  <url>http://github.com/jimmyz/ruby-fs-stack/commit/02aa40d2ea0bb12eabd8d9821db1fd4a21c3c375</url>
  <id>02aa40d2ea0bb12eabd8d9821db1fd4a21c3c375</id>
  <committed-date>2009-10-30T10:19:28-07:00</committed-date>
  <authored-date>2009-10-30T10:19:28-07:00</authored-date>
  <message>Added a login example, and supressed some warning messages coming from the enunciate scripts.</message>
  <tree>bbf8fc232272c0a8a852efaefcc1876400ab84e0</tree>
  <committer>
    <name>Jimmy Zimmerman</name>
    <email>jimmy.zimmerman@gmail.com</email>
  </committer>
</commit>
