<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,3 +1,7 @@
+0.6.4 - April 14, 2009
+* 1 minor tweak
+  * More explicit about dependency versions in gemspec and when requiring.
+
 0.6.3 - April 14, 2009
 * 1 minor addition
   * Added Twitter.user method to get user's information without authenticating</diff>
      <filename>History</filename>
    </modified>
    <modified>
      <diff>@@ -12,9 +12,9 @@ begin
     gem.rubyforge_project = &quot;twitter&quot;
     gem.files             = FileList[&quot;[A-Z]*&quot;, &quot;{examples,lib,test}/**/*&quot;]
     
-    gem.add_dependency('oauth')
-    gem.add_dependency('mash')
-    gem.add_dependency('httparty', '&gt;= 0.4.2')
+    gem.add_dependency('oauth', '0.3.2')
+    gem.add_dependency('mash', '0.0.3')
+    gem.add_dependency('httparty', '0.4.2')
     
     gem.add_development_dependency('thoughtbot-shoulda')
     gem.add_development_dependency('jeremymcanally-matchy')</diff>
      <filename>Rakefile</filename>
    </modified>
    <modified>
      <diff>@@ -1,10 +1,14 @@
 require 'forwardable'
 require 'rubygems'
 
-%w(oauth mash httparty).each do |lib|
-  gem lib
-  require lib
-end
+gem 'oauth', '0.3.2'
+require 'oauth'
+
+gem 'mash', '0.0.3'
+require 'mash'
+
+gem 'httparty', '0.4.2'
+require 'httparty'
 
 module Twitter
   class TwitterError &lt; StandardError</diff>
      <filename>lib/twitter.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>b9fcb86e9b5857940e290863474f8137fa899a49</id>
    </parent>
  </parents>
  <author>
    <name>John Nunemaker</name>
    <email>nunemaker@gmail.com</email>
  </author>
  <url>http://github.com/jnunemaker/twitter/commit/5ce3eeb25c5b8bcd8caa8704c5d125174781781d</url>
  <id>5ce3eeb25c5b8bcd8caa8704c5d125174781781d</id>
  <committed-date>2009-04-14T19:40:07-07:00</committed-date>
  <authored-date>2009-04-14T19:40:07-07:00</authored-date>
  <message>More explicit about dependency versions in gemspec and when requiring.</message>
  <tree>a36bd35e2c497010a08fd481d64a2edd3ff5fb06</tree>
  <committer>
    <name>John Nunemaker</name>
    <email>nunemaker@gmail.com</email>
  </committer>
</commit>
