<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -15,14 +15,14 @@ h2. Installation &amp; Usage
 First, install the gem:
 
 &lt;pre&gt;
-gem sources -a http://gems.github.com
-sudo gem install mholling-active_url
+gem sources -a http://gemcutter.org
+sudo gem install active_url
 &lt;/pre&gt;
 
 In your Rails app, make sure to specify the gem dependency in environment.rb:
 
 &lt;pre&gt;
-config.gem &quot;mholling-active_url&quot;, :lib =&gt; &quot;active_url&quot;, :source =&gt; &quot;http://gems.github.com&quot;
+config.gem &quot;active_url&quot;, :source =&gt; &quot;http://gemcutter.org&quot;
 &lt;/pre&gt;
 
 Specify a secret passphrase for the library to perform its encryption. You can set this by adding an initializer (say active_url.rb) in your config/initializers directory. This will just set the secret passphrase for your app (you might not want to check this into your source control):</diff>
      <filename>README.textile</filename>
    </modified>
    <modified>
      <diff>@@ -1,3 +1,6 @@
+# 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|
@@ -6,51 +9,57 @@ Gem::Specification.new do |s|
 
   s.required_rubygems_version = Gem::Requirement.new(&quot;&gt;= 0&quot;) if s.respond_to? :required_rubygems_version=
   s.authors = [&quot;Matthew Hollingworth&quot;]
-  s.date = %q{2009-06-21}
-  s.description = %q{ActiveUrl enables the storing of a model in an encrypted URL. It facilitates implementation of secret URLs for user (e.g. feed URLs) that can be accessed without logging in, and URLs for confirming the email address of a new user.}
+  s.date = %q{2009-10-10}
+  s.description = %q{      ActiveUrl enables the storing of a model in an encrypted URL. It facilitates implementation
+      of secret URLs for user (e.g. feed URLs) that can be accessed without logging in, and URLs
+      for confirming the email address of a new user.
+}
   s.email = %q{mdholling@gmail.com}
   s.extra_rdoc_files = [
     &quot;LICENSE&quot;,
-    &quot;README.textile&quot;
+     &quot;README.textile&quot;
   ]
   s.files = [
-    &quot;LICENSE&quot;,
-    &quot;README.textile&quot;,
-    &quot;Rakefile&quot;,
-    &quot;VERSION.yml&quot;,
-    &quot;lib/active_url.rb&quot;,
-    &quot;lib/active_url/base.rb&quot;,
-    &quot;lib/active_url/belongs_to.rb&quot;,
-    &quot;lib/active_url/callbacks.rb&quot;,
-    &quot;lib/active_url/configuration.rb&quot;,
-    &quot;lib/active_url/crypto.rb&quot;,
-    &quot;lib/active_url/errors.rb&quot;,
-    &quot;lib/active_url/validations.rb&quot;,
-    &quot;rails/init.rb&quot;,
-    &quot;spec/belongs_to_spec.rb&quot;,
-    &quot;spec/callbacks_spec.rb&quot;,
-    &quot;spec/crypto_spec.rb&quot;,
-    &quot;spec/instance_spec.rb&quot;,
-    &quot;spec/spec_helper.rb&quot;,
-    &quot;spec/validations_spec.rb&quot;
+    &quot;.document&quot;,
+     &quot;.gitignore&quot;,
+     &quot;LICENSE&quot;,
+     &quot;README.textile&quot;,
+     &quot;Rakefile&quot;,
+     &quot;VERSION.yml&quot;,
+     &quot;active_url.gemspec&quot;,
+     &quot;lib/active_url.rb&quot;,
+     &quot;lib/active_url/base.rb&quot;,
+     &quot;lib/active_url/belongs_to.rb&quot;,
+     &quot;lib/active_url/callbacks.rb&quot;,
+     &quot;lib/active_url/configuration.rb&quot;,
+     &quot;lib/active_url/crypto.rb&quot;,
+     &quot;lib/active_url/errors.rb&quot;,
+     &quot;lib/active_url/validations.rb&quot;,
+     &quot;rails/init.rb&quot;,
+     &quot;spec/belongs_to_spec.rb&quot;,
+     &quot;spec/callbacks_spec.rb&quot;,
+     &quot;spec/crypto_spec.rb&quot;,
+     &quot;spec/instance_spec.rb&quot;,
+     &quot;spec/spec_helper.rb&quot;,
+     &quot;spec/validations_spec.rb&quot;
   ]
   s.homepage = %q{http://github.com/mholling/active_url}
   s.rdoc_options = [&quot;--charset=UTF-8&quot;]
   s.require_paths = [&quot;lib&quot;]
-  s.rubygems_version = %q{1.3.1}
+  s.rubygems_version = %q{1.3.5}
   s.summary = %q{A Rails library for generating secret URLs.}
   s.test_files = [
     &quot;spec/belongs_to_spec.rb&quot;,
-    &quot;spec/callbacks_spec.rb&quot;,
-    &quot;spec/crypto_spec.rb&quot;,
-    &quot;spec/instance_spec.rb&quot;,
-    &quot;spec/spec_helper.rb&quot;,
-    &quot;spec/validations_spec.rb&quot;
+     &quot;spec/callbacks_spec.rb&quot;,
+     &quot;spec/crypto_spec.rb&quot;,
+     &quot;spec/instance_spec.rb&quot;,
+     &quot;spec/spec_helper.rb&quot;,
+     &quot;spec/validations_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;activerecord&gt;, [&quot;&gt;= 0&quot;])</diff>
      <filename>active_url.gemspec</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>306cd2f3056f6ac7dbee76dbc0104ae72e603ce0</id>
    </parent>
  </parents>
  <author>
    <name>Matthew Hollingworth</name>
    <email>mdholling@gmail.com</email>
  </author>
  <url>http://github.com/mholling/active_url/commit/1e976df94dae74d0198c0ea0db51d77a2f8b7d8d</url>
  <id>1e976df94dae74d0198c0ea0db51d77a2f8b7d8d</id>
  <committed-date>2009-10-09T22:14:16-07:00</committed-date>
  <authored-date>2009-10-09T22:14:16-07:00</authored-date>
  <message>Changed README to include Gemcutter installation instructions.</message>
  <tree>d9f2cebc1f4a05bd1b0e2a6744fc055280b04393</tree>
  <committer>
    <name>Matthew Hollingworth</name>
    <email>mdholling@gmail.com</email>
  </committer>
</commit>
