<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -51,12 +51,12 @@ If you have questions, please post to the
 
 h1. Installation
 
-Acl9 can be installed as a gem from &quot;GitHub&quot;:http://github.com.
+Acl9 can be installed as a gem from &quot;gemcutter&quot;:http://gemcutter.org.
 
 Add the following line to your @config/environment.rb@:
 
 &lt;pre&gt;&lt;code&gt;
-  config.gem &quot;be9-acl9&quot;, :source =&gt; &quot;http://gems.github.com&quot;, :lib =&gt; &quot;acl9&quot;
+  config.gem &quot;acl9&quot;, :source =&gt; &quot;http://gemcutter.org&quot;, :lib =&gt; &quot;acl9&quot;
 &lt;/pre&gt;&lt;/code&gt;
 
 Then run @rake gems:install@ (with possible @rake gems:unpack@ thereafter) and you're done!</diff>
      <filename>README.textile</filename>
    </modified>
    <modified>
      <diff>@@ -18,8 +18,9 @@ begin
     s.add_development_dependency &quot;jeremymcanally-context&quot;, &quot;&gt;= 0.5.5&quot;
     s.add_development_dependency &quot;jnunemaker-matchy&quot;, &quot;&gt;= 0.4.0&quot;
   end
+  Jeweler::GemcutterTasks.new
 rescue LoadError
-  puts &quot;Jeweler not available. Install it with: sudo gem install technicalpickles-jeweler -s http://gems.github.com&quot;
+  puts &quot;Jeweler not available. Install it with: sudo gem install jeweler&quot;
 end
 
 Rake::TestTask.new(:test) do |test|</diff>
      <filename>Rakefile</filename>
    </modified>
    <modified>
      <diff>@@ -9,7 +9,7 @@ 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;oleg dashevskii&quot;]
-  s.date = %q{2009-09-16}
+  s.date = %q{2009-10-10}
   s.description = %q{Role-based authorization system for Rails with a nice DSL for access control lists}
   s.email = %q{olegdashevskii@gmail.com}
   s.extra_rdoc_files = [
@@ -46,13 +46,13 @@ Gem::Specification.new do |s|
   s.rubygems_version = %q{1.3.5}
   s.summary = %q{Yet another role-based authorization system for Rails}
   s.test_files = [
-    &quot;test/dsl_base_test.rb&quot;,
-     &quot;test/test_helper.rb&quot;,
-     &quot;test/access_control_test.rb&quot;,
+    &quot;test/helpers_test.rb&quot;,
      &quot;test/support/schema.rb&quot;,
      &quot;test/support/models.rb&quot;,
      &quot;test/support/controllers.rb&quot;,
-     &quot;test/helpers_test.rb&quot;,
+     &quot;test/dsl_base_test.rb&quot;,
+     &quot;test/access_control_test.rb&quot;,
+     &quot;test/test_helper.rb&quot;,
      &quot;test/roles_test.rb&quot;
   ]
 </diff>
      <filename>acl9.gemspec</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>184e241dd191e6b08484371ca845cc1c931d3fe0</id>
    </parent>
  </parents>
  <author>
    <name>oleg dashevskii</name>
    <email>be9@be9.ru</email>
  </author>
  <url>http://github.com/be9/acl9/commit/47b329d64359f3e84d1538e485fcef16e0f76b90</url>
  <id>47b329d64359f3e84d1538e485fcef16e0f76b90</id>
  <committed-date>2009-10-09T22:39:57-07:00</committed-date>
  <authored-date>2009-10-09T22:39:57-07:00</authored-date>
  <message>Move to gemcutter</message>
  <tree>0381ed2ec9ebbed2006361aa89c1b86f67a581b9</tree>
  <committer>
    <name>oleg dashevskii</name>
    <email>be9@be9.ru</email>
  </committer>
</commit>
