<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -261,7 +261,7 @@ module DataMapper
     def initialize(model, name, type, options)
       raise ArgumentError, &quot;+model+ is a #{model.class}, but is not a type of Resource&quot;               unless Resource === model
       raise ArgumentError, &quot;+name+ should be a Symbol, but was #{name.class}&quot;                         unless Symbol   === name
-      raise ArgumentError, &quot;+type+ was #{type.class}, which is not a supported type: #{TYPES * ', '}&quot; unless TYPES.include?(type) || (type.respond_to?(:ancestors) &amp;&amp; type.ancestors.include?(DataMapper::Type) &amp;&amp; TYPES.include?(type.primitive))
+      raise ArgumentError, &quot;+type+ was #{type.inspect}, which is not a supported type: #{TYPES * ', '}&quot; unless TYPES.include?(type) || (type.respond_to?(:ancestors) &amp;&amp; type.ancestors.include?(DataMapper::Type) &amp;&amp; TYPES.include?(type.primitive))
 
       if (unknown_options = options.keys - PROPERTY_OPTIONS).any?
         raise ArgumentError, &quot;options contained unknown keys: #{unknown_options * ', '}&quot;</diff>
      <filename>lib/data_mapper/property.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>0684fb5d78e392ac6ab17d7ba44baae05348c49d</id>
    </parent>
  </parents>
  <author>
    <name>Sam Smoot</name>
    <email>ssmoot@gmail.com</email>
  </author>
  <url>http://github.com/sam/dm-core/commit/0f38788ebd9dfa4395b021255b13ee7b55a58cb5</url>
  <id>0f38788ebd9dfa4395b021255b13ee7b55a58cb5</id>
  <committed-date>2008-04-10T10:06:41-07:00</committed-date>
  <authored-date>2008-04-10T10:06:41-07:00</authored-date>
  <message>Fixed a bug in the message for unsupported types.</message>
  <tree>6cfd3e1665e2e94c893e68d9aba945827b1966f0</tree>
  <committer>
    <name>Sam Smoot</name>
    <email>ssmoot@gmail.com</email>
  </committer>
</commit>
