Bump version to 3.1.5

This commit is contained in:
Norman Clarke 2012-04-16 21:58:12 -03:00
parent 728b14d065
commit 21cc79b3ed
2 changed files with 3 additions and 3 deletions

View File

@ -1 +1 @@
3.1.4
3.1.5

View File

@ -406,7 +406,7 @@ won't do any indentation of their arguments.
* All attribute values may be non-String types.
Their `#to_s` method will be called to convert them to strings.
Previously, this only worked for attributes other than `class`.
### `:class` and `:id` Attributes Accept Ruby Arrays
In an attribute hash, the `:class` attribute now accepts an Array
@ -899,7 +899,7 @@ There are several components to this:
* Fixed CSS id concatenation when a numeric id is given as an attribute.
(thanks to [Norman Clarke](http://blog.njclarke.com/)).
* Fixed a couple bugs with using "-end" in strings.
## 2.2.4