<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,42 +1,69 @@
+# Generated by jeweler
+# DO NOT EDIT THIS FILE
+# Instead, edit Jeweler::Tasks in Rakefile, and run `rake gemspec`
+# -*- encoding: utf-8 -*-
+
 Gem::Specification.new do |s|
-  s.name = &quot;acts-as-taggable-on&quot;
-  s.version = &quot;1.0.5&quot;
-  s.date = &quot;2008-06-10&quot;
-  s.summary = &quot;Tagging for ActiveRecord with custom contexts and advanced features.&quot;
-  s.email = &quot;michael@intridea.com&quot;
-  s.homepage = &quot;http://www.actsascommunity.com/projects/acts-as-taggable-on&quot;
-  s.description = &quot;Acts As Taggable On provides the ability to have multiple tag contexts on a single model in ActiveRecord. It also has support for tag clouds, related items, taggers, and more.&quot;
-  s.has_rdoc = false
+  s.name = %q{acts-as-taggable-on}
+  s.version = &quot;1.0.6&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.files = [ &quot;CHANGELOG&quot;,
-              &quot;MIT-LICENSE&quot;,
-              &quot;README&quot;,
-              &quot;generators/acts_as_taggable_on_migration&quot;,
-              &quot;generators/acts_as_taggable_on_migration/acts_as_taggable_on_migration_generator.rb&quot;,
-              &quot;generators/acts_as_taggable_on_migration/templates&quot;,
-              &quot;generators/acts_as_taggable_on_migration/templates/add_users_migration.rb&quot;,
-              &quot;generators/acts_as_taggable_on_migration/templates/migration.rb&quot;,
-              &quot;init.rb&quot;,
-              &quot;lib/acts-as-taggable-on.rb&quot;,
-              &quot;lib/acts_as_taggable_on/acts_as_taggable_on.rb&quot;,
-              &quot;lib/acts_as_taggable_on/acts_as_tagger.rb&quot;,
-              &quot;lib/acts_as_taggable_on/tag.rb&quot;,
-              &quot;lib/acts_as_taggable_on/tag_list.rb&quot;,
-              &quot;lib/acts_as_taggable_on/tagging.rb&quot;,
-              &quot;lib/acts_as_taggable_on/tags_helper.rb&quot;,
-              &quot;rails/init.rb&quot;,
-              &quot;spec/acts_as_taggable_on&quot;,
-              &quot;spec/acts_as_taggable_on/acts_as_taggable_on_spec.rb&quot;,
-              &quot;spec/acts_as_taggable_on/tag_list_spec.rb&quot;,
-              &quot;spec/acts_as_taggable_on/tag_spec.rb&quot;,
-              &quot;spec/acts_as_taggable_on/taggable_spec.rb&quot;,
-              &quot;spec/acts_as_taggable_on/tagger_spec.rb&quot;,
-              &quot;spec/acts_as_taggable_on/tagging_spec.rb&quot;,
-              &quot;spec/debug.log&quot;,
-              &quot;spec/schema.rb&quot;,
-              &quot;spec/spec_helper.rb&quot;,
-              &quot;uninstall.rb&quot; ]
-  #s.rdoc_options = [&quot;--main&quot;, &quot;README.txt&quot;]
-  #s.extra_rdoc_files = [&quot;History.txt&quot;, &quot;Manifest.txt&quot;, &quot;README.txt&quot;]
-  #s.add_dependency(&quot;mbleigh-mash&quot;, [&quot;&gt;= 0.0.5&quot;])
+  s.date = %q{2009-10-14}
+  s.description = %q{With ActsAsTaggableOn, you could tag a single model on several contexts, such as skills, interests, and awards. It also provides other advanced functionality.}
+  s.email = %q{michael@intridea.com}
+  s.extra_rdoc_files = [
+    &quot;README&quot;
+  ]
+  s.files = [
+    &quot;CHANGELOG&quot;,
+     &quot;MIT-LICENSE&quot;,
+     &quot;README&quot;,
+     &quot;Rakefile&quot;,
+     &quot;VERSION&quot;,
+     &quot;lib/acts-as-taggable-on.rb&quot;,
+     &quot;lib/acts_as_taggable_on/acts_as_taggable_on.rb&quot;,
+     &quot;lib/acts_as_taggable_on/acts_as_tagger.rb&quot;,
+     &quot;lib/acts_as_taggable_on/tag.rb&quot;,
+     &quot;lib/acts_as_taggable_on/tag_list.rb&quot;,
+     &quot;lib/acts_as_taggable_on/tagging.rb&quot;,
+     &quot;lib/acts_as_taggable_on/tags_helper.rb&quot;,
+     &quot;rails/init.rb&quot;,
+     &quot;spec/acts_as_taggable_on/acts_as_taggable_on_spec.rb&quot;,
+     &quot;spec/acts_as_taggable_on/acts_as_tagger_spec.rb&quot;,
+     &quot;spec/acts_as_taggable_on/tag_list_spec.rb&quot;,
+     &quot;spec/acts_as_taggable_on/tag_spec.rb&quot;,
+     &quot;spec/acts_as_taggable_on/taggable_spec.rb&quot;,
+     &quot;spec/acts_as_taggable_on/tagger_spec.rb&quot;,
+     &quot;spec/acts_as_taggable_on/tagging_spec.rb&quot;,
+     &quot;spec/schema.rb&quot;,
+     &quot;spec/spec.opts&quot;,
+     &quot;spec/spec_helper.rb&quot;
+  ]
+  s.homepage = %q{http://github.com/mbleigh/acts-as-taggable-on}
+  s.rdoc_options = [&quot;--charset=UTF-8&quot;]
+  s.require_paths = [&quot;lib&quot;]
+  s.rubygems_version = %q{1.3.5}
+  s.summary = %q{ActsAsTaggableOn is a tagging plugin for Rails that provides multiple tagging contexts on a single model.}
+  s.test_files = [
+    &quot;spec/acts_as_taggable_on/acts_as_taggable_on_spec.rb&quot;,
+     &quot;spec/acts_as_taggable_on/acts_as_tagger_spec.rb&quot;,
+     &quot;spec/acts_as_taggable_on/tag_list_spec.rb&quot;,
+     &quot;spec/acts_as_taggable_on/tag_spec.rb&quot;,
+     &quot;spec/acts_as_taggable_on/taggable_spec.rb&quot;,
+     &quot;spec/acts_as_taggable_on/tagger_spec.rb&quot;,
+     &quot;spec/acts_as_taggable_on/tagging_spec.rb&quot;,
+     &quot;spec/schema.rb&quot;,
+     &quot;spec/spec_helper.rb&quot;
+  ]
+
+  if s.respond_to? :specification_version then
+    current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
+    s.specification_version = 3
+
+    if Gem::Version.new(Gem::RubyGemsVersion) &gt;= Gem::Version.new('1.2.0') then
+    else
+    end
+  else
+  end
 end</diff>
      <filename>acts-as-taggable-on.gemspec</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>14c52926ac2511683cd61193e936fe9f46ef4e0f</id>
    </parent>
  </parents>
  <author>
    <name>Michael Bleigh</name>
    <email>michael@intridea.com</email>
  </author>
  <url>http://github.com/mbleigh/acts-as-taggable-on/commit/59ef548f3dab4c2fa2992a395d8f405efb625fe0</url>
  <id>59ef548f3dab4c2fa2992a395d8f405efb625fe0</id>
  <committed-date>2009-10-14T08:15:02-07:00</committed-date>
  <authored-date>2009-10-14T08:15:02-07:00</authored-date>
  <message>Regenerated gemspec for version 1.0.6</message>
  <tree>eef5a5041242ebe4450ab36e5cedf7ad4f4e7dc6</tree>
  <committer>
    <name>Michael Bleigh</name>
    <email>michael@intridea.com</email>
  </committer>
</commit>
