<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,3 +1,5 @@
+v0.2.7. handle dash when converting to method name, reported by danwrong
+
 v0.2.6. handle more types of value types in from_hash()
 
 v0.2.5. camelize names for classes in from_hash()</diff>
      <filename>CHANGELOG</filename>
    </modified>
    <modified>
      <diff>@@ -1,7 +1,7 @@
 require 'activesupport'
 
 module Morph
-  VERSION = &quot;0.2.6&quot;
+  VERSION = &quot;0.2.7&quot;
 
   class &lt;&lt; self
     def generate_migrations object, options={}</diff>
      <filename>lib/morph.rb</filename>
    </modified>
    <modified>
      <diff>@@ -313,6 +313,9 @@ describe Morph do
 
     include MorphSpecHelperMethods
 
+    it 'should covert dash to underscore' do
+      check_convert_to_morph_method_name 'hi-time', 'hi_time'
+    end
     it 'should upper case to lower case' do
       check_convert_to_morph_method_name 'CaSe', 'case'
     end</diff>
      <filename>spec/lib/morph_spec.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>8840159bc0e273cee215f916b7e2e558134e7455</id>
    </parent>
  </parents>
  <author>
    <name>robmckinnon</name>
    <email>rob@theyworkforyou.co.nz</email>
  </author>
  <url>http://github.com/robmckinnon/morph/commit/4fab1d298c45d84fcacc51be368ab12fbda82ac1</url>
  <id>4fab1d298c45d84fcacc51be368ab12fbda82ac1</id>
  <committed-date>2009-04-13T05:56:37-07:00</committed-date>
  <authored-date>2009-04-13T05:56:37-07:00</authored-date>
  <message>ready for 0.2.7 release</message>
  <tree>d14fa098023ad210712617d82e885acc5cc68754</tree>
  <committer>
    <name>robmckinnon</name>
    <email>rob@theyworkforyou.co.nz</email>
  </committer>
</commit>
