<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,4 +1,4 @@
-= Simplified Constraints
+= Database Constraints
 
 Because adding database constraints should be easy.
 
@@ -17,7 +17,7 @@ to add the common Rails validations +validates_format_of+, +validates_inclusion_
 
 == Example
 
-    class AddConstraintsOnModels &lt; ActiveRecord::Migration
+    class AddConstraintsToModels &lt; ActiveRecord::Migration
 
       def self.up
         add_email_check :users, :email
@@ -39,7 +39,8 @@ to add the common Rails validations +validates_format_of+, +validates_inclusion_
 
 == How to test?
 
-Create a PostgreSQL database named &lt;tt&gt;simplified_constraints&lt;/tt&gt; and run 
+Create a PostgreSQL database named &lt;tt&gt;database_constraints&lt;/tt&gt; and run 
 &lt;tt&gt;rake&lt;/tt&gt;.
 
-Copyright (c) 2008-2009 Francesc Esplugas, released under the MIT license
\ No newline at end of file
+Copyright (c) 2008-2009 Francesc Esplugas Marti, released under the MIT 
+license
\ No newline at end of file</diff>
      <filename>README.rdoc</filename>
    </modified>
    <modified>
      <diff>@@ -5,17 +5,17 @@ require 'rake/rdoctask'
 desc 'Default: run unit tests.'
 task :default =&gt; :test
 
-desc 'Test the simplified_constraints plugin.'
+desc 'Test the database_constraints plugin.'
 Rake::TestTask.new(:test) do |t|
   t.libs &lt;&lt; 'lib'
   t.pattern = 'test/**/*_test.rb'
   t.verbose = true
 end
 
-desc 'Generate documentation for the simplified_constraints plugin.'
+desc 'Generate documentation for the database_constraints plugin.'
 Rake::RDocTask.new(:rdoc) do |rdoc|
   rdoc.rdoc_dir = 'rdoc'
-  rdoc.title    = 'SimplifiedConstraints'
+  rdoc.title    = 'DatabaseConstraints'
   rdoc.options &lt;&lt; '--line-numbers' &lt;&lt; '--inline-source'
   rdoc.rdoc_files.include('README.rdoc')
   rdoc.rdoc_files.include('lib/**/*.rb')</diff>
      <filename>Rakefile</filename>
    </modified>
    <modified>
      <diff>@@ -1 +1 @@
-require 'simplified_constraints'
\ No newline at end of file
+require 'database_constraints'
\ No newline at end of file</diff>
      <filename>init.rb</filename>
    </modified>
    <modified>
      <diff>@@ -1,4 +1,4 @@
-module SimplifiedConstraints
+module DatabaseConstraints
 
   module ActiveRecord
 
@@ -128,4 +128,4 @@ end
 
 $adapter = (ENV['RAILS_ENV'] == 'test') ? 'postgresql' : ActiveRecord::Base.configurations[RAILS_ENV]['adapter']
 
-ActiveRecord::Migration.send(:include, SimplifiedConstraints::ActiveRecord::Migration)
\ No newline at end of file
+ActiveRecord::Migration.send(:include, DatabaseConstraints::ActiveRecord::Migration)
\ No newline at end of file</diff>
      <filename>lib/simplified_constraints.rb</filename>
    </modified>
    <modified>
      <diff>@@ -3,11 +3,11 @@ ENV['RAILS_ENV'] = 'test'
 require 'test/unit'
 require 'rubygems'
 require 'active_record'
-require 'simplified_constraints'
+require 'database_constraints'
 
-# Establish connection to PostgreSQL +simplified_constraints+ database.
+# Establish connection to PostgreSQL +database_constraints+ database.
 ActiveRecord::Base.establish_connection :adapter =&gt; 'postgresql', 
-                                        :database =&gt; 'simplified_constraints'
+                                        :database =&gt; 'database_constraints'
 
 # Migrations.
 class CreateTables &lt; ActiveRecord::Migration
@@ -48,7 +48,7 @@ class Product &lt; ActiveRecord::Base; end
 ##
 # Here we go with the tests ...
 #
-class SimplifiedConstraintsTest &lt; Test::Unit::TestCase
+class DatabaseConstraintsTest &lt; Test::Unit::TestCase
 
   def setup
     CreateTables.up</diff>
      <filename>test/simplified_constraints_test.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>94697c0cf262bdab2d2893101de475c8c3f1a376</id>
    </parent>
  </parents>
  <author>
    <name>Francesc Esplugas</name>
    <email>fesplugas@intraducibles.net</email>
  </author>
  <url>http://github.com/fesplugas/database_constraints/commit/c1f172022714e4a022ea12efa68c66c7b0922f09</url>
  <id>c1f172022714e4a022ea12efa68c66c7b0922f09</id>
  <committed-date>2009-04-25T01:04:14-07:00</committed-date>
  <authored-date>2009-04-25T01:04:14-07:00</authored-date>
  <message>Plugin is being renamed to database_constraints.</message>
  <tree>6122da0d6c0d762420d6dab87f075a2ac58073c0</tree>
  <committer>
    <name>Francesc Esplugas</name>
    <email>fesplugas@intraducibles.net</email>
  </committer>
</commit>
