<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,8 +1,8 @@
 git status                              # check you have a clean working directory
-mate VERSION.yml                        # alter VERSION.yml to reflect new version number
+rake version:bump:minor                 # or patch or major, commits the change
 rake gemspec                            # to generate the new gemspec file
-git add VERSION.yml formtastic.gemspec  # stage changes
-git commit                              # commit and describe the reason for the new gem
+git add formtastic.gemspec              # stage changes
+git commit -am &quot;new gemspec&quot;            # commit and describe the reason for the new gem
 git tag -am &quot;0.2.3&quot; 0.2.3               # tag the new version in the code base too
 git log 0.2.2..0.2.3                    # check the log since last tag
 gem build formtastic.gemspec            # build the gem</diff>
      <filename>RELEASE_PROCESS</filename>
    </modified>
    <modified>
      <diff>@@ -5,12 +5,12 @@
 
 Gem::Specification.new do |s|
   s.name = %q{formtastic}
-  s.version = &quot;0.9.0&quot;
+  s.version = &quot;0.9.1&quot;
 
   s.required_rubygems_version = Gem::Requirement.new(&quot;&gt;= 0&quot;) if s.respond_to? :required_rubygems_version=
   s.authors = [&quot;Justin French&quot;]
   s.autorequire = %q{formtastic}
-  s.date = %q{2009-10-21}
+  s.date = %q{2009-10-27}
   s.description = %q{A Rails form builder plugin/gem with semantically rich and accessible markup}
   s.email = %q{justin@indent.com.au}
   s.extra_rdoc_files = [
@@ -30,10 +30,19 @@ Gem::Specification.new do |s|
      &quot;generators/formtastic/templates/formtastic_changes.css&quot;,
      &quot;generators/formtastic_stylesheets/formtastic_stylesheets_generator.rb&quot;,
      &quot;lib/formtastic.rb&quot;,
-     &quot;lib/justin_french/formtastic.rb&quot;,
      &quot;lib/locale/en.yml&quot;,
      &quot;rails/init.rb&quot;,
-     &quot;spec/formtastic_spec.rb&quot;,
+     &quot;spec/buttons_spec.rb&quot;,
+     &quot;spec/commit_button_spec.rb&quot;,
+     &quot;spec/custom_builder_spec.rb&quot;,
+     &quot;spec/error_proc_spec.rb&quot;,
+     &quot;spec/errors_spec.rb&quot;,
+     &quot;spec/form_helper_spec.rb&quot;,
+     &quot;spec/include_blank_spec.rb&quot;,
+     &quot;spec/input_spec.rb&quot;,
+     &quot;spec/inputs_spec.rb&quot;,
+     &quot;spec/label_spec.rb&quot;,
+     &quot;spec/semantic_fields_for_spec.rb&quot;,
      &quot;spec/test_helper.rb&quot;
   ]
   s.homepage = %q{http://github.com/justinfrench/formtastic/tree/master}
@@ -65,7 +74,17 @@ Gem::Specification.new do |s|
   s.rubygems_version = %q{1.3.5}
   s.summary = %q{A Rails form builder plugin/gem with semantically rich and accessible markup}
   s.test_files = [
-    &quot;spec/formtastic_spec.rb&quot;,
+    &quot;spec/buttons_spec.rb&quot;,
+     &quot;spec/commit_button_spec.rb&quot;,
+     &quot;spec/custom_builder_spec.rb&quot;,
+     &quot;spec/error_proc_spec.rb&quot;,
+     &quot;spec/errors_spec.rb&quot;,
+     &quot;spec/form_helper_spec.rb&quot;,
+     &quot;spec/include_blank_spec.rb&quot;,
+     &quot;spec/input_spec.rb&quot;,
+     &quot;spec/inputs_spec.rb&quot;,
+     &quot;spec/label_spec.rb&quot;,
+     &quot;spec/semantic_fields_for_spec.rb&quot;,
      &quot;spec/test_helper.rb&quot;
   ]
 </diff>
      <filename>formtastic.gemspec</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>114f73d75e6cc58faaa5e41c47c61c8881d7ea12</id>
    </parent>
  </parents>
  <author>
    <name>Justin French</name>
    <email>justin@indent.com.au</email>
  </author>
  <url>http://github.com/justinfrench/formtastic/commit/9ef91e8a4ba6e1f0eca79228e2e7d4e2930afb32</url>
  <id>9ef91e8a4ba6e1f0eca79228e2e7d4e2930afb32</id>
  <committed-date>2009-10-26T13:53:08-07:00</committed-date>
  <authored-date>2009-10-26T13:53:08-07:00</authored-date>
  <message>new gemspec</message>
  <tree>807ebce9b69f7f3b79258e4a45933ccedb71eab3</tree>
  <committer>
    <name>Justin French</name>
    <email>justin@indent.com.au</email>
  </committer>
</commit>
