<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -2,26 +2,85 @@
 
 Gem::Specification.new do |s|
   s.name = %q{twitter-auth}
-  s.version = &quot;0.1.21&quot;
+  s.version = &quot;0.1.22&quot;
 
   s.required_rubygems_version = Gem::Requirement.new(&quot;&gt;= 0&quot;) if s.respond_to? :required_rubygems_version=
   s.authors = [&quot;Michael Bleigh&quot;]
-  s.date = %q{2009-04-27}
+  s.date = %q{2009-06-19}
   s.description = %q{TwitterAuth is a Rails plugin gem that provides Single Sign-On capabilities for Rails applications via Twitter. Both OAuth and HTTP Basic are supported.}
   s.email = %q{michael@intridea.com}
-  s.extra_rdoc_files = [&quot;README.markdown&quot;]
-  s.files = [&quot;CHANGELOG.markdown&quot;, &quot;Rakefile&quot;, &quot;README.markdown&quot;, &quot;VERSION.yml&quot;, &quot;generators/twitter_auth&quot;, &quot;generators/twitter_auth/templates&quot;, &quot;generators/twitter_auth/templates/migration.rb&quot;, &quot;generators/twitter_auth/templates/twitter_auth.yml&quot;, &quot;generators/twitter_auth/templates/user.rb&quot;, &quot;generators/twitter_auth/twitter_auth_generator.rb&quot;, &quot;generators/twitter_auth/USAGE&quot;, &quot;lib/twitter_auth&quot;, &quot;lib/twitter_auth/controller_extensions.rb&quot;, &quot;lib/twitter_auth/cryptify.rb&quot;, &quot;lib/twitter_auth/dispatcher&quot;, &quot;lib/twitter_auth/dispatcher/basic.rb&quot;, &quot;lib/twitter_auth/dispatcher/oauth.rb&quot;, &quot;lib/twitter_auth/dispatcher/shared.rb&quot;, &quot;lib/twitter_auth.rb&quot;, &quot;spec/controllers&quot;, &quot;spec/controllers/controller_extensions_spec.rb&quot;, &quot;spec/controllers/sessions_controller_spec.rb&quot;, &quot;spec/fixtures&quot;, &quot;spec/fixtures/config&quot;, &quot;spec/fixtures/config/twitter_auth.yml&quot;, &quot;spec/fixtures/factories.rb&quot;, &quot;spec/fixtures/fakeweb.rb&quot;, &quot;spec/fixtures/twitter.rb&quot;, &quot;spec/models&quot;, &quot;spec/models/twitter_auth&quot;, &quot;spec/models/twitter_auth/basic_user_spec.rb&quot;, &quot;spec/models/twitter_auth/generic_user_spec.rb&quot;, &quot;spec/models/twitter_auth/oauth_user_spec.rb&quot;, &quot;spec/schema.rb&quot;, &quot;spec/spec.opts&quot;, &quot;spec/spec_helper.rb&quot;, &quot;spec/twitter_auth&quot;, &quot;spec/twitter_auth/cryptify_spec.rb&quot;, &quot;spec/twitter_auth/dispatcher&quot;, &quot;spec/twitter_auth/dispatcher/basic_spec.rb&quot;, &quot;spec/twitter_auth/dispatcher/oauth_spec.rb&quot;, &quot;spec/twitter_auth/dispatcher/shared_spec.rb&quot;, &quot;spec/twitter_auth_spec.rb&quot;, &quot;config/routes.rb&quot;, &quot;app/controllers&quot;, &quot;app/controllers/sessions_controller.rb&quot;, &quot;app/models&quot;, &quot;app/models/twitter_auth&quot;, &quot;app/models/twitter_auth/basic_user.rb&quot;, &quot;app/models/twitter_auth/generic_user.rb&quot;, &quot;app/models/twitter_auth/oauth_user.rb&quot;, &quot;app/views&quot;, &quot;app/views/sessions&quot;, &quot;app/views/sessions/_login_form.html.erb&quot;, &quot;app/views/sessions/new.html.erb&quot;, &quot;rails/init.rb&quot;]
-  s.has_rdoc = true
+  s.extra_rdoc_files = [
+    &quot;README.markdown&quot;
+  ]
+  s.files = [
+    &quot;CHANGELOG.markdown&quot;,
+     &quot;README.markdown&quot;,
+     &quot;Rakefile&quot;,
+     &quot;VERSION.yml&quot;,
+     &quot;app/controllers/sessions_controller.rb&quot;,
+     &quot;app/models/twitter_auth/basic_user.rb&quot;,
+     &quot;app/models/twitter_auth/generic_user.rb&quot;,
+     &quot;app/models/twitter_auth/oauth_user.rb&quot;,
+     &quot;app/views/sessions/_login_form.html.erb&quot;,
+     &quot;app/views/sessions/new.html.erb&quot;,
+     &quot;config/routes.rb&quot;,
+     &quot;generators/twitter_auth/USAGE&quot;,
+     &quot;generators/twitter_auth/templates/migration.rb&quot;,
+     &quot;generators/twitter_auth/templates/twitter_auth.yml&quot;,
+     &quot;generators/twitter_auth/templates/user.rb&quot;,
+     &quot;generators/twitter_auth/twitter_auth_generator.rb&quot;,
+     &quot;lib/twitter_auth.rb&quot;,
+     &quot;lib/twitter_auth/controller_extensions.rb&quot;,
+     &quot;lib/twitter_auth/cryptify.rb&quot;,
+     &quot;lib/twitter_auth/dispatcher/basic.rb&quot;,
+     &quot;lib/twitter_auth/dispatcher/oauth.rb&quot;,
+     &quot;lib/twitter_auth/dispatcher/shared.rb&quot;,
+     &quot;rails/init.rb&quot;,
+     &quot;spec/controllers/controller_extensions_spec.rb&quot;,
+     &quot;spec/controllers/sessions_controller_spec.rb&quot;,
+     &quot;spec/fixtures/config/twitter_auth.yml&quot;,
+     &quot;spec/fixtures/factories.rb&quot;,
+     &quot;spec/fixtures/fakeweb.rb&quot;,
+     &quot;spec/fixtures/twitter.rb&quot;,
+     &quot;spec/models/twitter_auth/basic_user_spec.rb&quot;,
+     &quot;spec/models/twitter_auth/generic_user_spec.rb&quot;,
+     &quot;spec/models/twitter_auth/oauth_user_spec.rb&quot;,
+     &quot;spec/schema.rb&quot;,
+     &quot;spec/spec.opts&quot;,
+     &quot;spec/spec_helper.rb&quot;,
+     &quot;spec/twitter_auth/cryptify_spec.rb&quot;,
+     &quot;spec/twitter_auth/dispatcher/basic_spec.rb&quot;,
+     &quot;spec/twitter_auth/dispatcher/oauth_spec.rb&quot;,
+     &quot;spec/twitter_auth/dispatcher/shared_spec.rb&quot;,
+     &quot;spec/twitter_auth_spec.rb&quot;
+  ]
   s.homepage = %q{http://github.com/mbleigh/twitter-auth}
-  s.rdoc_options = [&quot;--inline-source&quot;, &quot;--charset=UTF-8&quot;]
+  s.rdoc_options = [&quot;--charset=UTF-8&quot;]
   s.require_paths = [&quot;lib&quot;]
   s.rubyforge_project = %q{twitter-auth}
-  s.rubygems_version = %q{1.3.1}
+  s.rubygems_version = %q{1.3.3}
   s.summary = %q{TwitterAuth is a Rails plugin gem that provides Single Sign-On capabilities for Rails applications via Twitter.}
+  s.test_files = [
+    &quot;spec/controllers/controller_extensions_spec.rb&quot;,
+     &quot;spec/controllers/sessions_controller_spec.rb&quot;,
+     &quot;spec/fixtures/factories.rb&quot;,
+     &quot;spec/fixtures/fakeweb.rb&quot;,
+     &quot;spec/fixtures/twitter.rb&quot;,
+     &quot;spec/models/twitter_auth/basic_user_spec.rb&quot;,
+     &quot;spec/models/twitter_auth/generic_user_spec.rb&quot;,
+     &quot;spec/models/twitter_auth/oauth_user_spec.rb&quot;,
+     &quot;spec/schema.rb&quot;,
+     &quot;spec/spec_helper.rb&quot;,
+     &quot;spec/twitter_auth/cryptify_spec.rb&quot;,
+     &quot;spec/twitter_auth/dispatcher/basic_spec.rb&quot;,
+     &quot;spec/twitter_auth/dispatcher/oauth_spec.rb&quot;,
+     &quot;spec/twitter_auth/dispatcher/shared_spec.rb&quot;,
+     &quot;spec/twitter_auth_spec.rb&quot;
+  ]
 
   if s.respond_to? :specification_version then
     current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
-    s.specification_version = 2
+    s.specification_version = 3
 
     if Gem::Version.new(Gem::RubyGemsVersion) &gt;= Gem::Version.new('1.2.0') then
       s.add_runtime_dependency(%q&lt;oauth&gt;, [&quot;&gt;= 0.3.1&quot;])</diff>
      <filename>twitter-auth.gemspec</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>8c132b7a66ae6de34a92044f4285938bfa87784d</id>
    </parent>
  </parents>
  <author>
    <name>Michael Bleigh</name>
    <email>michael@intridea.com</email>
  </author>
  <url>http://github.com/mbleigh/twitter-auth/commit/6f94b62fcfa9b0002d53786c57846e5ee8ed6527</url>
  <id>6f94b62fcfa9b0002d53786c57846e5ee8ed6527</id>
  <committed-date>2009-06-19T17:05:51-07:00</committed-date>
  <authored-date>2009-06-19T17:05:51-07:00</authored-date>
  <message>Updating gemspec.</message>
  <tree>1e5746ffaa007de6fb7cb524380e4d8625f417d3</tree>
  <committer>
    <name>Michael Bleigh</name>
    <email>michael@intridea.com</email>
  </committer>
</commit>
