kakutani / yaml_waml

Rails plugin to workaround for fixing output result of 'to_yaml' method treats multibyte UTF-8 string(such as japanese) as binary.

This URL has Read+Write access

yaml_waml / History.txt
100644 24 lines (12 sloc) 0.27 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
=== Version 0.3.0
 
2009-10-20.
 
- releasing into gemcutter.
 
=== Version 0.2.0
 
2008-09-02.
 
- Applied patch from OHASHI Hideya: YAML.dump support.
 
=== Version 0.1.2
 
2008-09-02.
 
- gemized in http://gems.github.com/
 
=== Version 0.1.1
 
2007-01-05.
 
- initial release.