<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,4 +1,4 @@
 --- 
 :major: 0
 :minor: 1
-:patch: 7
+:patch: 8</diff>
      <filename>VERSION.yml</filename>
    </modified>
    <modified>
      <diff>@@ -2,26 +2,44 @@
 
 Gem::Specification.new do |s|
   s.name = %q{formtastic}
-  s.version = &quot;0.1.7&quot;
+  s.version = &quot;0.1.8&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-04-22}
+  s.date = %q{2009-05-17}
   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 = [&quot;README.textile&quot;]
-  s.files = [&quot;MIT-LICENSE&quot;, &quot;README.textile&quot;, &quot;Rakefile&quot;, &quot;rails/init.rb&quot;, &quot;lib/formtastic.rb&quot;, &quot;lib/justin_french&quot;, &quot;lib/justin_french/formtastic.rb&quot;, &quot;lib/locale&quot;, &quot;lib/locale/en.yml&quot;, &quot;generators/formtastic_stylesheets&quot;, &quot;generators/formtastic_stylesheets/formtastic_stylesheets_generator.rb&quot;, &quot;generators/formtastic_stylesheets/templates&quot;, &quot;generators/formtastic_stylesheets/templates/formtastic.css&quot;, &quot;generators/formtastic_stylesheets/templates/formtastic_changes.css&quot;, &quot;spec/formtastic_spec.rb&quot;, &quot;spec/test_helper.rb&quot;]
-  s.has_rdoc = true
+  s.extra_rdoc_files = [
+    &quot;README.textile&quot;
+  ]
+  s.files = [
+    &quot;MIT-LICENSE&quot;,
+    &quot;README.textile&quot;,
+    &quot;Rakefile&quot;,
+    &quot;generators/formtastic_stylesheets/formtastic_stylesheets_generator.rb&quot;,
+    &quot;generators/formtastic_stylesheets/templates/formtastic.css&quot;,
+    &quot;generators/formtastic_stylesheets/templates/formtastic_changes.css&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/test_helper.rb&quot;
+  ]
   s.homepage = %q{http://github.com/justinfrench/formtastic/tree/master}
-  s.rdoc_options = [&quot;--inline-source&quot;, &quot;--charset=UTF-8&quot;]
+  s.rdoc_options = [&quot;--charset=UTF-8&quot;]
   s.require_paths = [&quot;lib&quot;]
-  s.rubygems_version = %q{1.3.1}
+  s.rubygems_version = %q{1.3.3}
   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/test_helper.rb&quot;
+  ]
 
   if s.respond_to? :specification_version then
     current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
-    s.specification_version = 2
+    s.specification_version = 3
 
     if Gem::Version.new(Gem::RubyGemsVersion) &gt;= Gem::Version.new('1.2.0') then
     else</diff>
      <filename>formtastic.gemspec</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>ec7df90b4e7b47480032fbbbadb5badea6f55fb2</id>
    </parent>
  </parents>
  <author>
    <name>Justin French</name>
    <email>justin@indent.com.au</email>
  </author>
  <url>http://github.com/justinfrench/formtastic/commit/fb507a2bd410dcb633daeb37b2e344c0d21e222a</url>
  <id>fb507a2bd410dcb633daeb37b2e344c0d21e222a</id>
  <committed-date>2009-05-16T16:14:58-07:00</committed-date>
  <authored-date>2009-05-16T16:14:58-07:00</authored-date>
  <message>Bumped gem version to 0.1.8, which includes three major changes:

* new check boxes input (:as =&gt; :check_boxes) as an alternative to the default multi-select for has_many and habtm associations

* new country input (:as =&gt; :country), a wrapper around any plugin that provides a country_select helper with the ame API as the &quot;official&quot; Rails plugin

* a bug fix where hidden inputs were being added as child elements of an ordered list &lt;ol&gt;, which is obviously poorly formed markup</message>
  <tree>e7c83891b4b13d1a6265e6c1dd9681fc72bae121</tree>
  <committer>
    <name>Justin French</name>
    <email>justin@indent.com.au</email>
  </committer>
</commit>
