<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,4 +1,4 @@
-Copyright (c) 2008 John Doe
+Copyright (c) 2008 Aaron Qian
 
 Permission is hereby granted, free of charge, to any person obtaining
 a copy of this software and associated documentation files (the</diff>
      <filename>LICENSE</filename>
    </modified>
    <modified>
      <diff>@@ -174,5 +174,9 @@ if HAS_SQLITE3 || HAS_MYSQL || HAS_POSTGRES
     it 'should strip unicode characters from the slug' do
       @p17.slug.should == 'a-fancy-caf-e'
     end
+    
+    it 'should have slug_property on instance' do
+      @p1.slug_property.should == @p1.class.properties.detect{|p| p.name == :slug}
+    end
   end
 end</diff>
      <filename>spec/integration/slug_spec.rb</filename>
    </modified>
    <modified>
      <diff>@@ -1,5 +1,5 @@
 require 'rubygems'
-gem 'rspec', '&gt;=1.1.3'
+gem 'rspec', '~&gt;1.1.3'
 require 'spec'
 require 'pathname'
 require Pathname(__FILE__).dirname.expand_path.parent + 'lib/dm-is-slug'
@@ -10,7 +10,7 @@ def load_driver(name, default_uri)
   lib = &quot;do_#{name}&quot;
 
   begin
-    gem lib, '~&gt;0.9.6'
+    gem lib, '~&gt;0.9.7'
     require lib
     DataMapper.setup(name, ENV[&quot;#{name.to_s.upcase}_SPEC_URI&quot;] || default_uri)
     DataMapper::Repository.adapters[:default] =  DataMapper::Repository.adapters[name]</diff>
      <filename>spec/spec_helper.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>4c90845de1cd034a5314501054c200ac4823ae5a</id>
    </parent>
  </parents>
  <author>
    <name>Aaron</name>
    <email>aq1018@gmail.com</email>
  </author>
  <url>http://github.com/aq1018/dm-is-slug/commit/4e6a1b12f901c6ecae28ebd70352f95309f6241f</url>
  <id>4e6a1b12f901c6ecae28ebd70352f95309f6241f</id>
  <committed-date>2009-01-11T23:40:12-08:00</committed-date>
  <authored-date>2009-01-11T23:40:12-08:00</authored-date>
  <message>added my name in Licence, changed specs, now 100% rcov</message>
  <tree>ae29a0b0af2d9524b9086df96ecd586cdae64d45</tree>
  <committer>
    <name>Aaron</name>
    <email>aq1018@gmail.com</email>
  </committer>
</commit>
