<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>lib/attribute_predicates.rb</filename>
    </added>
    <added>
      <filename>lib/attribute_predicates/extensions/active_record.rb</filename>
    </added>
    <added>
      <filename>lib/attribute_predicates/extensions/module.rb</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -1,5 +1,9 @@
 == master
 
+== 0.1.0 / 2008-07-03
+
+* Rename to attribute_predicates
+
 == 0.0.5 / 2008-06-19
 
 * Avoid string evaluation for dynamic methods</diff>
      <filename>CHANGELOG.rdoc</filename>
    </modified>
    <modified>
      <diff>@@ -1,6 +1,6 @@
-= boolean_attributes
+= attribute_predicates
 
-+boolean_attributes+ adds automatic generation of predicate methods (truth
++attribute_predicates+ adds automatic generation of predicate methods (truth
 accessors) when defining attributes using +attr+, +attr_reader+, +attr_writer+, and
 +attr_accessor+.
 
@@ -8,30 +8,30 @@ accessors) when defining attributes using +attr+, +attr_reader+, +attr_writer+,
 
 API
 
-* http://api.pluginaweek.org/boolean_attributes
+* http://api.pluginaweek.org/attribute_predicates
 
 Bugs
 
-* http://pluginaweek.lighthouseapp.com/projects/13267-boolean_attributes
+* http://pluginaweek.lighthouseapp.com/projects/13777-attribute_predicates
 
 Development
 
-* http://github.com/pluginaweek/boolean_attributes
+* http://github.com/pluginaweek/attribute_predicates
 
 Source
 
-* git://github.com/pluginaweek/boolean_attributes.git
+* git://github.com/pluginaweek/attribute_predicates.git
 
 == Description
 
-If you use boolean attributes within your classes, and want to use the
+When you define attributes within your classes and want to use the
 predicate-style methods (i.e. &quot;def foo?; end&quot;), then you have to define these
 yourself.  This is a repetitive task especially if you want to query attributes
 that may not necessarily contain just true/false.  For example, an attribute
 may contain 0, or the string &quot;false&quot;.  In this case, you would need to do
 special checks to see whether or not the value is really false.
 
-+boolean_attributes+ makes it easy by automatically generating predicate-style
++attribute_predicates+ makes it easy by automatically generating predicate-style
 methods for all attributes that are created using +attr+, +attr_reader+, +attr_writer+,
 and +attr_accessor+.  In addition, there is support for ActiveRecord's
 non-standard truth accessor implementation (see below).</diff>
      <filename>README.rdoc</filename>
    </modified>
    <modified>
      <diff>@@ -4,8 +4,8 @@ require 'rake/gempackagetask'
 require 'rake/contrib/sshpublisher'
 
 spec = Gem::Specification.new do |s|
-  s.name              = 'boolean_attributes'
-  s.version           = '0.0.5'
+  s.name              = 'attribute_predicates'
+  s.version           = '0.1.0'
   s.platform          = Gem::Platform::RUBY
   s.summary           = 'Adds automatic generation of predicate methods for attributes.'
   </diff>
      <filename>Rakefile</filename>
    </modified>
    <modified>
      <diff>@@ -1 +1 @@
-require 'boolean_attributes'
\ No newline at end of file
+require 'attribute_predicates'</diff>
      <filename>init.rb</filename>
    </modified>
  </modified>
  <removed type="array">
    <removed>
      <filename>lib/boolean_attributes.rb</filename>
    </removed>
    <removed>
      <filename>lib/boolean_attributes/extensions/active_record.rb</filename>
    </removed>
    <removed>
      <filename>lib/boolean_attributes/extensions/module.rb</filename>
    </removed>
  </removed>
  <parents type="array">
    <parent>
      <id>4598c8af5ea6b9ba1ecd9a546600eca25538efff</id>
    </parent>
  </parents>
  <author>
    <name>Aaron Pfeifer</name>
    <email>aaron.pfeifer@gmail.com</email>
  </author>
  <url>http://github.com/pluginaweek/attribute_predicates/commit/b3e6ec7fc5af31c227e2e34078af1d8bd307b3da</url>
  <id>b3e6ec7fc5af31c227e2e34078af1d8bd307b3da</id>
  <committed-date>2008-07-03T19:29:12-07:00</committed-date>
  <authored-date>2008-07-03T19:29:12-07:00</authored-date>
  <message>Rename to attribute_predicates</message>
  <tree>2cc614705bb7ff4ca1a38da190db97023f54c78f</tree>
  <committer>
    <name>Aaron Pfeifer</name>
    <email>aaron.pfeifer@gmail.com</email>
  </committer>
</commit>
