<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -30,13 +30,14 @@ That works and all but what if you don't want to embed your username and passwor
 	class Twitter
 	  include HTTParty
 	  base_uri 'twitter.com'
-  
-	  def initialize(user, pass)
-	    self.class.basic_auth user, pass
+
+	  def initialize(u, p)
+	    @auth = {:username =&gt; u, :password =&gt; p}
 	  end
-  
+
 	  def post(text)
-	    self.class.post('/statuses/update.json', :query =&gt; {:status =&gt; text})
+	    options = { :query =&gt; {:status =&gt; text}, :basic_auth =&gt; @auth }
+	    self.class.post('/statuses/update.json', options)
 	  end
 	end
 	</diff>
      <filename>README.txt</filename>
    </modified>
    <modified>
      <diff>@@ -15,6 +15,7 @@
 		&lt;ul id=&quot;nav&quot;&gt;
 			&lt;li&gt;&lt;a href=&quot;rdoc/&quot;&gt;Docs&lt;/a&gt;&lt;/li&gt; 
 			&lt;li&gt;&lt;a href=&quot;http://github.com/jnunemaker/httparty&quot;&gt;Github&lt;/a&gt;&lt;/li&gt;
+			&lt;li&gt;&lt;a href=&quot;http://jnunemaker.lighthouseapp.com/projects/14842-httparty/tickets&quot;&gt;Lighthouse&lt;/a&gt;&lt;/li&gt;
 			&lt;li&gt;&lt;a href=&quot;http://rubyforge.org/projects/httparty/&quot;&gt;Rubyforge&lt;/a&gt;&lt;/li&gt; 
 		&lt;/ul&gt; 
 	&lt;/div&gt; 
@@ -43,12 +44,13 @@ Twitter.post('/statuses/update.json', :query =&gt; {:status =&gt; &quot;It's an HTTParty an
   include HTTParty
   base_uri 'twitter.com'
 
-  def initialize(user, pass)
-    self.class.basic_auth user, pass
+  def initialize(u, p)
+    @auth = {:username =&gt; u, :password =&gt; p}
   end
 
   def post(text)
-    self.class.post('/statuses/update.json', :query =&gt; {:status =&gt; text})
+    options = { :query =&gt; {:status =&gt; text}, :basic_auth =&gt; @auth }
+    self.class.post('/statuses/update.json', options)
   end
 end
 
@@ -66,12 +68,16 @@ Twitter.new('username', 'password').post(&quot;It's an HTTParty and everyone is invit
 		&lt;p&gt;Created by &lt;a href=&quot;http://addictedtonew.com/about/&quot;&gt;John Nunemaker&lt;/a&gt;&lt;/p&gt; 
 	&lt;/div&gt; 
 &lt;/div&gt; 
+
+&lt;script type=&quot;text/javascript&quot;&gt;
+var gaJsHost = ((&quot;https:&quot; == document.location.protocol) ? &quot;https://ssl.&quot; : &quot;http://www.&quot;);
+document.write(unescape(&quot;%3Cscript src='&quot; + gaJsHost + &quot;google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E&quot;));
+&lt;/script&gt;
+&lt;script type=&quot;text/javascript&quot;&gt;
+var pageTracker = _gat._getTracker(&quot;UA-85301-19&quot;);
+pageTracker._initData();
+pageTracker._trackPageview();
+&lt;/script&gt;
  
-&lt;script src=&quot;http://www.google-analytics.com/urchin.js&quot; type=&quot;text/javascript&quot;&gt;&lt;/script&gt; 
-&lt;script type=&quot;text/javascript&quot;&gt;_uacct = &quot;UA-85301-9&quot;; urchinTracker();&lt;/script&gt; 
- 
-&lt;!-- 103bees.com 'bee' code v1.11 - please do not make any changes! --&gt; 
-&lt;script type=&quot;text/javascript&quot; src=&quot;http://103bees.com/bees/?bee=3672&amp;amp;fid=5643&quot;&gt;&lt;/script&gt; 
-&lt;!-- 103bees.com 'bee' code --&gt; 
 &lt;/body&gt; 
 &lt;/html&gt;
\ No newline at end of file</diff>
      <filename>website/index.html</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>72f09186e8f1eae6a05085967d44f1863749a41d</id>
    </parent>
  </parents>
  <author>
    <name>John Nunemaker</name>
    <email>nunemaker@gmail.com</email>
  </author>
  <url>http://github.com/jnunemaker/httparty/commit/3a9b0b1b390408b16a3a2ff9b8086d774e97f0ba</url>
  <id>3a9b0b1b390408b16a3a2ff9b8086d774e97f0ba</id>
  <committed-date>2008-07-30T21:29:17-07:00</committed-date>
  <authored-date>2008-07-30T21:29:17-07:00</authored-date>
  <message>Updated readme and website.</message>
  <tree>385d7f00841f0cb102a096fb399d049989073ba3</tree>
  <committer>
    <name>John Nunemaker</name>
    <email>nunemaker@gmail.com</email>
  </committer>
</commit>
