You are viewing an historical archive of past issues. Please
report new issues to the appropriate project issue tracker on
GitHub.
Comments
-
Greg Hurrell
This is fixed in 0.5.1.
0.5 added the ability to override the mappings, and part of this involved adding a line which called
to_a
onString
objects. I don't use 1.9 myself, so I didn't notice, but it turns out that in 1.9 theString
class doesn't actually respond to theto_a
method anymore.So 0.5.1 is a bugfix release that fixes the compatibility regression with Ruby 1.9.1.
Will mark this one as closed.
-
Greg Hurrell
Status changed:
- From: new
- To: closed
Add a comment
Comments are now closed for this issue.